LBPool

LBPool
LBPool

Defining access of a Group from a LBVirtualServer and binding to LBMonitorProfile.

AllOf
This class requires all of the following:
JSON Example
{
    "_links": [
        {
            "action": "string",
            "href": "string",
            "rel": "string"
        }
    ],
    "_schema": "string",
    "_self": {
        "action": "string",
        "href": "string",
        "rel": "string"
    },
    "_revision": 0,
    "_create_time": 0,
    "_create_user": "string",
    "_last_modified_time": 0,
    "_last_modified_user": "string",
    "_protection": "string",
    "_system_owned": false,
    "description": "string",
    "display_name": "string",
    "id": "string",
    "resource_type": "string",
    "tags": [
        {
            "scope": "string",
            "tag": "string"
        }
    ],
    "parent_path": "string",
    "path": "string",
    "relative_path": "string",
    "children": [
        {
            "_links": [
                {
                    "action": "string",
                    "href": "string",
                    "rel": "string"
                }
            ],
            "_schema": "string",
            "_self": {
                "action": "string",
                "href": "string",
                "rel": "string"
            },
            "_revision": 0,
            "_create_time": 0,
            "_create_user": "string",
            "_last_modified_time": 0,
            "_last_modified_user": "string",
            "_protection": "string",
            "_system_owned": false,
            "description": "string",
            "display_name": "string",
            "id": "string",
            "resource_type": "string",
            "tags": [
                {
                    "scope": "string",
                    "tag": "string"
                }
            ],
            "marked_for_delete": false
        }
    ],
    "marked_for_delete": false,
    "active_monitor_paths": [
        "string"
    ],
    "algorithm": "string",
    "member_group": {
        "customized_members": [
            {
                "admin_state": "string",
                "display_name": "string",
                "ip_address": "string",
                "port": "string",
                "weight": 0
            }
        ],
        "group_path": "string",
        "ip_revision_filter": "string",
        "max_ip_list_size": 0,
        "port": 0
    },
    "members": [
        {
            "admin_state": "string",
            "backup_member": false,
            "display_name": "string",
            "ip_address": "string",
            "max_concurrent_connections": 0,
            "port": "string",
            "weight": 0
        }
    ],
    "min_active_members": 0,
    "passive_monitor_path": "string",
    "snat_translation": {
        "type": "string"
    },
    "tcp_multiplexing_enabled": false,
    "tcp_multiplexing_number": 0
}