Modifier and Type | Method and Description |
---|---|
Instance |
GoogleComputeEngineServiceAdapter.getNode(String selfLink) |
Modifier and Type | Method and Description |
---|---|
ComputeServiceAdapter.NodeAndInitialCredentials<Instance> |
GoogleComputeEngineServiceAdapter.createNodeWithGroupEncodedIntoName(String group,
String name,
Template template) |
Iterable<Instance> |
GoogleComputeEngineServiceAdapter.listNodes() |
Iterable<Instance> |
GoogleComputeEngineServiceAdapter.listNodesByIds(Iterable<String> selfLinks) |
Modifier and Type | Method and Description |
---|---|
Instance |
Resources.instance(URI selfLink)
Returns an instance by self-link or null if not found.
|
Modifier and Type | Method and Description |
---|---|
NodeMetadata |
InstanceToNodeMetadata.apply(Instance input) |
Modifier and Type | Method and Description |
---|---|
boolean |
AtomicInstanceVisible.apply(AtomicReference<Instance> input) |
Modifier and Type | Method and Description |
---|---|
static Instance |
Instance.create(String id,
Date creationTimestamp,
URI selfLink,
String name,
String description,
Tags tags,
URI machineType,
Instance.Status status,
String statusMessage,
URI zone,
Boolean canIpForward,
List<Instance.NetworkInterface> networkInterfaces,
List<Instance.AttachedDisk> disks,
Metadata metadata,
List<Instance.ServiceAccount> serviceAccounts,
Instance.Scheduling scheduling) |
Modifier and Type | Method and Description |
---|---|
Instance |
InstanceApi.get(String instance)
Returns an instance by name or null if not found.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.common.base.Function<String,ListPage<Instance>> |
AggregatedListApi.InstancePages.fetchNextPage(ListOptions options) |
protected com.google.common.base.Function<String,ListPage<Instance>> |
InstanceApi.InstancePages.fetchNextPage(String zoneName,
ListOptions options) |
Iterator<ListPage<Instance>> |
AggregatedListApi.instances() |
Iterator<ListPage<Instance>> |
AggregatedListApi.instances(ListOptions options) |
Iterator<ListPage<Instance>> |
InstanceApi.list() |
Iterator<ListPage<Instance>> |
InstanceApi.list(ListOptions options) |
ListPage<Instance> |
InstanceApi.listPage(String pageToken,
ListOptions listOptions)
Retrieves the list of instance resources available to the specified project.
|
ListPage<Instance> |
AggregatedListApi.pageOfInstances(String pageToken,
ListOptions listOptions)
Retrieves the list of instance resources available to the specified
project.
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.