[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

UnmanagedVirtualMachine

An unmanaged Virtual Machine is a Virtual Machine that is not managed by Cloud Director but is present in vCenter.


Properties

integer as int32
cpuCount Optional

The total number of CPUs of the virtual machine.


integer as int64
memory Optional

The total memory (in MB) of the virtual machine.


string
moRef Optional

The vSphere Managed Object Reference.


string
name Optional

The name of the virtual machine.


string
path Optional

The absolute path of the virtual machine in the vCenter’s datastore.


string
state Optional

The following strings are valid states of the virtual machine.

  • INVALID
  • OFF
  • ON
  • SUSPENDED
  • UNKNOWN
  • STUCK


integer as int64
storage Optional

The total storage (in KB) of the virtual machine.


integer
virtualHardwareVersion Optional

The virtual hardware version of the virtual machine.

JSON Example

{
	"cpuCount": 0,
	"memory": 0,
	"moRef": "string",
	"name": "string",
	"path": "string",
	"state": "string",
	"storage": 0,
	"virtualHardwareVersion": 0
}
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 34.0
Property Of

InlineUnmanagedVirtualMachines1

Feedback

Was this page helpful?