BaseSecurityGroup

BaseSecurityGroup
BaseSecurityGroup
AllOf
This class requires all of the following:
JSON Example
{
    "entity_id": "1000:104:12213212",
    "name": "My Name",
    "entity_type": "VirtualMachine",
    "members": [
        {
            "entity_id": "string",
            "entity_type": "VirtualMachine"
        }
    ],
    "direct_source_rules": [
        {
            "rules": [
                {
                    "entity_id": "string",
                    "entity_type": "VirtualMachine"
                }
            ],
            "firewall": {
                "entity_id": "string",
                "entity_type": "VirtualMachine"
            },
            "rule_set_type": "string"
        }
    ],
    "direct_destination_rules": [
        {
            "rules": [
                {
                    "entity_id": "string",
                    "entity_type": "VirtualMachine"
                }
            ],
            "firewall": {
                "entity_id": "string",
                "entity_type": "VirtualMachine"
            },
            "rule_set_type": "string"
        }
    ],
    "indirect_source_rules": [
        {
            "rules": [
                {
                    "entity_id": "string",
                    "entity_type": "VirtualMachine"
                }
            ],
            "firewall": {
                "entity_id": "string",
                "entity_type": "VirtualMachine"
            },
            "rule_set_type": "string"
        }
    ],
    "indirect_destination_rules": [
        {
            "rules": [
                {
                    "entity_id": "string",
                    "entity_type": "VirtualMachine"
                }
            ],
            "firewall": {
                "entity_id": "string",
                "entity_type": "VirtualMachine"
            },
            "rule_set_type": "string"
        }
    ],
    "parents": [
        {
            "entity_id": "string",
            "entity_type": "VirtualMachine"
        }
    ],
    "direct_members": [
        {
            "entity_id": "string",
            "entity_type": "VirtualMachine"
        }
    ],
    "vendor_id": "string",
    "excluded_members": [
        {
            "entity_id": "string",
            "entity_type": "VirtualMachine"
        }
    ]
}