BackendServiceGroupHealth(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes
Name | Description |
annotations |
Mapping[str, str]
Metadata defined as annotations on the network endpoint group. |
health_status |
Sequence[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``. |
Inheritance
builtins.object > proto.message.Message > BackendServiceGroupHealthClasses
AnnotationsEntry
AnnotationsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Name | Description |
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 |