Uses of Class
org.jclouds.googlecomputeengine.domain.BackendService.Backend
-
Packages that use BackendService.Backend Package Description org.jclouds.googlecomputeengine.domain org.jclouds.googlecomputeengine.options -
-
Uses of BackendService.Backend in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return BackendService.Backend Modifier and Type Method 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)
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type BackendService.Backend Modifier and Type Method Description abstract List<BackendService.Backend>
BackendService. backends()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type BackendService.Backend Modifier and Type Method 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)
-
Uses of BackendService.Backend in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return types with arguments of type BackendService.Backend Modifier and Type Method Description abstract List<BackendService.Backend>
BackendServiceOptions. backends()
Method parameters in org.jclouds.googlecomputeengine.options with type arguments of type BackendService.Backend Modifier and Type Method Description BackendServiceOptions.Builder
BackendServiceOptions.Builder. backends(List<BackendService.Backend> backends)
The list of backends that serve this BackendService.
-