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 Float
static BackendService.Backend
create
(String description, URI group, BackendService.Backend.BalancingModes balancingMode, Float maxUtilization, Integer maxRate, Float maxRatePerInstance, Float capacityScaler) static BackendService.Backend
abstract String
abstract URI
group()
abstract Integer
maxRate()
abstract Float
abstract 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
-