SupervisorVpcNetwork

SupervisorVpcNetwork
SupervisorVpcNetwork

This specification contains Supervisor's VPC network details.

JSON Example
{
    "nsxProject": "/org/default/projects/ptenant0",
    "nsxVpcConnectivityProfile": "/orgs/default/projects/ptenant0/vpc-connectivity-profiles/default",
    "privateTransitNetworkCidr": {
        "address": "string",
        "prefix": 0
    },
    "privateCidr": {
        "address": "string",
        "prefix": 0
    },
    "dnsServers": [
        "192.168.0.1"
    ],
    "ntpServers": [
        "ntp.example.com"
    ]
}
string
nsxProject
Optional

The nsx project path. Optional when a new NSX is deployed.

string
nsxVpcConnectivityProfile
Optional

The NSX VPC connectivity profile. Optional when a new NSX is deployed.

privateTransitNetworkCidr
Optional

Common model describing CIDR.

privateCidr
Optional

Common model describing CIDR.

array of string
dnsServers
Required  
Constraints: minItems: 1

The DNS server

array of string
ntpServers
Required  
Constraints: minItems: 1

The NTP server.