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. |
forwarding_rule |
str
URL of the forwarding rule associated with the health status of the instance. |
forwarding_rule_ip |
str
A forwarding rule IP address assigned to this instance. |
health_state |
google.cloud.compute_v1.types.HealthStatus.HealthState
Health state of the instance. |
instance |
str
URL of the instance resource. |
ip_address |
str
For target pool based Network Load Balancing, it indicates the forwarding rule's IP address assigned to this instance. For other types of load balancing, the field indicates VM internal ip. |
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.
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.