InlineVirtualMachine1
InlineVirtualMachine1
JSON Example
{
"source": {
"target_display_name": "string",
"is_valid": false,
"target_id": "string",
"target_type": "string"
},
"local_id_on_host": "string",
"type": "string",
"power_state": "string",
"compute_ids": [
"string"
],
"host_id": "string",
"external_id": "string"
}
string
local_id_on_host
Required
Id of the vm unique within the host.
string
type
Optional
Virtual Machine type; Edge, Service VM or other.
Possible values are : EDGE, SERVICE, REGULAR,
string
power_state
Required
Current power state of this virtual machine in the system.
Possible values are : VM_RUNNING, VM_STOPPED, VM_SUSPENDED, UNKNOWN,
array of string
compute_ids
Required
List of external compute ids of the virtual machine in the format 'id-type-key:value' , list of external compute ids ['uuid:xxxx-xxxx-xxxx-xxxx', 'moIdOnHost:moref-11', 'instanceUuid:xxxx-xxxx-xxxx-xxxx']
string
host_id
Required
Id of the host in which this virtual machine exists.
string
external_id
Required
Current external id of this virtual machine in the system.