{ "additionalProperties": false, "id": "ConnectivityAdvancedConfig", "module_id": "PolicyConnectivity", "properties": { "connectivity": { "default": "ON", "description": "Connectivity configuration to manually connect (ON) or disconnect (OFF) a Tier1 segment from corresponding Tier1 gateway. Only valid for Tier1 Segments. This property is ignored for L2 VPN extended segments when subnets property is not specified. 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" }