Uses of Class
org.jclouds.googlecomputeengine.domain.Disk

Packages that use Disk
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.features   
org.jclouds.googlecomputeengine.functions.internal   
 

Uses of Disk in org.jclouds.googlecomputeengine.domain
 

Methods in org.jclouds.googlecomputeengine.domain that return Disk
 Disk Disk.Builder.build()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Disk
 Disk.Builder Disk.Builder.fromDisk(Disk in)
           
 

Uses of Disk in org.jclouds.googlecomputeengine.features
 

Methods in org.jclouds.googlecomputeengine.features that return Disk
 Disk DiskApi.getInZone(String zone, String diskName)
          Returns the specified persistent disk resource.
 

Methods in org.jclouds.googlecomputeengine.features that return types with arguments of type Disk
 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)
           
 

Uses of Disk in org.jclouds.googlecomputeengine.functions.internal
 

Methods in org.jclouds.googlecomputeengine.functions.internal that return types with arguments of type Disk
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.