NSX-T Data Center REST API
PolicyTraceflowConnectivityPolicyInfo (type)
{
"additionalProperties": false,
"description": "The TGW or VPC connectivity policy related information",
"id": "PolicyTraceflowConnectivityPolicyInfo",
"module_id": "PolicyConnectivity",
"properties": {
"connectivity_policy_name": {
"readonly": true,
"required": false,
"title": "Connectivity policy name",
"type": "string"
},
"connectivity_policy_path": {
"description": "The path of the connectivity policy that applies to the source or destination of the packet.",
"readonly": true,
"required": false,
"title": "The path of the connectivity policy",
"type": "string"
},
"connectivity_scope": {
"description": "The connectivity scope that applies to the source or destination of the packet. NONE - The source or destination of the packet is not in any connectivity policy. ISOLATED - The source or destination of the packet is in the ISOLATED connectivity policy. COMMUNITY - The source or destination of the packet is in the COMMUNITY connectivity policy. PROMISCUOUS - The source or destination of the packet is in the PROMISCUOUS connectivity policy. INBOUND_ONLY - The source or destination of the packet is in the INBOUND_ONLY connectivity policy.",
"enum": [
"NONE",
"ISOLATED",
"COMMUNITY",
"PROMISCUOUS",
"INBOUND_ONLY"
],
"required": false,
"title": "Connectivity policy scope",
"type": "string"
}
},
"title": "The connectivity policy information of traceflow observation",
"type": "object"
}