InlineAbstractSpace1

InlineAbstractSpace1
InlineAbstractSpace1

Represents the space in which the policy is being defined

JSON Example
{
    "connectivity_strategy": "string",
    "communication_profiles": [
        {
            "_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",
            "communication_profile_entries": [
                {
                    "_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",
                    "services": [
                        "string"
                    ],
                    "action": "string",
                    "sequence_number": 0
                }
            ]
        }
    ]
}
string
connectivity_strategy
Optional

This field indicates the default connectivity policy for the infra or tenant space WHITELIST - Adds a default drop rule. Administrator can then use "allow" rules (aka whitelist) to allow traffic between groups BLACKLIST - Adds a default allow rule. Admin can then use "drop" rules (aka blacklist) to block traffic between groups NONE - No default rules are added. This is the default setting

Possible values are : WHITELIST, BLACKLIST, NONE,
communication_profiles
Optional

This field is used while creating or updating the space.