vm-motion

vm-motion
vm-motion

Represents details of VM motion.

JSON Example
{
    "endTime": 0,
    "id": "string",
    "name": "string",
    "sourceTargets": [
        {
            "resourceKind": "string",
            "sourceId": "string",
            "sourceName": "string",
            "targetId": "string",
            "targetName": "string"
        }
    ],
    "startTime": 0,
    "state": "string"
}
integer As int64 As int64
endTime
Optional

endTime

string As uuid As uuid
id
Required

id

string
name
Optional

name

sourceTargets
Optional

List of source and targets.

integer As int64 As int64
startTime
Optional

startTime

string
state
Optional

Represents the completion state a rebalance task.

Possible values are : NO_DISPATCH, FAILED, COMPLETED_SUCCESSFULLY, PARTIAL_SUCCESS, CANCELLED, TIME_OUT, UNKNOWN,
Property Of