public static class HealthStatusForNetworkEndpoint.Builder extends Object
Modifier and Type | Method and Description |
---|---|
HealthStatusForNetworkEndpoint |
build() |
HealthStatusForNetworkEndpoint.Builder |
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.
|
String |
getHealthState()
Health state of the network endpoint determined based on the health checks configured.
|
HealthStatusForNetworkEndpoint.Builder |
mergeFrom(HealthStatusForNetworkEndpoint other) |
HealthStatusForNetworkEndpoint.Builder |
setBackendService(BackendServiceReference backendService)
URL of the backend service associated with the health state of the network endpoint.
|
HealthStatusForNetworkEndpoint.Builder |
setForwardingRule(ForwardingRuleReference forwardingRule)
URL of the forwarding rule associated with the health state of the network endpoint.
|
HealthStatusForNetworkEndpoint.Builder |
setHealthCheck(HealthCheckReference healthCheck)
URL of the health check associated with the health state of the network endpoint.
|
HealthStatusForNetworkEndpoint.Builder |
setHealthState(String healthState)
Health state of the network endpoint determined based on the health checks configured.
|
public HealthStatusForNetworkEndpoint.Builder mergeFrom(HealthStatusForNetworkEndpoint other)
public BackendServiceReference getBackendService()
public HealthStatusForNetworkEndpoint.Builder setBackendService(BackendServiceReference backendService)
public ForwardingRuleReference getForwardingRule()
public HealthStatusForNetworkEndpoint.Builder setForwardingRule(ForwardingRuleReference forwardingRule)
public HealthCheckReference getHealthCheck()
public HealthStatusForNetworkEndpoint.Builder setHealthCheck(HealthCheckReference healthCheck)
public String getHealthState()
public HealthStatusForNetworkEndpoint.Builder setHealthState(String healthState)
public HealthStatusForNetworkEndpoint build()
public HealthStatusForNetworkEndpoint.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.