| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| HealthStatus | HealthStatus. clone() | 
| HealthStatus | HealthStatus. set(String fieldName,
   Object value) | 
| HealthStatus | HealthStatus. setAnnotations(Map<String,String> annotations)Metadata defined as annotations for network endpoint. | 
| HealthStatus | HealthStatus. setForwardingRule(String forwardingRule)URL of the forwarding rule associated with the health status of the instance. | 
| HealthStatus | HealthStatus. setForwardingRuleIp(String forwardingRuleIp)A forwarding rule IP address assigned to this instance. | 
| HealthStatus | HealthStatus. setHealthState(String healthState)Health state of the instance. | 
| HealthStatus | HealthStatus. setInstance(String instance)URL of the instance resource. | 
| HealthStatus | HealthStatus. setIpAddress(String ipAddress)For target pool based Network Load Balancing, it indicates the forwarding rule's IP address
 assigned to this instance. | 
| HealthStatus | HealthStatus. setPort(Integer port)The named port of the instance group, not necessarily the port that is health-checked. | 
| HealthStatus | HealthStatus. setWeight(String weight) | 
| HealthStatus | HealthStatus. setWeightError(String weightError) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<HealthStatus> | TargetPoolInstanceHealth. getHealthStatus() | 
| List<HealthStatus> | BackendServiceGroupHealth. getHealthStatus()Health state of the backend instances or endpoints in requested instance or network endpoint
 group, determined based on configured health checks. | 
| Modifier and Type | Method and Description | 
|---|---|
| TargetPoolInstanceHealth | TargetPoolInstanceHealth. setHealthStatus(List<HealthStatus> healthStatus) | 
| BackendServiceGroupHealth | BackendServiceGroupHealth. setHealthStatus(List<HealthStatus> healthStatus)Health state of the backend instances or endpoints in requested instance or network endpoint
 group, determined based on configured health checks. | 
Copyright © 2011–2021 Google. All rights reserved.