Uses of Class
org.jclouds.googlecomputeengine.options.TargetPoolCreationOptions
- 
Packages that use TargetPoolCreationOptions Package Description org.jclouds.googlecomputeengine.features org.jclouds.googlecomputeengine.options  - 
- 
Uses of TargetPoolCreationOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type TargetPoolCreationOptions Modifier and Type Method Description OperationTargetPoolApi. create(TargetPoolCreationOptions options)Creates a TargetPool resource in the specified project and region using the data included in the request. - 
Uses of TargetPoolCreationOptions in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return TargetPoolCreationOptions Modifier and Type Method Description TargetPoolCreationOptionsTargetPoolCreationOptions.Builder. build()static TargetPoolCreationOptionsTargetPoolCreationOptions. create(String name, List<URI> healthChecks, List<URI> instances, TargetPoolCreationOptions.SessionAffinityValue sessionAffinity, Float failoverRatio, URI backupPool, String description) 
 -