Class HealthStatusForNetworkEndpoint (1.3.1)

HealthStatusForNetworkEndpoint(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Attributes

NameDescription
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``.

Inheritance

builtins.object > proto.message.Message > HealthStatusForNetworkEndpoint

Classes

HealthState

HealthState(value)

Health state of the network endpoint determined based on the health checks configured.