DomainEntity

DomainEntity
Domain Entity

Deprecated. PlaceHolder for BackwardCompatibility, it is not used anymore.

AllOf
This class requires all of the following:
JSON Example
{
    "association_count": 0,
    "id": "string",
    "reference_id": "string",
    "name": "string",
    "last_updated_time": 0,
    "entity_type": "string",
    "total_incoming_connections": 0,
    "total_outgoing_connections": 0,
    "config_events": [
        {
            "event_time": 0
        }
    ],
    "fw_properties": {
        "ew_allowed": 0,
        "ew_blocked": 0,
        "ew_unmicrosegmented": 0,
        "ew_vds": 0
    },
    "highlight": false,
    "state": "string",
    "members": [
        {
            "association_count": 0,
            "id": "string",
            "reference_id": "string",
            "name": "string",
            "last_updated_time": 0,
            "entity_type": "string",
            "total_incoming_connections": 0,
            "total_outgoing_connections": 0,
            "config_events": [
                {
                    "event_time": 0
                }
            ],
            "fw_properties": {
                "ew_allowed": 0,
                "ew_blocked": 0,
                "ew_unmicrosegmented": 0,
                "ew_vds": 0
            },
            "highlight": false,
            "state": "string",
            "members": [
                {
                    "association_count": 0,
                    "id": "string",
                    "reference_id": "string",
                    "name": "string",
                    "last_updated_time": 0,
                    "entity_type": "string",
                    "total_incoming_connections": 0,
                    "total_outgoing_connections": 0,
                    "config_events": [
                        {
                            "event_time": 0
                        }
                    ],
                    "fw_properties": {
                        "ew_allowed": 0,
                        "ew_blocked": 0,
                        "ew_unmicrosegmented": 0,
                        "ew_vds": 0
                    },
                    "highlight": false,
                    "state": "string",
                    "compute_type": "string"
                }
            ],
            "compute_count": 0,
            "actual_member_count": 0,
            "ip_addresses_only": false,
            "segmentation_object_type": "string",
            "segmentation_object": {
                "id": "string",
                "name": "string"
            },
            "pinned": false,
            "site_information": "string"
        }
    ],
    "group_count": 0,
    "pinned": false
}
Deprecated