Uses of Class
org.jclouds.googlecomputeengine.options.TargetPoolCreationOptions
Packages that use TargetPoolCreationOptions
Package
Description
-
Uses of TargetPoolCreationOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type TargetPoolCreationOptionsModifier and TypeMethodDescriptionTargetPoolApi.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 TargetPoolCreationOptionsModifier and TypeMethodDescriptionTargetPoolCreationOptions.Builder.build()
static TargetPoolCreationOptions
TargetPoolCreationOptions.create
(String name, List<URI> healthChecks, List<URI> instances, TargetPoolCreationOptions.SessionAffinityValue sessionAffinity, Float failoverRatio, URI backupPool, String description)