| Package | Description | 
|---|---|
| com.google.api.services.compute | |
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Compute.TargetPools.Insert | Compute.TargetPools. insert(String project,
      String region,
      TargetPool content)Creates a target pool in the specified project and region using the data included in the request. | 
| Constructor and Description | 
|---|
| Insert(String project,
      String region,
      TargetPool content)Creates a target pool in the specified project and region using the data included in the
 request. | 
| Modifier and Type | Method and Description | 
|---|---|
| TargetPool | TargetPool. clone() | 
| TargetPool | TargetPool. set(String fieldName,
   Object value) | 
| TargetPool | TargetPool. setBackupPool(String backupPool)The server-defined URL for the resource. | 
| TargetPool | TargetPool. setCreationTimestamp(String creationTimestamp)[Output Only] Creation timestamp in RFC3339 text format. | 
| TargetPool | TargetPool. setDescription(String description)An optional description of this resource. | 
| TargetPool | TargetPool. 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 | TargetPool. setHealthChecks(List<String> healthChecks)The URL of the HttpHealthCheck resource. | 
| TargetPool | TargetPool. setId(BigInteger id)[Output Only] The unique identifier for the resource. | 
| TargetPool | TargetPool. setInstances(List<String> instances)A list of resource URLs to the virtual machine instances serving this pool. | 
| TargetPool | TargetPool. setKind(String kind)[Output Only] Type of the resource. | 
| TargetPool | TargetPool. setName(String name)Name of the resource. | 
| TargetPool | TargetPool. setRegion(String region)[Output Only] URL of the region where the target pool resides. | 
| TargetPool | TargetPool. setSelfLink(String selfLink)[Output Only] Server-defined URL for the resource. | 
| TargetPool | TargetPool. 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<TargetPool> | TargetPoolList. getItems()A list of TargetPool resources. | 
| List<TargetPool> | TargetPoolsScopedList. getTargetPools()A list of target pools contained in this scope. | 
| Modifier and Type | Method and Description | 
|---|---|
| TargetPoolList | TargetPoolList. setItems(List<TargetPool> items)A list of TargetPool resources. | 
| TargetPoolsScopedList | TargetPoolsScopedList. setTargetPools(List<TargetPool> targetPools)A list of target pools contained in this scope. | 
Copyright © 2011–2023 Google. All rights reserved.