Class HostDiskPartitionAttributes

java.lang.Object
com.vmware.vim25.DynamicData
com.vmware.vim25.HostDiskPartitionAttributes
All Implemented Interfaces:
Serializable

public class HostDiskPartitionAttributes extends DynamicData
See Also:
  • Field Details

    • partition

      public int partition
    • startSector

      public long startSector
    • endSector

      public long endSector
    • type

      public String type
    • guid

      public String guid
    • logical

      public boolean logical
    • attributes

      public byte attributes
    • partitionAlignment

      public Long partitionAlignment
  • Constructor Details

    • HostDiskPartitionAttributes

      public HostDiskPartitionAttributes()
  • Method Details

    • getPartition

      public int getPartition()
    • getStartSector

      public long getStartSector()
    • getEndSector

      public long getEndSector()
    • getType

      public String getType()
    • getGuid

      public String getGuid()
    • isLogical

      public boolean isLogical()
    • getAttributes

      public byte getAttributes()
    • getPartitionAlignment

      public Long getPartitionAlignment()
    • setPartition

      public void setPartition(int partition)
    • setStartSector

      public void setStartSector(long startSector)
    • setEndSector

      public void setEndSector(long endSector)
    • setType

      public void setType(String type)
    • setGuid

      public void setGuid(String guid)
    • setLogical

      public void setLogical(boolean logical)
    • setAttributes

      public void setAttributes(byte attributes)
    • setPartitionAlignment

      public void setPartitionAlignment(Long partitionAlignment)