Partilhar via


LoadBalancerHealthPerRule Class

The response for a Health API.

Constructor

LoadBalancerHealthPerRule(*, up: int | None = None, down: int | None = None, load_balancer_backend_addresses: List[_models.LoadBalancerHealthPerRulePerBackendAddress] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
up
int

Number of backend instances associated to the LB rule that are considered healthy.

Default value: None
down
int

Number of backend instances associated to the LB rule that are considered unhealthy.

Default value: None
load_balancer_backend_addresses

Information about the health per rule of the backend addresses.

Default value: None

Variables

Name Description
up
int

Number of backend instances associated to the LB rule that are considered healthy.

down
int

Number of backend instances associated to the LB rule that are considered unhealthy.

load_balancer_backend_addresses

Information about the health per rule of the backend addresses.