public class Image extends java.lang.Object implements MoResourceIf
Constructor and Description |
---|
Image() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountName() |
java.lang.String |
getAccountType() |
java.lang.String |
getArchitecture() |
double |
getCommittedDiskGB() |
double |
getCpuLimitMhz() |
double |
getCpuReservedMhz() |
java.lang.String |
getCpuShares() |
java.lang.String |
getDatacenter() |
java.lang.String |
getDescription() |
java.lang.String |
getGuestOS() |
java.lang.String |
getHostId() |
java.lang.String |
getHypervGeneration() |
long |
getId() |
java.lang.String |
getImageId() |
java.lang.String |
getImageLocation() |
java.lang.String |
getImageName() |
java.lang.String |
getImageType() |
java.lang.String |
getImageVisibility() |
long |
getLastUpdated() |
double |
getMemoryLimitMB() |
int |
getMemoryMB() |
double |
getMemoryReservedMB() |
java.lang.String |
getMemoryShares() |
int |
getNumCPUs() |
java.lang.String |
getOwnerId() |
java.lang.String |
getParentHost() |
java.lang.String |
getPlatform() |
java.lang.String |
getRootDeviceType() |
java.lang.String |
getToolsVersion() |
double |
getUncommittedDiskGB() |
double |
getUnsharedDiskGB() |
java.lang.String |
getVmVersion() |
boolean |
isArchived() |
boolean |
isCloneVM() |
boolean |
isCpuExpandableReservation() |
boolean |
isHasToolsInstalled() |
boolean |
isMemoryExpandableReservation() |
void |
setAccountName(java.lang.String accountName) |
void |
setAccountType(java.lang.String accountType) |
void |
setArchitecture(java.lang.String architecture) |
void |
setArchived(boolean isAcrhived) |
void |
setCloneVM(boolean cloneVM) |
void |
setCommittedDiskGB(double committedDiskGB) |
void |
setCpuExpandableReservation(boolean cpuExpandableReservation) |
void |
setCpuLimitMhz(double cpuLimitMhz) |
void |
setCpuReservedMhz(double cpuReservedMhz) |
void |
setCpuShares(java.lang.String cpuShares) |
void |
setDatacenter(java.lang.String datacenter) |
void |
setDescription(java.lang.String description) |
void |
setGuestOS(java.lang.String guestOS) |
void |
setHasToolsInstalled(boolean hasToolsInstalled) |
void |
setHostId(java.lang.String hostId) |
void |
setHypervGeneration(java.lang.String hypervGeneration) |
void |
setId(long id) |
void |
setImageId(java.lang.String imageId) |
void |
setImageLocation(java.lang.String imageLocation) |
void |
setImageName(java.lang.String imageName) |
void |
setImageType(java.lang.String imageType) |
void |
setImageVisibility(java.lang.String imageVisibility) |
void |
setLastUpdated(long lastUpdated) |
void |
setMemoryExpandableReservation(boolean memoryExpandableReservation) |
void |
setMemoryLimitMB(double memoryLimitMB) |
void |
setMemoryMB(int memoryMB) |
void |
setMemoryReservedMB(double memoryReservedMB) |
void |
setMemoryShares(java.lang.String memoryShares) |
void |
setNumCPUs(int numCPUs) |
void |
setOwnerId(java.lang.String ownerId) |
void |
setParentHost(java.lang.String parentHost) |
void |
setPlatform(java.lang.String platform) |
void |
setRootDeviceType(java.lang.String rootDeviceType) |
void |
setToolsVersion(java.lang.String toolsVersion) |
void |
setUncommittedDiskGB(double uncommittedDiskGB) |
void |
setUnsharedDiskGB(double unsharedDiskGB) |
void |
setVmVersion(java.lang.String vmVersion) |
public long getId()
public void setId(long id)
id
- the id to setpublic java.lang.String getAccountName()
public void setAccountName(java.lang.String accountName)
accountName
- the accountName to setpublic java.lang.String getAccountType()
public void setAccountType(java.lang.String accountType)
accountType
- the accountType to setpublic java.lang.String getImageName()
public void setImageName(java.lang.String imageName)
imageName
- the imageName to setpublic java.lang.String getImageType()
public void setImageType(java.lang.String imageType)
imageType
- the imageType to setpublic java.lang.String getImageId()
public void setImageId(java.lang.String imageId)
imageId
- the imageId to setpublic java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getRootDeviceType()
public void setRootDeviceType(java.lang.String rootDeviceType)
rootDeviceType
- the rootDeviceType to setpublic java.lang.String getImageLocation()
public void setImageLocation(java.lang.String imageLocation)
imageLocation
- the imageLocation to setpublic java.lang.String getParentHost()
public void setParentHost(java.lang.String parentHost)
parentHost
- the parentHost to setpublic java.lang.String getImageVisibility()
public void setImageVisibility(java.lang.String imageVisibility)
imageVisibility
- the imageVisibility to setpublic java.lang.String getOwnerId()
public void setOwnerId(java.lang.String ownerId)
ownerId
- the ownerId to setpublic java.lang.String getGuestOS()
public void setGuestOS(java.lang.String guestOS)
guestOS
- the guestOS to setpublic java.lang.String getArchitecture()
public void setArchitecture(java.lang.String architecture)
architecture
- the architecture to setpublic java.lang.String getPlatform()
public void setPlatform(java.lang.String platform)
platform
- the platform to setpublic int getMemoryMB()
public void setMemoryMB(int memoryMB)
memoryMB
- the memoryMB to setpublic int getNumCPUs()
public void setNumCPUs(int numCPUs)
numCPUs
- the numCPUs to setpublic void setArchived(boolean isAcrhived)
public boolean isArchived()
public long getLastUpdated()
public void setLastUpdated(long lastUpdated)
lastUpdated
- the lastUpdated to setpublic boolean isHasToolsInstalled()
public java.lang.String getToolsVersion()
public void setHasToolsInstalled(boolean hasToolsInstalled)
hasToolsInstalled
- the hasToolsInstalled to setpublic void setToolsVersion(java.lang.String toolsVersion)
toolsVersion
- the toolsVersion to setpublic double getCommittedDiskGB()
public double getUncommittedDiskGB()
public void setCommittedDiskGB(double committedDiskGB)
committedDiskGB
- the committedDiskGB to setpublic void setUncommittedDiskGB(double uncommittedDiskGB)
uncommittedDiskGB
- the uncommittedDiskGB to setpublic double getUnsharedDiskGB()
public void setUnsharedDiskGB(double unsharedDiskGB)
unsharedDiskGB
- the unsharedDiskGB to setpublic java.lang.String getVmVersion()
public void setVmVersion(java.lang.String vmVersion)
vmVersion
- the vmVersion to setpublic double getCpuReservedMhz()
public double getMemoryReservedMB()
public double getCpuLimitMhz()
public boolean isCpuExpandableReservation()
public double getMemoryLimitMB()
public java.lang.String getCpuShares()
public java.lang.String getMemoryShares()
public boolean isMemoryExpandableReservation()
public void setCpuReservedMhz(double cpuReservedMhz)
cpuReservedMhz
- the cpuReservedMhz to setpublic void setMemoryReservedMB(double memoryReservedMB)
memoryReservedMB
- the memoryReservedMB to setpublic void setCpuLimitMhz(double cpuLimitMhz)
cpuLimitMhz
- the cpuLimitMhz to setpublic void setCpuExpandableReservation(boolean cpuExpandableReservation)
cpuExpandableReservation
- the cpuExpandableReservation to setpublic void setMemoryLimitMB(double memoryLimitMB)
memoryLimitMB
- the memoryLimitMB to setpublic void setCpuShares(java.lang.String cpuShares)
cpuShares
- the cpuShares to setpublic void setMemoryShares(java.lang.String memoryShares)
memoryShares
- the memoryShares to setpublic void setMemoryExpandableReservation(boolean memoryExpandableReservation)
memoryExpandableReservation
- the memoryExpandableReservation to setpublic java.lang.String getDatacenter()
public void setDatacenter(java.lang.String datacenter)
datacenter
- the datacenter to setpublic void setCloneVM(boolean cloneVM)
public boolean isCloneVM()
public java.lang.String getHypervGeneration()
public void setHypervGeneration(java.lang.String hypervGeneration)
public java.lang.String getHostId()
public void setHostId(java.lang.String hostId)
hostId
- the hostId to set