Package | Description |
---|---|
org.jclouds.googlecomputeengine.domain | |
org.jclouds.googlecomputeengine.features |
Modifier and Type | Method and Description |
---|---|
static 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) |
Modifier and Type | Method and Description |
---|---|
BackendService |
BackendServiceApi.get(String backendServiceName)
Returns the specified backend service resource.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<BackendService>> |
BackendServiceApi.BackendServicePages.fetchNextPage(ListOptions options) |
Iterator<ListPage<BackendService>> |
BackendServiceApi.list() |
Iterator<ListPage<BackendService>> |
BackendServiceApi.list(ListOptions options) |
ListPage<BackendService> |
BackendServiceApi.listPage(String pageToken,
ListOptions options)
Retrieves the list of backend service resources available to the specified
project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.