[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineRealizedVirtualMachine1

Properties

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_RUNNINGVM_STOPPEDVM_SUSPENDEDUNKNOWN

JSON Example

{
	"compute_ids": [
		"string"
	],
	"host_id": "string",
	"local_id_on_host": "string",
	"power_state": "VM_RUNNING"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyRealizedState
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

RealizedVirtualMachine

Feedback

Was this page helpful?