Distributed Virtual Portgroup Get Summary
Properties of a network.
The unique identifier for the managed object to which the property attaches; the serialized managed object reference for a request has the form moType/moId
, in this case DistributedVirtualPortgroup/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
OK
{
"_typeName": "string",
"network": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"name": "string",
"accessible": false,
"ipPoolName": "string",
"ipPoolId": 0
}
Name of the network.
At least one host is configured to provide this network.
Name of the associated IP pool.
Empty if the network is not associated with an IP pool.
Identifier of the associated IP pool.
Zero if the network is not associated with an IP pool.