Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Backend.Builder |
Backend.Builder.clone() |
Backend.Builder |
Backend.Builder.mergeFrom(Backend other) |
static Backend.Builder |
Backend.newBuilder() |
static Backend.Builder |
Backend.newBuilder(Backend prototype) |
Backend.Builder |
Backend.Builder.setBalancingMode(String balancingMode)
Specifies the balancing mode for this backend.
|
Backend.Builder |
Backend.Builder.setCapacityScaler(Float capacityScaler)
A multiplier applied to the group's maximum servicing capacity (based on UTILIZATION, RATE or
CONNECTION).
|
Backend.Builder |
Backend.Builder.setDescription(String description)
An optional description of this resource.
|
Backend.Builder |
Backend.Builder.setGroup(String group)
The fully-qualified URL of an Instance Group or Network Endpoint Group resource.
|
Backend.Builder |
Backend.Builder.setMaxConnections(Integer maxConnections)
The max number of simultaneous connections for the group.
|
Backend.Builder |
Backend.Builder.setMaxConnectionsPerEndpoint(Integer maxConnectionsPerEndpoint)
The max number of simultaneous connections that a single backend network endpoint can handle.
|
Backend.Builder |
Backend.Builder.setMaxConnectionsPerInstance(Integer maxConnectionsPerInstance)
The max number of simultaneous connections that a single backend instance can handle.
|
Backend.Builder |
Backend.Builder.setMaxRate(Integer maxRate)
The max requests per second (RPS) of the group.
|
Backend.Builder |
Backend.Builder.setMaxRatePerEndpoint(Float maxRatePerEndpoint)
The max requests per second (RPS) that a single backend network endpoint can handle.
|
Backend.Builder |
Backend.Builder.setMaxRatePerInstance(Float maxRatePerInstance)
The max requests per second (RPS) that a single backend instance can handle.
|
Backend.Builder |
Backend.Builder.setMaxUtilization(Float maxUtilization)
Used when balancingMode is UTILIZATION.
|
Backend.Builder |
Backend.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.