Uses of Class
org.jclouds.googlecomputeengine.domain.BackendService.Backend
Packages that use BackendService.Backend
-
Uses of BackendService.Backend in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return BackendService.BackendModifier and TypeMethodDescriptionstatic BackendService.Backend
BackendService.Backend.create
(String description, URI group, BackendService.Backend.BalancingModes balancingMode, Float maxUtilization, Integer maxRate, Float maxRatePerInstance, Float capacityScaler) static BackendService.Backend
Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type BackendService.BackendModifier and TypeMethodDescriptionabstract List
<BackendService.Backend> BackendService.backends()
Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type BackendService.BackendModifier and TypeMethodDescriptionstatic 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.BackendModifier and TypeMethodDescriptionabstract List
<BackendService.Backend> BackendServiceOptions.backends()
Method parameters in org.jclouds.googlecomputeengine.options with type arguments of type BackendService.BackendModifier and TypeMethodDescriptionBackendServiceOptions.Builder.backends
(List<BackendService.Backend> backends) The list of backends that serve this BackendService.