| 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 the balancing mode for this backend.
|
Backend |
Backend.setCapacityScaler(Float capacityScaler)
A multiplier applied to the group's maximum servicing capacity (based on UTILIZATION, RATE or
CONNECTION).
|
Backend |
Backend.setDescription(String description)
An optional description of this resource.
|
Backend |
Backend.setGroup(String group)
The fully-qualified URL of an Instance Group or Network Endpoint Group resource.
|
Backend |
Backend.setMaxConnections(Integer maxConnections)
The max number of simultaneous connections for the group.
|
Backend |
Backend.setMaxConnectionsPerInstance(Integer maxConnectionsPerInstance)
The max number of simultaneous connections that a single backend instance can handle.
|
Backend |
Backend.setMaxRate(Integer maxRate)
The max requests per second (RPS) of the group.
|
Backend |
Backend.setMaxRatePerInstance(Float maxRatePerInstance)
The max requests per second (RPS) that a single backend instance can handle.
|
Backend |
Backend.setMaxUtilization(Float maxUtilization)
Used when balancingMode is UTILIZATION.
|
| 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–2019 Google. All rights reserved.