BackendServiceGroupHealth(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes
Name | Description |
annotations |
Sequence[google.cloud.compute_v1.types.BackendServiceGroupHealth.AnnotationsEntry]
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. |
Classes
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,
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 |