public abstract static class BackendService.Backend extends Object
Modifier and Type | Class and Description |
---|---|
static class |
BackendService.Backend.BalancingModes |
Modifier and Type | Method and Description |
---|---|
abstract BackendService.Backend.BalancingModes |
balancingMode() |
abstract Float |
capacityScaler() |
static BackendService.Backend |
create(String description,
URI group,
BackendService.Backend.BalancingModes balancingMode,
Float maxUtilization,
Integer maxRate,
Float maxRatePerInstance,
Float capacityScaler) |
static BackendService.Backend |
create(URI group) |
abstract String |
description() |
abstract URI |
group() |
abstract Integer |
maxRate() |
abstract Float |
maxRatePerInstance() |
abstract Float |
maxUtilization() |
public abstract URI group()
@Nullable public abstract BackendService.Backend.BalancingModes balancingMode()
public static BackendService.Backend create(String description, URI group, BackendService.Backend.BalancingModes balancingMode, Float maxUtilization, Integer maxRate, Float maxRatePerInstance, Float capacityScaler)
public static BackendService.Backend create(URI group)
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.