ArrayOfDvsResourceRuntimeInfo

ArrayOfDvsResourceRuntimeInfo
ArrayOfDvsResourceRuntimeInfo

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

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "_value": [
        {
            "_typeName": "string",
            "capacity": 0,
            "usage": 0,
            "available": 0,
            "allocatedResource": [
                {
                    "_typeName": "string",
                    "vm": {
                        "_typeName": "string",
                        "type": "string",
                        "value": "string"
                    },
                    "vnicKey": "string",
                    "reservation": 0
                }
            ],
            "vmVnicNetworkResourcePoolRuntime": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "name": "string",
                    "capacity": 0,
                    "usage": 0,
                    "available": 0,
                    "status": "string",
                    "allocatedResource": [
                        {
                            "_typeName": "string",
                            "vm": {
                                "_typeName": "string",
                                "type": "string",
                                "value": "string"
                            },
                            "vnicKey": "string",
                            "reservation": 0
                        }
                    ]
                }
            ]
        }
    ]
}
_value
Required

_value