public class HostVFlashManagerVFlashResourceConfigInfo extends DynamicData
Java class for HostVFlashManagerVFlashResourceConfigInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostVFlashManagerVFlashResourceConfigInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="vffs" type="{urn:vim25}HostVffsVolume" minOccurs="0"/>
<element name="capacity" type="{http://www.w3.org/2001/XMLSchema}long"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected long |
capacity |
protected HostVffsVolume |
vffs |
| Constructor and Description |
|---|
HostVFlashManagerVFlashResourceConfigInfo() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacity()
Gets the value of the capacity property.
|
HostVffsVolume |
getVffs()
Gets the value of the vffs property.
|
void |
setCapacity(long value)
Sets the value of the capacity property.
|
void |
setVffs(HostVffsVolume value)
Sets the value of the vffs property.
|
protected HostVffsVolume vffs
protected long capacity
public HostVFlashManagerVFlashResourceConfigInfo()
public HostVffsVolume getVffs()
HostVffsVolumepublic void setVffs(HostVffsVolume value)
value - allowed object is
HostVffsVolumepublic long getCapacity()
public void setCapacity(long value)
Copyright © 2018. All rights reserved.