NamespaceManagementNetworksVsphereDVPGNetworkCreateSpec

The Networks.VsphereDVPGNetworkCreateSpec structure describes the configuration specification of a vSphere DVPG-backed Namespaces Network object.


Properties

address_ranges Required

Usable IP pools on this network.


string
gateway Required

Gateway for the 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.

Possible values are: DHCPSTATICRANGE


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
subnet_mask Required

Subnet mask of the network.

JSON Example

{
	"address_ranges": [
		{
			"address": "string",
			"count": 0
		}
	],
	"gateway": "string",
	"portgroup": "string",
	"subnet_mask": "string"
}

Feedback

Was this page helpful?