IpSetMemberEntity

IpSetMemberEntity
Ip Set Member Entity

IpSetMember entity to return configured members of a group of ipsets.

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"
}