NamespaceManagement_Networks_VsphereDVPGNetworkCreateSpec
The Networks.VsphereDVPGNetworkCreateSpec structure describes the configuration specification of a vSphere DVPG-backed Namespaces Network object.
{
"portgroup": "string",
"ip_assignment_mode": "string",
"address_ranges": [
{
"address": "string",
"count": 0
}
],
"gateway": "string",
"subnet_mask": "string"
}
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.
The Networks.IPAssignmentMode enumerated type defines various IP address assignment modes.
DHCP : The address is automatically assigned by a DHCP server.
STATICRANGE : The address is assigned from a static range.
Gateway for the network.
Subnet mask of the network.