Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.options |
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) |
static BackendService.Backend |
BackendService.Backend.create(URI group) |
Modifier and Type | Method and Description |
---|---|
abstract List<BackendService.Backend> |
BackendService.backends() |
Modifier and Type | Method and Description |
---|---|
static BackendService |
BackendService.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
List<BackendService.Backend> backends,
List<URI> healthChecks,
Integer timeoutSec,
Integer port,
String protocol,
String fingerprint,
String portName) |
Modifier and Type | Method and Description |
---|---|
abstract List<BackendService.Backend> |
BackendServiceOptions.backends() |
Modifier and Type | Method and Description |
---|---|
BackendServiceOptions.Builder |
BackendServiceOptions.Builder.backends(List<BackendService.Backend> backends)
The list of backends that serve this BackendService.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.