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

Packages that use Deprecated
org.jclouds.googlecomputeengine.domain   
 

Uses of Deprecated in org.jclouds.googlecomputeengine.domain
 

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

Methods in org.jclouds.googlecomputeengine.domain that return types with arguments of type Deprecated
 com.google.common.base.Optional<Deprecated> Image.getDeprecated()
           
 

Methods in org.jclouds.googlecomputeengine.domain with parameters of type Deprecated
 Image.Builder Image.Builder.deprecated(Deprecated deprecated)
           
 Deprecated.Builder Deprecated.Builder.fromDeprecated(Deprecated in)
           
 

Constructors in org.jclouds.googlecomputeengine.domain with parameters of type Deprecated
Image(String id, Date creationTimestamp, URI selfLink, String name, String description, String sourceType, Image.RawDisk rawDisk, Deprecated deprecated)
           
 



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