public class HostDiagnosticPartitionCreateOption extends DynamicData
Java class for HostDiagnosticPartitionCreateOption complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiagnosticPartitionCreateOption">
<complexContent>
<extension base="{urn:vim25}DynamicData">
<sequence>
<element name="storageType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="diagnosticType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="disk" type="{urn:vim25}HostScsiDisk"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diagnosticType |
protected HostScsiDisk |
disk |
protected String |
storageType |
| Constructor and Description |
|---|
HostDiagnosticPartitionCreateOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiagnosticType()
Gets the value of the diagnosticType property.
|
HostScsiDisk |
getDisk()
Gets the value of the disk property.
|
String |
getStorageType()
Gets the value of the storageType property.
|
void |
setDiagnosticType(String value)
Sets the value of the diagnosticType property.
|
void |
setDisk(HostScsiDisk value)
Sets the value of the disk property.
|
void |
setStorageType(String value)
Sets the value of the storageType property.
|
protected String storageType
protected String diagnosticType
protected HostScsiDisk disk
public String getStorageType()
Stringpublic void setStorageType(String value)
value - allowed object is
Stringpublic String getDiagnosticType()
Stringpublic void setDiagnosticType(String value)
value - allowed object is
Stringpublic HostScsiDisk getDisk()
HostScsiDiskpublic void setDisk(HostScsiDisk value)
value - allowed object is
HostScsiDiskCopyright © 2018. All rights reserved.