NetworkProfile

NetworkProfile
NetworkProfile

This specification contains the host switch configurations for the NSX transport node.

JSON Example
{
    "name": "string",
    "description": "string",
    "isDefault": false,
    "nsxtHostSwitchConfigs": [
        {
            "vdsName": "string",
            "uplinkProfileName": "string",
            "ipAddressPoolName": "string",
            "vdsUplinkToNsxUplink": [
                {
                    "vdsUplinkName": "string",
                    "nsxUplinkName": "string"
                }
            ]
        }
    ]
}
string
name
Required

The network profile name

string
description
Optional

The network profile description

boolean
isDefault
Optional

Designates the network profile as a Global Network Config or Sub Network Config

nsxtHostSwitchConfigs
Required

The list of NSX host switch configurations

Property Of