Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HealthCheckReference |
HealthCheckReference.Builder.build() |
static HealthCheckReference |
HealthCheckReference.getDefaultInstance() |
HealthCheckReference |
HealthStatusForNetworkEndpoint.getHealthCheck()
URL of the health check associated with the health state of the network endpoint.
|
HealthCheckReference |
HealthStatusForNetworkEndpoint.Builder.getHealthCheck()
URL of the health check associated with the health state of the network endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<HealthCheckReference> |
TargetPoolsRemoveHealthCheckRequest.getHealthChecksList()
Health check URL to be removed.
|
List<HealthCheckReference> |
TargetPoolsRemoveHealthCheckRequest.Builder.getHealthChecksList()
Health check URL to be removed.
|
List<HealthCheckReference> |
TargetPoolsAddHealthCheckRequest.getHealthChecksList()
The HttpHealthCheck to add to the target pool.
|
List<HealthCheckReference> |
TargetPoolsAddHealthCheckRequest.Builder.getHealthChecksList()
The HttpHealthCheck to add to the target pool.
|
Modifier and Type | Method and Description |
---|---|
TargetPoolsRemoveHealthCheckRequest.Builder |
TargetPoolsRemoveHealthCheckRequest.Builder.addHealthChecks(HealthCheckReference healthChecks)
Health check URL to be removed.
|
TargetPoolsAddHealthCheckRequest.Builder |
TargetPoolsAddHealthCheckRequest.Builder.addHealthChecks(HealthCheckReference healthChecks)
The HttpHealthCheck to add to the target pool.
|
HealthCheckReference.Builder |
HealthCheckReference.Builder.mergeFrom(HealthCheckReference other) |
static HealthCheckReference.Builder |
HealthCheckReference.newBuilder(HealthCheckReference prototype) |
HealthStatusForNetworkEndpoint.Builder |
HealthStatusForNetworkEndpoint.Builder.setHealthCheck(HealthCheckReference healthCheck)
URL of the health check associated with the health state of the network endpoint.
|
Modifier and Type | Method and Description |
---|---|
TargetPoolsRemoveHealthCheckRequest.Builder |
TargetPoolsRemoveHealthCheckRequest.Builder.addAllHealthChecks(List<HealthCheckReference> healthChecks)
Health check URL to be removed.
|
TargetPoolsAddHealthCheckRequest.Builder |
TargetPoolsAddHealthCheckRequest.Builder.addAllHealthChecks(List<HealthCheckReference> healthChecks)
The HttpHealthCheck to add to the target pool.
|
Copyright © 2019 Google LLC. All rights reserved.