Package | Description |
---|---|
org.jclouds.googlecomputeengine.features | |
org.jclouds.googlecomputeengine.options |
Modifier and Type | Method and Description |
---|---|
Operation |
UrlMapApi.create(UrlMapOptions urlMapOptions)
Creates a urlMap resource in the specified project using the data included in the request.
|
Operation |
UrlMapApi.patch(String urlMapName,
UrlMapOptions urlMapOptions)
Updates the specified urlMap resource, with patch semantics, with the data included in the request.
|
Operation |
UrlMapApi.update(String urlMapName,
UrlMapOptions urlMapOptions)
Updates the specified urlMap resource with the data included in the request.
|
UrlMapValidateResult |
UrlMapApi.validate(String urlMapName,
UrlMapOptions options)
Runs the tests specified for the give urlMap resource.
|
Modifier and Type | Method and Description |
---|---|
UrlMapOptions |
UrlMapOptions.Builder.build()
Builds the UrlMapOptions.
|
UrlMapOptions |
UrlMapOptions.Builder.buildForPatch()
This build option is specifically for when patching an existing UrlMap.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.