Class BackendService.Backend
java.lang.Object
org.jclouds.googlecomputeengine.domain.BackendService.Backend
- Enclosing class:
 BackendService
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionabstract Floatstatic BackendService.Backendcreate(String description, URI group, BackendService.Backend.BalancingModes balancingMode, Float maxUtilization, Integer maxRate, Float maxRatePerInstance, Float capacityScaler) static BackendService.Backendabstract Stringabstract URIgroup()abstract IntegermaxRate()abstract Floatabstract Float 
- 
Method Details
- 
description
 - 
group
 - 
balancingMode
 - 
maxUtilization
 - 
maxRate
 - 
maxRatePerInstance
 - 
capacityScaler
 - 
create
public static BackendService.Backend create(String description, URI group, BackendService.Backend.BalancingModes balancingMode, Float maxUtilization, Integer maxRate, Float maxRatePerInstance, Float capacityScaler)  - 
create
 
 -