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