public class HostDiagnosticPartition extends DynamicData
Java class for HostDiagnosticPartition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HostDiagnosticPartition">
<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="slots" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="id" type="{urn:vim25}HostScsiDiskPartition"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
diagnosticType |
protected HostScsiDiskPartition |
id |
protected int |
slots |
protected String |
storageType |
| Constructor and Description |
|---|
HostDiagnosticPartition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiagnosticType()
Gets the value of the diagnosticType property.
|
HostScsiDiskPartition |
getId()
Gets the value of the id property.
|
int |
getSlots()
Gets the value of the slots property.
|
String |
getStorageType()
Gets the value of the storageType property.
|
void |
setDiagnosticType(String value)
Sets the value of the diagnosticType property.
|
void |
setId(HostScsiDiskPartition value)
Sets the value of the id property.
|
void |
setSlots(int value)
Sets the value of the slots property.
|
void |
setStorageType(String value)
Sets the value of the storageType property.
|
protected String storageType
protected String diagnosticType
protected int slots
protected HostScsiDiskPartition id
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 int getSlots()
public void setSlots(int value)
public HostScsiDiskPartition getId()
HostScsiDiskPartitionpublic void setId(HostScsiDiskPartition value)
value - allowed object is
HostScsiDiskPartitionCopyright © 2018. All rights reserved.