public class VmDiskFileQueryFilter extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
String[] |
controllerType |
String[] |
diskType |
int[] |
matchHardwareVersion |
Boolean |
thin |
dynamicProperty, dynamicType| Constructor and Description |
|---|
VmDiskFileQueryFilter() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getControllerType() |
String[] |
getDiskType() |
int[] |
getMatchHardwareVersion() |
Boolean |
getThin() |
void |
setControllerType(String[] controllerType) |
void |
setDiskType(String[] diskType) |
void |
setMatchHardwareVersion(int[] matchHardwareVersion) |
void |
setThin(Boolean thin) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String[] diskType
public int[] matchHardwareVersion
public String[] controllerType
public Boolean thin
public String[] getDiskType()
public int[] getMatchHardwareVersion()
public String[] getControllerType()
public Boolean getThin()
public void setDiskType(String[] diskType)
public void setMatchHardwareVersion(int[] matchHardwareVersion)
public void setControllerType(String[] controllerType)
public void setThin(Boolean thin)
Copyright © 2011-2012. All Rights Reserved.