LbVirtualServerStatus

LbVirtualServerStatus
LbVirtualServerStatus
JSON Example
{
    "status": "string",
    "last_update_timestamp": 0,
    "virtual_server_id": "string"
}
string
status
Optional

UP means that all primary members in default pool are in UP status. For L7 virtual server, if there is no default pool, the virtual server would be treated as UP. PARTIALLY_UP means that some(not all) primary members in default pool are in UP status. The size of these active primary members should be larger than or equal to the certain number(min_active_members) which is defined in LbPool. When there are no backup members which are in the UP status, the number(min_active_members) would be ignored. PRIMARY_DOWN means that less than certain(min_active_members) primary members in default pool are in UP status but backup members are in UP status, the connections would be dispatched to backup members. DOWN means that all primary and backup members are in DOWN status. DETACHED means that the virtual server is not bound to any service. DISABLED means that the admin state of the virtual server is disabled. UNKOWN means that no status reported from transport-nodes. The associated load balancer service may be working(or not working).

Possible values are : UP, PARTIALLY_UP, PRIMARY_DOWN, DOWN, DETACHED, DISABLED, UNKNOWN,
integer As int64 As int64
last_update_timestamp
Optional

Timestamp when the data was last updated.

string
virtual_server_id
Required

load balancer virtual server identifier