Uses of Class
org.jclouds.googlecomputeengine.options.BackendServiceOptions
-
Packages that use BackendServiceOptions Package Description org.jclouds.googlecomputeengine.features org.jclouds.googlecomputeengine.options -
-
Uses of BackendServiceOptions in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features with parameters of type BackendServiceOptions Modifier and Type Method Description Operation
BackendServiceApi. create(BackendServiceOptions backendService)
Creates a backend service resource in the specified project using the data included in the request.Operation
BackendServiceApi. patch(String backendServiceName, BackendServiceOptions backendServiceOptions)
Updates the specified backend service resource, with patch semantics, with the data included in the request.Operation
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 Modifier and Type Method Description BackendServiceOptions
BackendServiceOptions.Builder. build()
-