|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ace.mws.pendingactions.PendingAction
class PendingAction
A pending action is an operation in Moab that takes some time, like creating a virtual machine or powering on a node.
Field Summary | |
---|---|
private String |
failureDetails
The failure details of this pending action. |
private Set |
hosts
(String collection) The set of hosts that are affected by this pending action. |
private String |
id
The unique ID for this pending action. |
private Long |
maxDurationInSeconds
The maximum duration in seconds of the pending action. |
private String |
migrationDestination
The ID of the node where the VM will be if the migration is successful. |
private String |
migrationSource
The ID of the node where the VM was before the migration. |
private String |
motivation
The reason the action was begun. |
private PendingActionState |
pendingActionState
The state of the pending action. |
private PendingActionType |
pendingActionType
The type of the pending action. |
private String |
requester
The user who requested the action. |
private String |
serviceId
The ID of the service associated with the pending action. |
private Date |
startTime
The start time of the pending action. |
private String |
substate
The substate that will give more information about the status of the pending action. |
private String |
targetOS
The operating system the node will be running if the pending action is successful. |
private String |
topLevelServiceId
The ID of the top level service associated with the pending action. |
private String |
vmId
The affected virtual machine ID. |
Constructor Summary | |
PendingAction()
|
Method Summary | |
---|---|
String
|
getFailureDetails()
The failure details of this pending action. |
Set
|
getHosts()
(String collection) The set of hosts that are affected by this pending action. |
String
|
getId()
The unique ID for this pending action. |
Long
|
getMaxDurationInSeconds()
The maximum duration in seconds of the pending action. |
String
|
getMigrationDestination()
The ID of the node where the VM will be if the migration is successful. |
String
|
getMigrationSource()
The ID of the node where the VM was before the migration. |
String
|
getMotivation()
The reason the action was begun. |
PendingActionState
|
getPendingActionState()
The state of the pending action. |
PendingActionType
|
getPendingActionType()
The type of the pending action. |
String
|
getRequester()
The user who requested the action. |
String
|
getServiceId()
The ID of the service associated with the pending action. |
Date
|
getStartTime()
The start time of the pending action. |
String
|
getSubstate()
The substate that will give more information about the status of the pending action. |
String
|
getTargetOS()
The operating system the node will be running if the pending action is successful. |
String
|
getTopLevelServiceId()
The ID of the top level service associated with the pending action. |
String
|
getVmId()
The affected virtual machine ID. |
void
|
setFailureDetails(String failureDetails)
The failure details of this pending action. |
void
|
setHosts(Set hosts)
(String collection) The set of hosts that are affected by this pending action. |
void
|
setId(String id)
The unique ID for this pending action. |
void
|
setMaxDurationInSeconds(Long maxDurationInSeconds)
The maximum duration in seconds of the pending action. |
void
|
setMigrationDestination(String migrationDestination)
The ID of the node where the VM will be if the migration is successful. |
void
|
setMigrationSource(String migrationSource)
The ID of the node where the VM was before the migration. |
void
|
setMotivation(String motivation)
The reason the action was begun. |
void
|
setPendingActionState(PendingActionState pendingActionState)
The state of the pending action. |
void
|
setPendingActionType(PendingActionType pendingActionType)
The type of the pending action. |
void
|
setRequester(String requester)
The user who requested the action. |
void
|
setServiceId(String serviceId)
The ID of the service associated with the pending action. |
void
|
setStartTime(Date startTime)
The start time of the pending action. |
void
|
setSubstate(String substate)
The substate that will give more information about the status of the pending action. |
void
|
setTargetOS(String targetOS)
The operating system the node will be running if the pending action is successful. |
void
|
setTopLevelServiceId(String topLevelServiceId)
The ID of the top level service associated with the pending action. |
void
|
setVmId(String vmId)
The affected virtual machine ID. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private String failureDetails
private Set hosts
private String id
private Long maxDurationInSeconds
private String migrationDestination
private String migrationSource
private String motivation
private PendingActionState pendingActionState
private PendingActionType pendingActionType
private String requester
private String serviceId
private Date startTime
private String substate
private String targetOS
private String topLevelServiceId
private String vmId
Constructor Detail |
---|
PendingAction()
Method Detail |
---|
String getFailureDetails()
Set getHosts()
String getId()
Long getMaxDurationInSeconds()
String getMigrationDestination()
String getMigrationSource()
String getMotivation()
PendingActionState getPendingActionState()
PendingActionType getPendingActionType()
String getRequester()
String getServiceId()
Date getStartTime()
String getSubstate()
String getTargetOS()
String getTopLevelServiceId()
String getVmId()
void setFailureDetails(String failureDetails)
void setHosts(Set hosts)
void setId(String id)
void setMaxDurationInSeconds(Long maxDurationInSeconds)
void setMigrationDestination(String migrationDestination)
void setMigrationSource(String migrationSource)
void setMotivation(String motivation)
void setPendingActionState(PendingActionState pendingActionState)
void setPendingActionType(PendingActionType pendingActionType)
void setRequester(String requester)
void setServiceId(String serviceId)
void setStartTime(Date startTime)
void setSubstate(String substate)
void setTargetOS(String targetOS)
void setTopLevelServiceId(String topLevelServiceId)
void setVmId(String vmId)
String toString()
Groovy Documentation