public class HostDiagnosticPartition extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String |
diagnosticType |
HostScsiDiskPartition |
id |
int |
slots |
String |
storageType |
dynamicProperty, dynamicType| Constructor and Description |
|---|
HostDiagnosticPartition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDiagnosticType() |
HostScsiDiskPartition |
getId() |
int |
getSlots() |
String |
getStorageType() |
void |
setDiagnosticType(String diagnosticType) |
void |
setId(HostScsiDiskPartition id) |
void |
setSlots(int slots) |
void |
setStorageType(String storageType) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String storageType
public String diagnosticType
public int slots
public HostScsiDiskPartition id
public String getStorageType()
public String getDiagnosticType()
public int getSlots()
public HostScsiDiskPartition getId()
public void setStorageType(String storageType)
public void setDiagnosticType(String diagnosticType)
public void setSlots(int slots)
public void setId(HostScsiDiskPartition id)
Copyright © 2011-2012. All Rights Reserved.