NsxApplicationConnectivityStrategy

NsxApplicationConnectivityStrategy
Application specific connectivity strategy

Allows more granular policies for application workloads

JSON Example
{
    "application_connectivity_strategy": "string",
    "default_application_rule_id": 0,
    "logging_enabled": false
}
string
application_connectivity_strategy
Required  

App connectivity strategies

Enumeration: ALLOW_INTRA, ALLOW_EGRESS, ALLOW_INGRESS, DROP_INGRESS, DROP_EGRESS
integer As int64 As int64
default_application_rule_id
Read-Only  

Based on the value of the app connectivity strategy, a default rule is created for the security policy. The rule id is internally assigned by the system for this default rule.

boolean
logging_enabled
Optional

Flag to enable packet logging. Default is disabled.