InlineRealizedFirewallSection1

InlineRealizedFirewallSection1
InlineRealizedFirewallSection1

Realized Firewall section

JSON Example
{
    "rules": [
        {
            "_self": {
                "rel": "string"
            },
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_revision": 0,
            "_create_time": 0,
            "_system_owned": false,
            "display_name": "string",
            "description": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "_last_modified_time": 0,
            "_create_user": "string",
            "_last_modified_user": "string",
            "id": "string",
            "resource_type": "string",
            "path": "string",
            "relative_path": "string",
            "intent_reference": [
                "string"
            ],
            "realization_specific_identifier": "string",
            "state": "string",
            "alarms": [
                {
                    "_self": {
                        "rel": "string"
                    },
                    "_links": [
                        {
                            "action": "string",
                            "href": "string",
                            "rel": "string"
                        }
                    ],
                    "_schema": "string",
                    "_revision": 0,
                    "_create_time": 0,
                    "_system_owned": false,
                    "display_name": "string",
                    "description": "string",
                    "tags": [
                        {
                            "scope": "string",
                            "tag": "string"
                        }
                    ],
                    "_last_modified_time": 0,
                    "_create_user": "string",
                    "_last_modified_user": "string",
                    "id": "string",
                    "resource_type": "string",
                    "path": "string",
                    "relative_path": "string",
                    "message": "string"
                }
            ],
            "disabled": false,
            "sources": [
                {
                    "target_display_name": "string",
                    "is_valid": false,
                    "target_id": "string",
                    "target_type": "string"
                }
            ],
            "direction": "string",
            "services": [
                {
                    "target_display_name": "string",
                    "is_valid": false,
                    "target_id": "string",
                    "target_type": "string"
                }
            ],
            "action": "string",
            "destinations": [
                {
                    "target_display_name": "string",
                    "is_valid": false,
                    "target_id": "string",
                    "target_type": "string"
                }
            ]
        }
    ],
    "rule_count": 0,
    "section_type": "string"
}
rules
Optional

List of firewall rules in the section.

integer As int64 As int64
rule_count
Optional

Number of rules in this section.

string
section_type
Optional

Type of the rules which a section can contain.

Possible values are : LAYER2, LAYER3,