VpcConnectivityProfile
NSX VPC Connectivity Profile representation.
{
"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"
}
]
}
ID of the NSX VPC Connectivity Profile
Display Name of the NSX VPC Connectivity Profile
Policy Path of the NSX VPC Connectivity Profile
Flag indicates whether VPC Connectivity Profile is default or not.
Policy Path of Transit Gateway Attached to this profile
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.