Uses of Class
org.jclouds.googlecomputeengine.options.UrlMapOptions
Packages that use UrlMapOptions
Package
Description
-
Uses of UrlMapOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type UrlMapOptionsModifier and TypeMethodDescriptionUrlMapApi.create
(UrlMapOptions urlMapOptions) Creates a urlMap resource in the specified project using the data included in the request.UrlMapApi.patch
(String urlMapName, UrlMapOptions urlMapOptions) Updates the specified urlMap resource, with patch semantics, with the data included in the request.UrlMapApi.update
(String urlMapName, UrlMapOptions urlMapOptions) Updates the specified urlMap resource with the data included in the request.UrlMapApi.validate
(String urlMapName, UrlMapOptions options) Runs the tests specified for the give urlMap resource. -
Uses of UrlMapOptions in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return UrlMapOptionsModifier and TypeMethodDescriptionUrlMapOptions.Builder.build()
Builds the UrlMapOptions.UrlMapOptions.Builder.buildForPatch()
This build option is specifically for when patching an existing UrlMap.