nsx_validation

nsx_validation
nsx_validation

A NsxValidation for networking

JSON Example
{
    "certificate": {
        "hostname": "string",
        "pem": "string"
    },
    "dhcpProfiles": [
        {
            "description": "string",
            "display_name": "string",
            "id": "string"
        }
    ],
    "metadataProxies": [
        {
            "display_name": "string",
            "id": "string",
            "metadata_server_url": "string"
        }
    ],
    "nsxType": "string",
    "overlayTransportZones": [
        {
            "display_name": "string",
            "host_switch_name": "string",
            "id": "string",
            "transport_type": "string"
        }
    ],
    "routers": [
        {
            "display_name": "string",
            "id": "string",
            "router_type": "string"
        }
    ],
    "vlanTransportZones": [
        {
            "display_name": "string",
            "host_switch_name": "string",
            "id": "string",
            "transport_type": "string"
        }
    ]
}
certificate
Optional

certificate

dhcpProfiles
Required

The dhcp profiles.

metadataProxies
Required

The metadata proxies of the nsx.

string
nsxType
Required

The type of the nsx, nsxt|nsxp.

overlayTransportZones
Required

The overlay transport zones of the nsx.

array of router
routers
Required

The routers of the nsx.

vlanTransportZones
Required

The vlan transport zones of the nsx.