Package com.vmware.vim25
Class HostDiskPartitionAttributes
java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostDiskPartitionAttributes
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionbytelongbooleanintlongFields inherited from class com.vmware.vim25.DynamicData
dynamicProperty, dynamicType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytelonggetGuid()intlonggetType()booleanvoidsetAttributes(byte attributes) voidsetEndSector(long endSector) voidvoidsetLogical(boolean logical) voidsetPartition(int partition) voidsetPartitionAlignment(Long partitionAlignment) voidsetStartSector(long startSector) voidMethods inherited from class com.vmware.vim25.DynamicData
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicType
-
Field Details
-
partition
public int partition -
startSector
public long startSector -
endSector
public long endSector -
type
-
guid
-
logical
public boolean logical -
attributes
public byte attributes -
partitionAlignment
-
-
Constructor Details
-
HostDiskPartitionAttributes
public HostDiskPartitionAttributes()
-
-
Method Details
-
getPartition
public int getPartition() -
getStartSector
public long getStartSector() -
getEndSector
public long getEndSector() -
getType
-
getGuid
-
isLogical
public boolean isLogical() -
getAttributes
public byte getAttributes() -
getPartitionAlignment
-
setPartition
public void setPartition(int partition) -
setStartSector
public void setStartSector(long startSector) -
setEndSector
public void setEndSector(long endSector) -
setType
-
setGuid
-
setLogical
public void setLogical(boolean logical) -
setAttributes
public void setAttributes(byte attributes) -
setPartitionAlignment
-