public class VmDiskFileQueryFlags extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
capacityKb |
Boolean |
controllerType |
Boolean |
diskExtents |
boolean |
diskType |
boolean |
hardwareVersion |
Boolean |
thin |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VmDiskFileQueryFlags() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getControllerType() |
Boolean |
getDiskExtents() |
Boolean |
getThin() |
boolean |
isCapacityKb() |
boolean |
isDiskType() |
boolean |
isHardwareVersion() |
void |
setCapacityKb(boolean capacityKb) |
void |
setControllerType(Boolean controllerType) |
void |
setDiskExtents(Boolean diskExtents) |
void |
setDiskType(boolean diskType) |
void |
setHardwareVersion(boolean hardwareVersion) |
void |
setThin(Boolean thin) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic boolean diskType
public boolean capacityKb
public boolean hardwareVersion
public Boolean controllerType
public Boolean diskExtents
public Boolean thin
public boolean isDiskType()
public boolean isCapacityKb()
public boolean isHardwareVersion()
public Boolean getControllerType()
public Boolean getDiskExtents()
public Boolean getThin()
public void setDiskType(boolean diskType)
public void setCapacityKb(boolean capacityKb)
public void setHardwareVersion(boolean hardwareVersion)
public void setControllerType(Boolean controllerType)
public void setDiskExtents(Boolean diskExtents)
public void setThin(Boolean thin)
Copyright © 2011-2012. All Rights Reserved.