| Package | Description |
|---|---|
| org.jclouds.googlecomputeengine.domain | |
| org.jclouds.googlecomputeengine.features | |
| org.jclouds.googlecomputeengine.functions.internal |
| Modifier and Type | Method and Description |
|---|---|
Disk |
Disk.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Disk.Builder |
Disk.Builder.fromDisk(Disk in) |
| Modifier and Type | Method and Description |
|---|---|
Disk |
DiskApi.getInZone(String zone,
String diskName)
Returns the specified persistent disk resource.
|
| Modifier and Type | Method and Description |
|---|---|
ListPage<Disk> |
DiskApi.listAtMarkerInZone(String zone,
String marker) |
ListPage<Disk> |
DiskApi.listAtMarkerInZone(String zone,
String marker,
ListOptions listOptions)
Retrieves the listPage of persistent disk resources contained within the specified project and zone.
|
ListPage<Disk> |
DiskApi.listFirstPageInZone(String zone) |
org.jclouds.collect.PagedIterable<Disk> |
DiskApi.listInZone(String zone)
A paged version of DiskApi#listPageInZone(String)
|
org.jclouds.collect.PagedIterable<Disk> |
DiskApi.listInZone(String zone,
ListOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Disk>> |
ParseDisks.ToPagedIterable.fetchNextPage(String projectName,
String zoneName,
ListOptions options) |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.