Class BackendServiceGroupHealth (1.18.0)

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

Attributes

NameDescription
annotations MutableMapping[str, str]
Metadata defined as annotations on the network endpoint group.
health_status MutableSequence[google.cloud.compute_v1.types.HealthStatus]
Health state of the backend instances or endpoints in requested instance or network endpoint group, determined based on configured health checks.
kind str
[Output Only] Type of resource. Always compute#backendServiceGroupHealth for the health of backend services. This field is a member of oneof_ _kind.

Classes

AnnotationsEntry

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

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.