ArrayOfVirtualMachineVMCIDevice
ArrayOfVirtualMachineVMCIDevice
A boxed array of VirtualMachineVMCIDevice. To be used in Any placeholders.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"_value": [
{
"_typeName": "string",
"key": 0,
"deviceInfo": {
"_typeName": "string",
"label": "string",
"summary": "string"
},
"backing": {
"_typeName": "string"
},
"connectable": {
"_typeName": "string",
"migrateConnect": "string",
"startConnected": false,
"allowGuestControl": false,
"connected": false,
"status": "string"
},
"slotInfo": {
"_typeName": "string"
},
"controllerKey": 0,
"unitNumber": 0,
"numaNode": 0,
"deviceGroupInfo": {
"_typeName": "string",
"groupInstanceKey": 0,
"sequenceId": 0
},
"id": 0,
"allowUnrestrictedCommunication": false,
"filterEnable": false,
"filterInfo": {
"_typeName": "string",
"filters": [
{
"_typeName": "string",
"rank": 0,
"action": "string",
"protocol": "string",
"direction": "string",
"lowerDstPortBoundary": 0,
"upperDstPortBoundary": 0
}
]
}
}
]
}