NSX-T Data Center REST API
# ***************************************************************************
# Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential.
# ***************************************************************************
PolicyTraceflowConnectivityPolicyInfo (schema)
The connectivity policy information of traceflow observation
The TGW or VPC connectivity policy related information
| Name | Description | Type | Notes |
|---|---|---|---|
| connectivity_policy_name | Connectivity policy name | string | Readonly |
| connectivity_policy_path | The path of the connectivity policy The path of the connectivity policy that applies to the source or destination of the packet. |
string | Readonly |
| connectivity_scope | Connectivity policy scope 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. |
string | Enum: NONE, ISOLATED, COMMUNITY, PROMISCUOUS, INBOUND_ONLY |