public final class HealthStatusForNetworkEndpoint extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
HealthStatusForNetworkEndpoint()  | 
| Modifier and Type | Method and Description | 
|---|---|
HealthStatusForNetworkEndpoint | 
clone()  | 
BackendServiceReference | 
getBackendService()
URL of the backend service associated with the health state of the network endpoint. 
 | 
ForwardingRuleReference | 
getForwardingRule()
URL of the forwarding rule associated with the health state of the network endpoint. 
 | 
HealthCheckReference | 
getHealthCheck()
URL of the health check associated with the health state of the network endpoint. 
 | 
HealthCheckServiceReference | 
getHealthCheckService()
URL of the health check service associated with the health state of the network endpoint. 
 | 
String | 
getHealthState()
Health state of the network endpoint determined based on the health checks configured. 
 | 
HealthStatusForNetworkEndpoint | 
set(String fieldName,
   Object value)  | 
HealthStatusForNetworkEndpoint | 
setBackendService(BackendServiceReference backendService)
URL of the backend service associated with the health state of the network endpoint. 
 | 
HealthStatusForNetworkEndpoint | 
setForwardingRule(ForwardingRuleReference forwardingRule)
URL of the forwarding rule associated with the health state of the network endpoint. 
 | 
HealthStatusForNetworkEndpoint | 
setHealthCheck(HealthCheckReference healthCheck)
URL of the health check associated with the health state of the network endpoint. 
 | 
HealthStatusForNetworkEndpoint | 
setHealthCheckService(HealthCheckServiceReference healthCheckService)
URL of the health check service associated with the health state of the network endpoint. 
 | 
HealthStatusForNetworkEndpoint | 
setHealthState(String healthState)
Health state of the network endpoint determined based on the health checks configured. 
 | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic BackendServiceReference getBackendService()
null for nonepublic HealthStatusForNetworkEndpoint setBackendService(BackendServiceReference backendService)
backendService - backendService or null for nonepublic ForwardingRuleReference getForwardingRule()
null for nonepublic HealthStatusForNetworkEndpoint setForwardingRule(ForwardingRuleReference forwardingRule)
forwardingRule - forwardingRule or null for nonepublic HealthCheckReference getHealthCheck()
null for nonepublic HealthStatusForNetworkEndpoint setHealthCheck(HealthCheckReference healthCheck)
healthCheck - healthCheck or null for nonepublic HealthCheckServiceReference getHealthCheckService()
null for nonepublic HealthStatusForNetworkEndpoint setHealthCheckService(HealthCheckServiceReference healthCheckService)
healthCheckService - healthCheckService or null for nonepublic String getHealthState()
null for nonepublic HealthStatusForNetworkEndpoint setHealthState(String healthState)
healthState - healthState or null for nonepublic HealthStatusForNetworkEndpoint set(String fieldName, Object value)
set in class GenericJsonpublic HealthStatusForNetworkEndpoint clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.