Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
Backend |
Backend.clone() |
Backend |
Backend.set(java.lang.String fieldName,
java.lang.Object value) |
Backend |
Backend.setBalancingMode(java.lang.String balancingMode)
The balancing mode of this backend, default is UTILIZATION.
|
Backend |
Backend.setCapacityScaler(java.lang.Float capacityScaler)
The multiplier (a value between 0.0 and 1.0) of the max capacity (CPU or RPS, depending on
'balancingMode') the group should serve up to.
|
Backend |
Backend.setDescription(java.lang.String description)
An optional textual description of the resource, which is provided by the client when the
resource is created.
|
Backend |
Backend.setGroup(java.lang.String group)
URL of a zonal Cloud Resource View resource.
|
Backend |
Backend.setMaxRate(java.lang.Integer maxRate)
The max RPS of the group.
|
Backend |
Backend.setMaxRatePerInstance(java.lang.Float maxRatePerInstance)
The max RPS that a single backed instance can handle.
|
Backend |
Backend.setMaxUtilization(java.lang.Float maxUtilization)
Used when 'balancingMode' is UTILIZATION.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Backend> |
BackendService.getBackends()
The list of backends that serve this BackendService.
|
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendService.setBackends(java.util.List<Backend> backends)
The list of backends that serve this BackendService.
|