InsufficientNetworkResourcePoolCapacity

InsufficientNetworkResourcePoolCapacity
InsufficientNetworkResourcePoolCapacity

Insufficient network resource pool bandwidth

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "faultCause": "MethodFault Object",
    "faultMessage": [
        {
            "_typeName": "string",
            "key": "string",
            "arg": [
                {
                    "_typeName": "string",
                    "key": "string",
                    "value": {
                        "_typeName": "string"
                    }
                }
            ],
            "message": "string"
        }
    ],
    "dvsName": "string",
    "dvsUuid": "string",
    "resourcePoolKey": "string",
    "available": 0,
    "requested": 0,
    "device": [
        "string"
    ]
}
string
dvsName
Required

Distributed Virtual Switch containing the resource pool having unsufficient network bandwitdh.

string
dvsUuid
Required

UUID of the distributed Virtual Switch containing the resource pool having unsufficient network bandwitdh.

string
resourcePoolKey
Required

Key of the resource pool on which network bandwidth is requested.

integer As int64 As int64
available
Required

Network bandwidth available (in MBs) in the requested resource pool.

integer As int64 As int64
requested
Required

Network bandwidth amount requested (in MBs).

array of string
device
Required

List of network devices that are requesting or already have requested bandwidth on the network resource pool.