public class HostVFlashManagerVFlashResourceRunTimeInfo extends DynamicData
Java class for HostVFlashManagerVFlashResourceRunTimeInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVFlashManagerVFlashResourceRunTimeInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="usage" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="capacity" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="accessible" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="capacityForVmCache" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="freeForVmCache" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
accessible |
protected long |
capacity |
protected long |
capacityForVmCache |
protected long |
freeForVmCache |
protected long |
usage |
| Constructor and Description |
|---|
HostVFlashManagerVFlashResourceRunTimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacity()
Gets the value of the capacity property.
|
long |
getCapacityForVmCache()
Gets the value of the capacityForVmCache property.
|
long |
getFreeForVmCache()
Gets the value of the freeForVmCache property.
|
long |
getUsage()
Gets the value of the usage property.
|
boolean |
isAccessible()
Gets the value of the accessible property.
|
void |
setAccessible(boolean value)
Sets the value of the accessible property.
|
void |
setCapacity(long value)
Sets the value of the capacity property.
|
void |
setCapacityForVmCache(long value)
Sets the value of the capacityForVmCache property.
|
void |
setFreeForVmCache(long value)
Sets the value of the freeForVmCache property.
|
void |
setUsage(long value)
Sets the value of the usage property.
|
protected long usage
protected long capacity
protected boolean accessible
protected long capacityForVmCache
protected long freeForVmCache
public HostVFlashManagerVFlashResourceRunTimeInfo()
public long getUsage()
public void setUsage(long value)
public long getCapacity()
public void setCapacity(long value)
public boolean isAccessible()
public void setAccessible(boolean value)
public long getCapacityForVmCache()
public void setCapacityForVmCache(long value)
public long getFreeForVmCache()
public void setFreeForVmCache(long value)
Copyright © 2018. All rights reserved.