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 the 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 (NEG) resource.
|
Backend.Builder |
Backend.Builder.setMaxConnections(Integer maxConnections)
Defines a maximum target for simultaneous connections for the entire backend (instance group
or NEG).
|
Backend.Builder |
Backend.Builder.setMaxConnectionsPerEndpoint(Integer maxConnectionsPerEndpoint)
Defines a maximum target for simultaneous connections for an endpoint of a NEG.
|
Backend.Builder |
Backend.Builder.setMaxConnectionsPerInstance(Integer maxConnectionsPerInstance)
Defines a maximum target for simultaneous connections for a single VM in a backend instance
group.
|
Backend.Builder |
Backend.Builder.setMaxRate(Integer maxRate)
The max requests per second (RPS) of the group.
|
Backend.Builder |
Backend.Builder.setMaxRatePerEndpoint(Float maxRatePerEndpoint)
Defines a maximum target for requests per second (RPS) for an endpoint of a NEG.
|
Backend.Builder |
Backend.Builder.setMaxRatePerInstance(Float maxRatePerInstance)
Defines a maximum target for requests per second (RPS) for a single VM in a backend instance
group.
|
Backend.Builder |
Backend.Builder.setMaxUtilization(Float maxUtilization)
Defines the maximum average CPU utilization of a backend VM in an instance group.
|
Backend.Builder |
Backend.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.