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