Cloud.NSX.Network

Cloud.NSX.Network
Cloud.NSX.Network

Request schema for provisioning NSX Network

JSON Example
{
    "constraints": [
        {
            "tag": "string"
        }
    ],
    "description": "string",
    "dns": [
        "string"
    ],
    "dnsSearchDomains": "string",
    "domain": "string",
    "gateway": "string",
    "name": "string",
    "netmask": "string",
    "networkCidr": "string",
    "networkType": "string",
    "prefixLength": "string",
    "tags": [
        {
            "key": "string",
            "value": "string"
        }
    ]
}
array of object
constraints
Optional

Network constraints

string
description
Optional

Description of the network

array of string
dns
Optional

DNS servers Specification for the creation of the subnet

string
dnsSearchDomains
Optional

DNS search domains Specification for the creation of the subnet

string
domain
Optional

Domain Specification for the creation of the subnet

string
gateway
Optional

Default Gateway Specification for the creation of the subnet

string
name
Optional

Name of the network

string
netmask
Optional

Netmask Specification for machine TCP/IP configuration of the subnet

string As ^(([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])(/([0-9]|[1-2][0-9]|3[0-2]))$
networkCidr
Optional

Cidr Specification for the creation of the subnet

string
networkType
Optional

Type of network (existing, public, private, outbound or routed)

Possible values are : existing, public, private, outbound, routed,
string
prefixLength
Optional

CIDR prefix length

array of object
tags
Optional

Resource categorization, in case-sensitive key names, or in key-value pairs.