Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
TargetPool.Builder |
TargetPool.Builder.addAllHealthChecks(List<String> healthChecks)
The URL of the HttpHealthCheck resource.
|
TargetPool.Builder |
TargetPool.Builder.addAllInstances(List<String> instances)
A list of resource URLs to the virtual machine instances serving this pool.
|
TargetPool.Builder |
TargetPool.Builder.addHealthChecks(String healthChecks)
The URL of the HttpHealthCheck resource.
|
TargetPool.Builder |
TargetPool.Builder.addInstances(String instances)
A list of resource URLs to the virtual machine instances serving this pool.
|
TargetPool.Builder |
TargetPool.Builder.clone() |
TargetPool.Builder |
TargetPool.Builder.mergeFrom(TargetPool other) |
static TargetPool.Builder |
TargetPool.newBuilder() |
static TargetPool.Builder |
TargetPool.newBuilder(TargetPool prototype) |
TargetPool.Builder |
TargetPool.Builder.setBackupPool(String backupPool)
This field is applicable only when the containing target pool is serving a forwarding rule as
the primary pool, and its failoverRatio field is properly set to a value between [0, 1].
|
TargetPool.Builder |
TargetPool.Builder.setCreationTimestamp(String creationTimestamp)
[Output Only] Creation timestamp in RFC3339 text format.
|
TargetPool.Builder |
TargetPool.Builder.setDescription(String description)
An optional description of this resource.
|
TargetPool.Builder |
TargetPool.Builder.setFailoverRatio(Float failoverRatio)
This field is applicable only when the containing target pool is serving a forwarding rule as
the primary pool (i.e., not as a backup pool to some other target pool).
|
TargetPool.Builder |
TargetPool.Builder.setId(String id)
[Output Only] The unique identifier for the resource.
|
TargetPool.Builder |
TargetPool.Builder.setKind(String kind)
[Output Only] Type of the resource.
|
TargetPool.Builder |
TargetPool.Builder.setName(String name)
Name of the resource.
|
TargetPool.Builder |
TargetPool.Builder.setRegion(String region)
[Output Only] URL of the region where the target pool resides.
|
TargetPool.Builder |
TargetPool.Builder.setSelfLink(String selfLink)
[Output Only] Server-defined URL for the resource.
|
TargetPool.Builder |
TargetPool.Builder.setSessionAffinity(String sessionAffinity)
Session affinity option, must be one of the following values: NONE: Connections from the same
client IP may go to any instance in the pool.
|
TargetPool.Builder |
TargetPool.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.