LoadBalancerHealthPerRulePerBackendAddress Class
The information about health per rule per backend address.
Constructor
LoadBalancerHealthPerRulePerBackendAddress(*, ip_address: str | None = None, network_interface_ip_configuration_id: str | None = None, state: str | None = None, reason: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
ip_address
|
The IP address belonging to the backend address. Default value: None
|
network_interface_ip_configuration_id
|
Resource ID of the Network Interface IP Configuration. Default value: None
|
state
|
The current health of the backend instances that is associated to the LB rule. Default value: None
|
reason
|
The explanation of the State. Default value: None
|
Variables
Name | Description |
---|---|
ip_address
|
The IP address belonging to the backend address. |
network_interface_ip_configuration_id
|
Resource ID of the Network Interface IP Configuration. |
state
|
The current health of the backend instances that is associated to the LB rule. |
reason
|
The explanation of the State. |