{ "additionalProperties": false, "id": "ConnectivityAdvancedConfig", "module_id": "PolicyConnectivity", "properties": { "connectivity": { "default": "ON", "description": "Connectivity configuration to manually connect (ON) or disconnect (OFF) Tier-0/Tier1 segment from corresponding gateway. This property does not apply to VLAN backed segments. VLAN backed segments with connectivity OFF does not affect its layer-2 connectivity.", "enum": [ "ON", "OFF" ], "required": false, "title": "Connectivity configuration", "type": "string" } }, "title": "Advanced configuration for Policy connectivity", "type": "object" }