UnmanagedVirtualMachine

UnmanagedVirtualMachine
UnmanagedVirtualMachine

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

JSON Example
{
    "name": "string",
    "memory": 0,
    "cpuCount": 0,
    "storage": 0,
    "path": "string",
    "virtualHardwareVersion": 0,
    "state": "string",
    "moRef": "string"
}
string
name
Optional

The name of the virtual machine.

integer As int64 As int64
memory
Optional

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

integer As int32 As int32
cpuCount
Optional

The total number of CPUs of the virtual machine.

integer As int64 As int64
storage
Optional

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

string
path
Optional

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

integer
virtualHardwareVersion
Optional

The virtual hardware version of the virtual machine.

string
state
Optional

The following strings are valid states of the virtual machine.

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

string
moRef
Optional

The vSphere Managed Object Reference.

Availability
Added in 34.0