Uses of Class
org.jclouds.googlecomputeengine.options.BackendServiceOptions
Packages that use BackendServiceOptions
Package
Description
-
Uses of BackendServiceOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type BackendServiceOptionsModifier and TypeMethodDescriptionBackendServiceApi.create
(BackendServiceOptions backendService) Creates a backend service resource in the specified project using the data included in the request.BackendServiceApi.patch
(String backendServiceName, BackendServiceOptions backendServiceOptions) Updates the specified backend service resource, with patch semantics, with the data included in the request.BackendServiceApi.update
(String backendServiceName, BackendServiceOptions backendServiceOptions) Updates the specified backend service resource with the data included in the request. -
Uses of BackendServiceOptions in org.jclouds.googlecomputeengine.options
Methods in org.jclouds.googlecomputeengine.options that return BackendServiceOptions