Uses of Class
org.jclouds.googlecomputeengine.options.HttpHealthCheckCreationOptions
-
Packages that use HttpHealthCheckCreationOptions Package Description org.jclouds.googlecomputeengine.features org.jclouds.googlecomputeengine.options -
-
Uses of HttpHealthCheckCreationOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type HttpHealthCheckCreationOptions Modifier and Type Method Description Operation
HttpHealthCheckApi. insert(String name, HttpHealthCheckCreationOptions options)
Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.Operation
HttpHealthCheckApi. patch(String name, HttpHealthCheckCreationOptions options)
Updates a HttpHealthCheck resource in the specified project using the data included in the request.Operation
HttpHealthCheckApi. update(String name, HttpHealthCheckCreationOptions options)
Updates a HttpHealthCheck resource in the specified project using the data included in the request. -
Uses of HttpHealthCheckCreationOptions in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return HttpHealthCheckCreationOptions Modifier and Type Method Description HttpHealthCheckCreationOptions
HttpHealthCheckCreationOptions.Builder. buildForPatch()
Useful when performing a PATCH operation and you do not want to overwrite unspecified values with the default values.HttpHealthCheckCreationOptions
HttpHealthCheckCreationOptions.Builder. buildWithDefaults()
Fields left as null will be replaced with their default before the request is made.
-