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 OperationBackendServiceApi. create(BackendServiceOptions backendService)Creates a backend service resource in the specified project using the data included in the request.OperationBackendServiceApi. patch(String backendServiceName, BackendServiceOptions backendServiceOptions)Updates the specified backend service resource, with patch semantics, with the data included in the request.OperationBackendServiceApi. 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 BackendServiceOptionsBackendServiceOptions.Builder. build() 
 -