public class VirtualizationSetMemoryAction extends BaseVirtualizationAction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SET_MEMORY_STRING |
formatter, NAME_LENGTH_LIMIT| Constructor and Description |
|---|
VirtualizationSetMemoryAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
extractParameters(java.util.Map context)
Extract any required parameters from the provided context and call the
appropriate setters.
|
java.lang.Integer |
getMemory()
Guest the guest memory.
|
void |
setMemory(java.lang.Integer memoryIn)
Set the memory to be appied to the guest.
|
getUuid, setUuidaddServerAction, equals, getActionType, getAgeString, getArchived, getCreated, getEarliestAction, getFailedCount, getFormatter, getHistoryDetails, getId, getModified, getName, getOrg, getPrerequisite, getSchedulerUser, getServerActions, getSuccessfulCount, getVersion, hashCode, setActionType, setAgeString, setArchived, setCreated, setEarliestAction, setId, setModified, setName, setOrg, setPrerequisite, setSchedulerUser, setServerActions, setVersion, toStringpublic static final java.lang.String SET_MEMORY_STRING
public void setMemory(java.lang.Integer memoryIn)
memoryIn - New setting for guest memory.public java.lang.Integer getMemory()
public void extractParameters(java.util.Map context)
extractParameters in class BaseVirtualizationActioncontext - Map of strings