AddNetworkResourcePoolRequestType
AddNetworkResourcePoolRequestType
The parameters of AddNetworkResourcePool.
JSON Example
{
"configSpec": [
{
"_typeName": "string",
"dynamicProperty": [
{
"_typeName": "string",
"name": "string",
"val": {
"_typeName": "string"
}
}
],
"key": "string",
"configVersion": "string",
"allocationInfo": {
"_typeName": "string",
"limit": 0,
"shares": {
"_typeName": "string",
"shares": 0,
"level": "string"
},
"priorityTag": 0
},
"name": "string",
"description": "string"
}
]
}
array of DVSNetworkResourcePoolConfigSpec
configSpec
Required
the network resource pool configuration specification.