Uses of Class
org.jclouds.googlecomputeengine.domain.Instance.AttachedDisk

Packages that use Instance.AttachedDisk
org.jclouds.googlecomputeengine.domain   
 

Uses of Instance.AttachedDisk in org.jclouds.googlecomputeengine.domain
 

Subclasses of Instance.AttachedDisk in org.jclouds.googlecomputeengine.domain
static class Instance.PersistentAttachedDisk
           
 

Fields in org.jclouds.googlecomputeengine.domain with type parameters of type Instance.AttachedDisk
protected  Set<Instance.AttachedDisk> Instance.disks
           
 

Methods in org.jclouds.googlecomputeengine.domain that return Instance.AttachedDisk
static Instance.AttachedDisk Instance.AttachedDisk.ephemeralDiskAtIndex(Integer index)
           
 

Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Instance.AttachedDisk
 Set<Instance.AttachedDisk> Instance.getDisks()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Instance.AttachedDisk
 Instance.Builder Instance.Builder.addDisk(Instance.AttachedDisk disk)
           
 

Method parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.AttachedDisk
 Instance.Builder Instance.Builder.disks(Set<Instance.AttachedDisk> disks)
           
 

Constructor parameters in org.jclouds.googlecomputeengine.domain with type arguments of type Instance.AttachedDisk
Instance(String id, Date creationTimestamp, URI selfLink, String name, String description, Instance.Tags tags, URI machineType, Instance.Status status, String statusMessage, URI zone, Set<Instance.NetworkInterface> networkInterfaces, Set<Instance.AttachedDisk> disks, Metadata metadata, Set<Instance.ServiceAccount> serviceAccounts)
           
 



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