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 OperationHttpHealthCheckApi. insert(String name, HttpHealthCheckCreationOptions options)Creates a HttpHealthCheck resource in the specified project and region using the data included in the request.OperationHttpHealthCheckApi. patch(String name, HttpHealthCheckCreationOptions options)Updates a HttpHealthCheck resource in the specified project using the data included in the request.OperationHttpHealthCheckApi. 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 HttpHealthCheckCreationOptionsHttpHealthCheckCreationOptions.Builder. buildForPatch()Useful when performing a PATCH operation and you do not want to overwrite unspecified values with the default values.HttpHealthCheckCreationOptionsHttpHealthCheckCreationOptions.Builder. buildWithDefaults()Fields left as null will be replaced with their default before the request is made. 
 -