NetworkProfileConfiguration

NetworkProfileConfiguration
NetworkProfileConfiguration

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

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

The network profile name

boolean
isDefault
Optional

Flag that denotes if the profile is default or not

nsxtHostSwitchConfigs
Optional

The list of NSX host switch configurations