public class UpdateDiskPartitionsRequestType extends Object
Java class for UpdateDiskPartitionsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UpdateDiskPartitionsRequestType">
<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="spec" type="{urn:vim25}HostDiskPartitionSpec"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ManagedObjectReference |
_this |
protected String |
devicePath |
protected HostDiskPartitionSpec |
spec |
| Constructor and Description |
|---|
UpdateDiskPartitionsRequestType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDevicePath()
Gets the value of the devicePath property.
|
HostDiskPartitionSpec |
getSpec()
Gets the value of the spec property.
|
ManagedObjectReference |
getThis()
Gets the value of the this property.
|
void |
setDevicePath(String value)
Sets the value of the devicePath property.
|
void |
setSpec(HostDiskPartitionSpec value)
Sets the value of the spec property.
|
void |
setThis(ManagedObjectReference value)
Sets the value of the this property.
|
protected ManagedObjectReference _this
protected String devicePath
protected HostDiskPartitionSpec spec
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 HostDiskPartitionSpec getSpec()
HostDiskPartitionSpecpublic void setSpec(HostDiskPartitionSpec value)
value - allowed object is
HostDiskPartitionSpecCopyright © 2018. All rights reserved.