public class HostDiskPartitionInfo extends DynamicData
Java class for HostDiskPartitionInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiskPartitionInfo">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="deviceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="spec" type="{urn:vim25}HostDiskPartitionSpec"/>
<element name="layout" type="{urn:vim25}HostDiskPartitionLayout"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceName |
protected HostDiskPartitionLayout |
layout |
protected HostDiskPartitionSpec |
spec |
| Constructor and Description |
|---|
HostDiskPartitionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDeviceName()
Gets the value of the deviceName property.
|
HostDiskPartitionLayout |
getLayout()
Gets the value of the layout property.
|
HostDiskPartitionSpec |
getSpec()
Gets the value of the spec property.
|
void |
setDeviceName(String value)
Sets the value of the deviceName property.
|
void |
setLayout(HostDiskPartitionLayout value)
Sets the value of the layout property.
|
void |
setSpec(HostDiskPartitionSpec value)
Sets the value of the spec property.
|
protected String deviceName
protected HostDiskPartitionSpec spec
protected HostDiskPartitionLayout layout
public String getDeviceName()
Stringpublic void setDeviceName(String value)
value - allowed object is
Stringpublic HostDiskPartitionSpec getSpec()
HostDiskPartitionSpecpublic void setSpec(HostDiskPartitionSpec value)
value - allowed object is
HostDiskPartitionSpecpublic HostDiskPartitionLayout getLayout()
HostDiskPartitionLayoutpublic void setLayout(HostDiskPartitionLayout value)
value - allowed object is
HostDiskPartitionLayoutCopyright © 2018. All rights reserved.