HealthStatusForNetworkEndpoint(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
backend_service |
google.cloud.compute_v1.types.BackendServiceReference
URL of the backend service associated with the health state of the network endpoint. This field is a member of oneof _ _backend_service .
|
forwarding_rule |
google.cloud.compute_v1.types.ForwardingRuleReference
URL of the forwarding rule associated with the health state of the network endpoint. This field is a member of oneof _ _forwarding_rule .
|
health_check |
google.cloud.compute_v1.types.HealthCheckReference
URL of the health check associated with the health state of the network endpoint. This field is a member of oneof _ _health_check .
|
health_check_service |
google.cloud.compute_v1.types.HealthCheckServiceReference
URL of the health check service associated with the health state of the network endpoint. This field is a member of oneof _ _health_check_service .
|
health_state |
str
Health state of the network endpoint determined based on the health checks configured. Check the HealthState enum for the list of possible values. This field is a member of oneof _ _health_state .
|
ipv6_health_state |
str
Health state of the ipv6 network endpoint determined based on the health checks configured. Check the Ipv6HealthState enum for the list of possible values. This field is a member of oneof _ _ipv6_health_state .
|
Classes
HealthState
HealthState(value)
Health state of the network endpoint determined based on the health checks configured. Additional supported values which may be not listed in the enum directly due to technical reasons:
DRAINING HEALTHY UNHEALTHY UNKNOWN
Ipv6HealthState
Ipv6HealthState(value)
Health state of the ipv6 network endpoint determined based on the health checks configured. Additional supported values which may be not listed in the enum directly due to technical reasons:
DRAINING HEALTHY UNHEALTHY UNKNOWN