Uses of Class
org.jclouds.googlecomputeengine.domain.InstanceTemplate.PersistentDisk

Packages that use InstanceTemplate.PersistentDisk
org.jclouds.googlecomputeengine.compute.options   
org.jclouds.googlecomputeengine.domain   
org.jclouds.googlecomputeengine.predicates   
 

Uses of InstanceTemplate.PersistentDisk in org.jclouds.googlecomputeengine.compute.options
 

Methods in org.jclouds.googlecomputeengine.compute.options that return types with arguments of type InstanceTemplate.PersistentDisk
 Set<InstanceTemplate.PersistentDisk> GoogleComputeEngineTemplateOptions.getDisks()
           
 

Methods in org.jclouds.googlecomputeengine.compute.options with parameters of type InstanceTemplate.PersistentDisk
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.addDisk(InstanceTemplate.PersistentDisk disk)
           
 

Method parameters in org.jclouds.googlecomputeengine.compute.options with type arguments of type InstanceTemplate.PersistentDisk
 GoogleComputeEngineTemplateOptions GoogleComputeEngineTemplateOptions.disks(Set<InstanceTemplate.PersistentDisk> disks)
           
 

Uses of InstanceTemplate.PersistentDisk in org.jclouds.googlecomputeengine.domain
 

Fields in org.jclouds.googlecomputeengine.domain with type parameters of type InstanceTemplate.PersistentDisk
protected  List<InstanceTemplate.PersistentDisk> InstanceTemplate.disks
           
 

Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type InstanceTemplate.PersistentDisk
 List<InstanceTemplate.PersistentDisk> InstanceTemplate.getDisks()
           
 

Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type InstanceTemplate.PersistentDisk
 InstanceTemplate InstanceTemplate.disks(List<InstanceTemplate.PersistentDisk> disks)
           
 

Uses of InstanceTemplate.PersistentDisk in org.jclouds.googlecomputeengine.predicates
 

Methods in org.jclouds.googlecomputeengine.predicates that return types with arguments of type InstanceTemplate.PersistentDisk
static com.google.common.base.Predicate<InstanceTemplate.PersistentDisk> InstancePredicates.isBootDisk()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.