public class HostDiagnosticPartitionCreateSpec extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
Boolean |
active |
String |
diagnosticType |
HostScsiDiskPartition |
id |
HostDiskPartitionSpec |
partition |
String |
storageType |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostDiagnosticPartitionCreateSpec() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getActive() |
String |
getDiagnosticType() |
HostScsiDiskPartition |
getId() |
HostDiskPartitionSpec |
getPartition() |
String |
getStorageType() |
void |
setActive(Boolean active) |
void |
setDiagnosticType(String diagnosticType) |
void |
setId(HostScsiDiskPartition id) |
void |
setPartition(HostDiskPartitionSpec partition) |
void |
setStorageType(String storageType) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String storageType
public String diagnosticType
public HostScsiDiskPartition id
public HostDiskPartitionSpec partition
public Boolean active
public String getStorageType()
public String getDiagnosticType()
public HostScsiDiskPartition getId()
public HostDiskPartitionSpec getPartition()
public Boolean getActive()
public void setStorageType(String storageType)
public void setDiagnosticType(String diagnosticType)
public void setId(HostScsiDiskPartition id)
public void setPartition(HostDiskPartitionSpec partition)
public void setActive(Boolean active)
Copyright © 2011-2012. All Rights Reserved.