Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain |
Modifier and Type | Method and Description |
---|---|
abstract BackendService.Backend.BalancingModes |
BackendService.Backend.balancingMode() |
static BackendService.Backend.BalancingModes |
BackendService.Backend.BalancingModes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackendService.Backend.BalancingModes[] |
BackendService.Backend.BalancingModes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static BackendService.Backend |
BackendService.Backend.create(String description,
URI group,
BackendService.Backend.BalancingModes balancingMode,
Float maxUtilization,
Integer maxRate,
Float maxRatePerInstance,
Float capacityScaler) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.