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