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 the 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.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 that the backend can handle.
|
Backend |
Backend.setMaxConnectionsPerEndpoint(Integer maxConnectionsPerEndpoint)
Defines a target maximum number of simultaneous connections for an endpoint of a NEG.
|
Backend |
Backend.setMaxConnectionsPerInstance(Integer maxConnectionsPerInstance)
Defines a target maximum number of simultaneous connections for a single VM in a backend
instance group.
|
Backend |
Backend.setMaxRate(Integer maxRate)
Defines a maximum number of HTTP requests per second (RPS) that the backend can handle.
|
Backend |
Backend.setMaxRatePerEndpoint(Float maxRatePerEndpoint)
Defines a maximum target for requests per second (RPS) for an endpoint of a NEG.
|
Backend |
Backend.setMaxRatePerInstance(Float maxRatePerInstance)
Defines a maximum target for requests per second (RPS) for a single VM in a backend instance
group.
|
Backend |
Backend.setMaxUtilization(Float maxUtilization)
Defines the maximum average backend utilization of a backend VM in an instance group.
|
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–2020 Google. All rights reserved.