Package | Description |
---|---|
org.jclouds.googlecomputeengine.features | |
org.jclouds.googlecomputeengine.options |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.