Package com.vmware.vim25
Class HostUnresolvedVmfsVolume
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostUnresolvedVmfsVolume
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionintFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetExtent(HostUnresolvedVmfsExtent[] extent) voidsetResolveStatus(HostUnresolvedVmfsVolumeResolveStatus resolveStatus) voidsetTotalBlocks(int totalBlocks) voidsetVmfsLabel(String vmfsLabel) voidsetVmfsUuid(String vmfsUuid) Methods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
extent
-
vmfsLabel
-
vmfsUuid
-
totalBlocks
public int totalBlocks -
resolveStatus
-
-
Constructor Details
-
HostUnresolvedVmfsVolume
public HostUnresolvedVmfsVolume()
-
-
Method Details
-
getExtent
-
getVmfsLabel
-
getVmfsUuid
-
getTotalBlocks
public int getTotalBlocks() -
getResolveStatus
-
setExtent
-
setVmfsLabel
-
setVmfsUuid
-
setTotalBlocks
public void setTotalBlocks(int totalBlocks) -
setResolveStatus
-