VirtualMachineVirtualDeviceGroups

VirtualMachineVirtualDeviceGroups
VirtualMachineVirtualDeviceGroups

The VirtualDeviceGroups data object type contains information about the backing that maps the virtual device onto a physical device for a Vendor Device Group device.

Vendor Device Groups allow third-parties to define collections of devices that must be allocated to a virtual machine as a unit. Typically, this is because the set of devices are related in a some way, e.g. a physical link connects the devices.

Since: vSphere API Release 8.0.0.1

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "deviceGroup": [
        {
            "_typeName": "string",
            "groupInstanceKey": 0,
            "deviceInfo": {
                "_typeName": "string",
                "label": "string",
                "summary": "string"
            }
        }
    ]
}
deviceGroup
Optional

Information about device groups used by this VM.

When adding a group, all devices that form the group must be added in the same request. When removing group, also all devices participating in the group must be removed. Modifying existing device group membership is not allowed.