ArrayOfVirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState

ArrayOfVirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState
ArrayOfVirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState

A boxed array of VirtualMachineDeviceRuntimeInfoVirtualEthernetCardRuntimeState. To be used in Any placeholders.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "vmDirectPathGen2Active": false,
            "vmDirectPathGen2InactiveReasonVm": [
                "string"
            ],
            "vmDirectPathGen2InactiveReasonOther": [
                "string"
            ],
            "vmDirectPathGen2InactiveReasonExtended": "string",
            "uptv2Active": false,
            "uptv2InactiveReasonVm": [
                "string"
            ],
            "uptv2InactiveReasonOther": [
                "string"
            ],
            "reservationStatus": "string",
            "attachmentStatus": "string",
            "featureRequirement": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "featureName": "string",
                    "value": "string"
                }
            ]
        }
    ]
}