public class VmDiskFileInfo extends FileInfo
| Modifier and Type | Field and Description |
|---|---|
Long |
capacityKb |
String |
controllerType |
String[] |
diskExtents |
String |
diskType |
Integer |
hardwareVersion |
Boolean |
thin |
fileSize, modification, owner, pathdynamicProperty, dynamicType| Constructor and Description |
|---|
VmDiskFileInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCapacityKb() |
String |
getControllerType() |
String[] |
getDiskExtents() |
String |
getDiskType() |
Integer |
getHardwareVersion() |
Boolean |
getThin() |
void |
setCapacityKb(Long capacityKb) |
void |
setControllerType(String controllerType) |
void |
setDiskExtents(String[] diskExtents) |
void |
setDiskType(String diskType) |
void |
setHardwareVersion(Integer hardwareVersion) |
void |
setThin(Boolean thin) |
getFileSize, getModification, getOwner, getPath, setFileSize, setModification, setOwner, setPathgetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic String diskType
public Long capacityKb
public Integer hardwareVersion
public String controllerType
public String[] diskExtents
public Boolean thin
public String getDiskType()
public Long getCapacityKb()
public Integer getHardwareVersion()
public String getControllerType()
public String[] getDiskExtents()
public Boolean getThin()
public void setDiskType(String diskType)
public void setCapacityKb(Long capacityKb)
public void setHardwareVersion(Integer hardwareVersion)
public void setControllerType(String controllerType)
public void setDiskExtents(String[] diskExtents)
public void setThin(Boolean thin)
Copyright © 2011-2012. All Rights Reserved.