VpcConnectivityProfile

VpcConnectivityProfile
VpcConnectivityProfile

NSX VPC Connectivity Profile representation.

JSON Example
{
    "id": "string",
    "displayName": "string",
    "path": "string",
    "isDefault": false,
    "transitGatewayPath": "string",
    "supervisorIncompatibilityReasons": [
        {
            "errorCode": "string",
            "errorType": "string",
            "arguments": [
                "string"
            ],
            "context": {
                "context": "string"
            },
            "notifications": [
                {
                    "severity": "string",
                    "message": "string",
                    "remediations": [
                        {
                            "message": "string",
                            "link": "string"
                        }
                    ],
                    "impactMessage": "string"
                }
            ],
            "message": "string",
            "remediationMessage": "string",
            "causes": [
                {
                    "type": "string",
                    "message": "string"
                }
            ],
            "nestedErrors": [
                "Error Object"
            ],
            "referenceToken": "string",
            "label": "string",
            "remediationUrl": "string"
        }
    ]
}
string
id
Optional

ID of the NSX VPC Connectivity Profile

string
displayName
Optional

Display Name of the NSX VPC Connectivity Profile

string
path
Optional

Policy Path of the NSX VPC Connectivity Profile

boolean
isDefault
Optional

Flag indicates whether VPC Connectivity Profile is default or not.

string
transitGatewayPath
Optional

Policy Path of Transit Gateway Attached to this profile

array of Error
supervisorIncompatibilityReasons
Optional

List of error responses explaining why the VPC Connectivity Profile is not compatible with Supervisor enablement. Each error response contains a localized message and optional remediation message. This field is only populated when supervisor_compat_check query parameter is set to true and the VPC Connectivity Profile is incompatible with Supervisor enablement.