LbPoolMemberStatus

LbPoolMemberStatus
LbPoolMemberStatus
JSON Example
{
    "status": "string",
    "failure_cause": "string",
    "last_check_time": 0,
    "ip_address": "string",
    "last_state_change_time": 0,
    "port": "string"
}
string
status
Required

UP means that pool member is enabled and monitors have marked the pool member as UP. If the pool member has no monitor configured, it would be treated as UP. DOWN means that pool member is enabled and monitors have marked the pool member as DOWN. DISABLED means that admin state of pool member is set to DISABLED. GRACEFUL_DISABLED means that admin state of pool member is set to GRACEFUL_DISABLED.

Possible values are : UP, DOWN, DISABLED, GRACEFUL_DISABLED,
string
failure_cause
Optional

The healthcheck failure cause when status is DOWN

integer As int64 As int64
last_check_time
Optional

Timestamp in milliseconds since epoch

string As ip As ip
ip_address
Required

Pool member IP address

integer As int64 As int64
last_state_change_time
Optional

Timestamp in milliseconds since epoch

string As port-or-range As port-or-range
port
Optional

The port is configured in pool member. For virtual server port range case, pool member port must be null.

Property Of