Uses of Class
org.jclouds.ec2.domain.Image.Architecture

Packages that use Image.Architecture
org.jclouds.ec2.domain   
org.jclouds.ec2.options   
 

Uses of Image.Architecture in org.jclouds.ec2.domain
 

Methods in org.jclouds.ec2.domain that return Image.Architecture
static Image.Architecture Image.Architecture.fromValue(String v)
           
 Image.Architecture Image.getArchitecture()
          The architecture of the image (i386 or x86_64).
static Image.Architecture Image.Architecture.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Image.Architecture[] Image.Architecture.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jclouds.ec2.domain with parameters of type Image.Architecture
Image(String region, Image.Architecture architecture, String name, String description, String imageId, String imageLocation, String imageOwnerId, Image.ImageState imageState, Image.ImageType imageType, boolean isPublic, Iterable<String> productCodes, String kernelId, String platform, String ramdiskId, RootDeviceType rootDeviceType, String rootDeviceName, Map<String,Image.EbsBlockDevice> ebsBlockDevices, VirtualizationType virtualizationType, Hypervisor hypervisor)
           
 

Uses of Image.Architecture in org.jclouds.ec2.options
 

Methods in org.jclouds.ec2.options with parameters of type Image.Architecture
 RegisterImageOptions RegisterImageOptions.asArchitecture(Image.Architecture architecture)
          The architecture of the image.
static RegisterImageOptions RegisterImageOptions.Builder.asArchitecture(Image.Architecture architecture)
           
 RegisterImageBackedByEbsOptions RegisterImageBackedByEbsOptions.asArchitecture(Image.Architecture architecture)
          The architecture of the image.
static RegisterImageBackedByEbsOptions RegisterImageBackedByEbsOptions.Builder.asArchitecture(Image.Architecture architecture)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.