Class HealthStatus (0.2.1)

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

Attributes

NameDescription
annotations Sequence[google.cloud.compute_v1.types.HealthStatus.AnnotationsEntry]
Metadata defined as annotations for network endpoint.
health_state google.cloud.compute_v1.types.HealthStatus.HealthState
Health state of the instance.
instance str
URL of the instance resource.
ip_address str
A forwarding rule IP address assigned to this instance.
port int
The named port of the instance group, not necessarily the port that is health-checked.

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.

HealthState

HealthState(value)

Health state of the instance.

WeightError

WeightError(value)

API documentation for compute_v1.types.HealthStatus.WeightError class.