TrafficFilterRulesets
editTrafficFilterRulesets
editThe container for a set of traffic filter rulesets.
Properties
edit-
rulesets
(array[
TrafficFilterRulesetInfo
]
, required) - List of traffic filter rules
Example
edit{ "rulesets" : [ { "associations" : [ { "entity_type" : "string", "id" : "string" } ], "description" : "string", "id" : "string", "include_by_default" : true, "name" : "string", "region" : "string", "rules" : [ { "azure_endpoint_guid" : "string", "azure_endpoint_name" : "string", "description" : "string", "egress_rule" : { "ports" : [ 0 ], "protocol" : "string", "target" : "string" }, "id" : "string", "remote_cluster_id" : "string", "remote_cluster_org_id" : "string", "source" : "string" } ], "total_associations" : 0, "type" : "string" } ] }