VirtualMachineDevice Data Type

A device that is associated with a virtual machines. Can be a disk or a network interface card.

Namespace
(Default)
Abstract Type
Subtypes
VirtualMachineDisk, VirtualMachineNIC
Properties
name data type type namespace min/max occurs description
connected string element 0/1 Checks if is connected.
id long element 1/1 The unique id for the virtual machine device.
key int element 0/1 A unique id for the device that distinguishes this device from other devices in the same virtual machine.
label string element 0/1 A human-readable label that describes the device; e.g. "Network Adapter 1" or "CD/DVD Drive 2"
startConnected boolean element 0/1 Checks if is start connected.
summary string element 0/1 Gets the summary.
uuid string element 0/1 Gets the uuid.
vmId long element 1/1 The unique id of the virtual machine that owns this virtual machine device.
Properties inherited from supportTemplating
xsitype string attribute 0/1  

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
<w----- xsitype="...">
  <id>...</id>
  <summary>...</summary>
  <uuid>...</uuid>
  <vmId>...</vmId>
  <key>...</key>
  <label>...</label>
  <connected>...</connected>
  <startConnected>...</startConnected>
</w----->