Uses of Class
org.jclouds.googlecomputeengine.domain.BackendService
Packages that use BackendService
-
Uses of BackendService in org.jclouds.googlecomputeengine.domain
Methods in org.jclouds.googlecomputeengine.domain that return BackendServiceModifier and TypeMethodDescriptionstatic BackendService
BackendService.create
(String id, Date creationTimestamp, URI selfLink, String name, String description, List<BackendService.Backend> backends, List<URI> healthChecks, Integer timeoutSec, Integer port, String protocol, String fingerprint, String portName) -
Uses of BackendService in org.jclouds.googlecomputeengine.features
Methods in org.jclouds.googlecomputeengine.features that return BackendServiceModifier and TypeMethodDescriptionReturns the specified backend service resource.Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type BackendServiceModifier and TypeMethodDescriptionprotected com.google.common.base.Function
<String, ListPage<BackendService>> BackendServiceApi.BackendServicePages.fetchNextPage
(ListOptions options) BackendServiceApi.list()
BackendServiceApi.list
(ListOptions options) BackendServiceApi.listPage
(String pageToken, ListOptions options) Retrieves the list of backend service resources available to the specified project.