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
Required

Common model describing CIDR.

privateCidr
Required

Common model describing CIDR.

array of string
dnsServers
Required

The DNS server

array of string
ntpServers
Required

The NTP server.