vm-motion
vm-motion
Represents details of VM motion.
JSON Example
{
"id": "string",
"name": "string",
"startTime": 0,
"endTime": 0,
"state": "string",
"sourceTargets": [
{
"sourceId": "string",
"sourceName": "string",
"targetId": "string",
"targetName": "string",
"resourceKind": "string"
}
]
}
string As uuid
As uuid
id
Required
id
string
name
Optional
name
integer As int64
As int64
startTime
Optional
startTime
integer As int64
As int64
endTime
Optional
endTime
string
state
Optional
Represents the completion state a rebalance task.
Possible values are :
NO_DISPATCH,
FAILED,
COMPLETED_SUCCESSFULLY,
PARTIAL_SUCCESS,
CANCELLED,
TIME_OUT,
UNKNOWN,