| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features | |
| org.jclouds.googlecomputeengine.functions.internal |
| Modifier and Type | Field and Description |
|---|---|
protected Instance |
InstanceInZone.instance |
| Modifier and Type | Method and Description |
|---|---|
Instance |
Instance.Builder.build() |
Instance |
InstanceInZone.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.fromInstance(Instance in) |
| Constructor and Description |
|---|
InstanceInZone(Instance instance,
String zoneId) |
| Modifier and Type | Method and Description |
|---|---|
Instance |
InstanceApi.getInZone(String zone,
String instanceName)
Returns the specified instance resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListPage<Instance> |
InstanceApi.listAtMarkerInZone(String zone,
String marker) |
ListPage<Instance> |
InstanceApi.listAtMarkerInZone(String zone,
String marker,
ListOptions listOptions)
Retrieves the list of instance resources available to the specified project.
|
ListPage<Instance> |
InstanceApi.listFirstPageInZone(String zone)
A paged version of InstanceApi#listInZone()
|
org.jclouds.collect.PagedIterable<Instance> |
InstanceApi.listInZone(String zone) |
org.jclouds.collect.PagedIterable<Instance> |
InstanceApi.listInZone(String zone,
ListOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Instance>> |
ParseInstances.ToPagedIterable.fetchNextPage(String project,
String zone,
ListOptions options) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.