NamespaceManagement_Networks_VsphereDVPGNetworkInfo
NamespaceManagement_Networks_VsphereDVPGNetworkInfo
The Networks.VsphereDVPGNetworkInfo structure describes the configuration specification of a vSphere DVPG-backed Namespaces Network object.
JSON Example
{
"portgroup": "string",
"address_ranges": [
{
"address": "string",
"count": 0
}
],
"gateway": "string",
"subnet_mask": "string"
}
string
portgroup
Required
Identifier of the vSphere Distributed Portgroup backing the vSphere network object. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Network. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Network.
string
gateway
Required
Gateway for the network.
string
subnet_mask
Required
Subnet mask of the network.