public class ComputeDiskPartitionInfoForResizeRequestType extends Object
Java class for ComputeDiskPartitionInfoForResizeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComputeDiskPartitionInfoForResizeRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="partition" type="{urn:vim25}HostScsiDiskPartition"/>
<element name="blockRange" type="{urn:vim25}HostDiskPartitionBlockRange"/>
<element name="partitionFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected HostDiskPartitionBlockRange |
blockRange |
protected HostScsiDiskPartition |
partition |
protected String |
partitionFormat |
| Constructor and Description |
|---|
ComputeDiskPartitionInfoForResizeRequestType() |
| Modifier and Type | Method and Description |
|---|---|
HostDiskPartitionBlockRange |
getBlockRange()
Gets the value of the blockRange property.
|
HostScsiDiskPartition |
getPartition()
Gets the value of the partition property.
|
String |
getPartitionFormat()
Gets the value of the partitionFormat property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setBlockRange(HostDiskPartitionBlockRange value)
Sets the value of the blockRange property.
|
void |
setPartition(HostScsiDiskPartition value)
Sets the value of the partition property.
|
void |
setPartitionFormat(String value)
Sets the value of the partitionFormat property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected HostScsiDiskPartition partition
protected HostDiskPartitionBlockRange blockRange
protected String partitionFormat
public ComputeDiskPartitionInfoForResizeRequestType()
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic HostScsiDiskPartition getPartition()
HostScsiDiskPartitionpublic void setPartition(HostScsiDiskPartition value)
value - allowed object is
HostScsiDiskPartitionpublic HostDiskPartitionBlockRange getBlockRange()
HostDiskPartitionBlockRangepublic void setBlockRange(HostDiskPartitionBlockRange value)
value - allowed object is
HostDiskPartitionBlockRangepublic String getPartitionFormat()
StringCopyright © 2018. All rights reserved.