public class VirtualDisk extends VirtualDevice
| Modifier and Type | Field and Description |
|---|---|
long |
capacityInKB |
SharesInfo |
shares |
StorageIOAllocationInfo |
storageIOAllocation |
backing, connectable, controllerKey, deviceInfo, key, slotInfo, unitNumberdynamicProperty, dynamicType| Constructor and Description |
|---|
VirtualDisk() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCapacityInKB() |
SharesInfo |
getShares() |
StorageIOAllocationInfo |
getStorageIOAllocation() |
void |
setCapacityInKB(long capacityInKB) |
void |
setShares(SharesInfo shares) |
void |
setStorageIOAllocation(StorageIOAllocationInfo storageIOAllocation) |
getBacking, getConnectable, getControllerKey, getDeviceInfo, getKey, getSlotInfo, getUnitNumber, setBacking, setConnectable, setControllerKey, setDeviceInfo, setKey, setSlotInfo, setUnitNumbergetDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic long capacityInKB
public SharesInfo shares
public StorageIOAllocationInfo storageIOAllocation
public long getCapacityInKB()
public SharesInfo getShares()
public StorageIOAllocationInfo getStorageIOAllocation()
public void setCapacityInKB(long capacityInKB)
public void setShares(SharesInfo shares)
public void setStorageIOAllocation(StorageIOAllocationInfo storageIOAllocation)
Copyright © 2011-2012. All Rights Reserved.