com.vmware.vcloud.sdk
Class VirtualMemory
java.lang.Object
com.vmware.vcloud.sdk.HardwareItem
com.vmware.vcloud.sdk.VirtualMemory
public class VirtualMemory
- extends HardwareItem
Helper class to access the Virtual Memory Resource in vCloud API.
- See Also:
RASDType
getMemorySize
public BigInteger getMemorySize()
- Get the Virtual Memory Quantity in Mb
setMemorySize
public void setMemorySize(BigInteger memorySize)
- Set the Virtual Memory Quantity in Mb. Use the
VM.updateMemory(VirtualMemory) to
update the memory of the VM.
- Since:
- API 1.0, SDK 1.5
Copyright © 2016. All Rights Reserved.