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
Read-Only  

ID of the NSX VPC Connectivity Profile

string
displayName
Read-Only  

Display Name of the NSX VPC Connectivity Profile

string
path
Read-Only  

Policy Path of the NSX VPC Connectivity Profile

boolean
isDefault
Read-Only  

Flag indicates whether VPC Connectivity Profile is default or not.

string
transitGatewayPath
Read-Only  

Policy Path of Transit Gateway Attached to this profile

array of Error
supervisorIncompatibilityReasons
Read-Only  

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.