HealthStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Attributes | |
---|---|
Name | Description |
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 | |
---|---|
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 |
HealthState
HealthState(value)
Health state of the instance.
WeightError
WeightError(value)
API documentation for compute_v1.types.HealthStatus.WeightError
class.