InlineRealizedVirtualMachine1
InlineRealizedVirtualMachine1
JSON Example
{
"compute_ids": [
"string"
],
"host_id": "string",
"local_id_on_host": "string",
"power_state": "string"
}
array of string
compute_ids
Optional
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
Optional
Id of the host on which the vm exists.
string
local_id_on_host
Optional
Id of the vm unique within the host.
string
power_state
Optional
Current power state of this virtual machine in the system.
Possible values are : VM_RUNNING, VM_STOPPED, VM_SUSPENDED, UNKNOWN,