public class VsanPolicyCost extends DynamicData
Java class for VsanPolicyCost complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VsanPolicyCost">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="changeDataSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="currentDataSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="tempDataSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="copyDataSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="changeFlashReadCacheSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="currentFlashReadCacheSize" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="currentDiskSpaceToAddressSpaceRatio" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
<element name="diskSpaceToAddressSpaceRatio" type="{http://www.w3.org/2001/XMLSchema}float" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Long |
changeDataSize |
protected Long |
changeFlashReadCacheSize |
protected Long |
copyDataSize |
protected Long |
currentDataSize |
protected Float |
currentDiskSpaceToAddressSpaceRatio |
protected Long |
currentFlashReadCacheSize |
protected Float |
diskSpaceToAddressSpaceRatio |
protected Long |
tempDataSize |
| Constructor and Description |
|---|
VsanPolicyCost() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getChangeDataSize()
Gets the value of the changeDataSize property.
|
Long |
getChangeFlashReadCacheSize()
Gets the value of the changeFlashReadCacheSize property.
|
Long |
getCopyDataSize()
Gets the value of the copyDataSize property.
|
Long |
getCurrentDataSize()
Gets the value of the currentDataSize property.
|
Float |
getCurrentDiskSpaceToAddressSpaceRatio()
Gets the value of the currentDiskSpaceToAddressSpaceRatio property.
|
Long |
getCurrentFlashReadCacheSize()
Gets the value of the currentFlashReadCacheSize property.
|
Float |
getDiskSpaceToAddressSpaceRatio()
Gets the value of the diskSpaceToAddressSpaceRatio property.
|
Long |
getTempDataSize()
Gets the value of the tempDataSize property.
|
void |
setChangeDataSize(Long value)
Sets the value of the changeDataSize property.
|
void |
setChangeFlashReadCacheSize(Long value)
Sets the value of the changeFlashReadCacheSize property.
|
void |
setCopyDataSize(Long value)
Sets the value of the copyDataSize property.
|
void |
setCurrentDataSize(Long value)
Sets the value of the currentDataSize property.
|
void |
setCurrentDiskSpaceToAddressSpaceRatio(Float value)
Sets the value of the currentDiskSpaceToAddressSpaceRatio property.
|
void |
setCurrentFlashReadCacheSize(Long value)
Sets the value of the currentFlashReadCacheSize property.
|
void |
setDiskSpaceToAddressSpaceRatio(Float value)
Sets the value of the diskSpaceToAddressSpaceRatio property.
|
void |
setTempDataSize(Long value)
Sets the value of the tempDataSize property.
|
protected Long changeDataSize
protected Long currentDataSize
protected Long tempDataSize
protected Long copyDataSize
protected Long changeFlashReadCacheSize
protected Long currentFlashReadCacheSize
protected Float currentDiskSpaceToAddressSpaceRatio
protected Float diskSpaceToAddressSpaceRatio
public Long getChangeDataSize()
Longpublic void setChangeDataSize(Long value)
value - allowed object is
Longpublic Long getCurrentDataSize()
Longpublic void setCurrentDataSize(Long value)
value - allowed object is
Longpublic Long getTempDataSize()
Longpublic void setTempDataSize(Long value)
value - allowed object is
Longpublic Long getCopyDataSize()
Longpublic void setCopyDataSize(Long value)
value - allowed object is
Longpublic Long getChangeFlashReadCacheSize()
Longpublic void setChangeFlashReadCacheSize(Long value)
value - allowed object is
Longpublic Long getCurrentFlashReadCacheSize()
Longpublic void setCurrentFlashReadCacheSize(Long value)
value - allowed object is
Longpublic Float getCurrentDiskSpaceToAddressSpaceRatio()
Floatpublic void setCurrentDiskSpaceToAddressSpaceRatio(Float value)
value - allowed object is
Floatpublic Float getDiskSpaceToAddressSpaceRatio()
FloatCopyright © 2018. All rights reserved.