NamespaceManagement_Networks_VsphereDVPGNetworkInfo

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",
    "ip_assignment_mode": "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.

ip_assignment_mode
Optional

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.

address_ranges
Required

Usable IP pools on this network.

string
gateway
Required

Gateway for the network.

string
subnet_mask
Required

Subnet mask of the network.