InlineAbstractSpace1
InlineAbstractSpace1
JSON Example
{
"connectivity_strategy": "string"
}
string
connectivity_strategy
Optional
This field indicates the default connectivity policy for the infra or tenant space WHITELIST - Adds a default drop rule. Administrator can then use "allow" rules (aka whitelist) to allow traffic between groups BLACKLIST - Adds a default allow rule. Admin can then use "drop" rules (aka blacklist) to block traffic between groups WHITELIST_ENABLE_LOGGING - Whitelising with logging enabled BLACKLIST_ENABLE_LOGGING - Blacklisting with logging enabled NONE - No default rules are added.
Possible values are :
WHITELIST,
BLACKLIST,
WHITELIST_ENABLE_LOGGING,
BLACKLIST_ENABLE_LOGGING,
NONE,