InlineDSSection1

InlineDSSection1
InlineDSSection1
JSON Example
{
    "applied_tos": [
        {
            "is_valid": false,
            "target_display_name": "string",
            "target_id": "string",
            "target_type": "string"
        }
    ],
    "is_default": false,
    "rule_count": 0,
    "section_type": "string",
    "stateful": false
}
applied_tos
Optional
Constraints: maxItems: 128

List of objects where the rules in this section will be enforced. This will take precedence over rule level appliedTo.

boolean
is_default
Optional

It is a boolean flag which reflects whether a distributed service section is default section or not. Each Layer 3 and Layer 2 section will have at least and at most one default section.

integer As int64 As int64
rule_count
Optional

Number of rules in this section.

string
section_type
Required

Type of the rules which a section can contain. Only homogeneous sections are supported.

Possible values are : LAYER2, LAYER3, L3REDIRECT, IDS,
boolean
stateful
Required

Stateful or Stateless nature of distributed service section is enforced on all rules inside the section. Layer3 sections can be stateful or stateless. Layer2 sections can only be stateless.

Used By