| Package | Description | 
|---|---|
| com.google.api.services.compute.model | 
| Modifier and Type | Method and Description | 
|---|---|
| Backend | Backend. clone() | 
| Backend | Backend. set(String fieldName,
   Object value) | 
| Backend | Backend. setBalancingMode(String balancingMode)Specifies how to determine whether the backend of a load balancer can handle additional traffic
 or is fully loaded. | 
| Backend | Backend. setCapacityScaler(Float capacityScaler)A multiplier applied to the backend's target capacity of its balancing mode. | 
| Backend | Backend. setDescription(String description)An optional description of this resource. | 
| Backend | Backend. setFailover(Boolean failover)This field designates whether this is a failover backend. | 
| Backend | Backend. setGroup(String group)The fully-qualified URL of an instance group or network endpoint group (NEG) resource. | 
| Backend | Backend. setMaxConnections(Integer maxConnections)Defines a target maximum number of simultaneous connections. | 
| Backend | Backend. setMaxConnectionsPerEndpoint(Integer maxConnectionsPerEndpoint)Defines a target maximum number of simultaneous connections. | 
| Backend | Backend. setMaxConnectionsPerInstance(Integer maxConnectionsPerInstance)Defines a target maximum number of simultaneous connections. | 
| Backend | Backend. setMaxRate(Integer maxRate)Defines a maximum number of HTTP requests per second (RPS). | 
| Backend | Backend. setMaxRatePerEndpoint(Float maxRatePerEndpoint)Defines a maximum target for requests per second (RPS). | 
| Backend | Backend. setMaxRatePerInstance(Float maxRatePerInstance)Defines a maximum target for requests per second (RPS). | 
| Backend | Backend. setMaxUtilization(Float maxUtilization) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Backend> | BackendService. getBackends()The list of backends that serve this BackendService. | 
| Modifier and Type | Method and Description | 
|---|---|
| BackendService | BackendService. setBackends(List<Backend> backends)The list of backends that serve this BackendService. | 
Copyright © 2011–2021 Google. All rights reserved.