public class ComputeDiskPartitionInfoRequestType extends Object
Java class for ComputeDiskPartitionInfoRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ComputeDiskPartitionInfoRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="_this" type="{urn:vim25}ManagedObjectReference"/>
<element name="devicePath" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="layout" type="{urn:vim25}HostDiskPartitionLayout"/>
<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 String |
devicePath |
protected HostDiskPartitionLayout |
layout |
protected String |
partitionFormat |
| Constructor and Description |
|---|
ComputeDiskPartitionInfoRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevicePath()
Gets the value of the devicePath property.
|
HostDiskPartitionLayout |
getLayout()
Gets the value of the layout property.
|
String |
getPartitionFormat()
Gets the value of the partitionFormat property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setDevicePath(String value)
Sets the value of the devicePath property.
|
void |
setLayout(HostDiskPartitionLayout value)
Sets the value of the layout 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 String devicePath
protected HostDiskPartitionLayout layout
protected String partitionFormat
public ManagedObjectReference getThis()
ManagedObjectReferencepublic void setThis(ManagedObjectReference value)
value - allowed object is
ManagedObjectReferencepublic String getDevicePath()
Stringpublic void setDevicePath(String value)
value - allowed object is
Stringpublic HostDiskPartitionLayout getLayout()
HostDiskPartitionLayoutpublic void setLayout(HostDiskPartitionLayout value)
value - allowed object is
HostDiskPartitionLayoutpublic String getPartitionFormat()
StringCopyright © 2018. All rights reserved.