Uses of Class
org.jclouds.googlecomputeengine.domain.BackendService.Backend.BalancingModes
-
Packages that use BackendService.Backend.BalancingModes Package Description org.jclouds.googlecomputeengine.domain -
-
Uses of BackendService.Backend.BalancingModes in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return BackendService.Backend.BalancingModes Modifier and Type Method 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.Methods in org.jclouds.googlecomputeengine.domain with parameters of type BackendService.Backend.BalancingModes 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)
-