GslbServiceSitePersistencePool

GslbServiceSitePersistencePool
GslbServiceSitePersistencePool
JSON Example
{
    "enable_http2": false,
    "name": "string",
    "num_servers": 0,
    "num_servers_up": 0,
    "servers": [
        {
            "def_port": false,
            "hostname": "string",
            "ip_addr": {
                "addr": "string",
                "type": "string"
            },
            "is_enabled": false,
            "last_state": "string",
            "location": {
                "latitude": "number",
                "longitude": "number",
                "name": "string",
                "tag": "string"
            },
            "oper_status": {
                "last_changed_time": {
                    "secs": 0,
                    "usecs": 0
                },
                "reason": [
                    "string"
                ],
                "reason_code": 0,
                "reason_code_string": "string",
                "state": "string"
            },
            "port": 0,
            "propogate_state": false,
            "timer_exists": false
        }
    ],
    "uuid": "string"
}
boolean
enable_http2
Optional

Site persistence pool's http2 state. . Field introduced in 20.1.6. Allowed in Enterprise edition with any value, Enterprise with Cloud Services edition.

string
name
Optional

Site persistence pool's name. . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int64 As int64
num_servers
Optional

Number of servers configured in the pool. . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

integer As int64 As int64
num_servers_up
Optional

Number of servers operationally up in the pool. . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

servers
Optional

Detailed information of the servers in the pool. . Field introduced in 17.2.8. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.

string
uuid
Optional

Site persistence pool's uuid. . Field introduced in 17.2.2. Allowed in Enterprise edition with any value, Essentials, Basic, Enterprise with Cloud Services edition.