Uses of Class
org.jclouds.ec2.domain.Image.Architecture
-
Packages that use Image.Architecture Package Description 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 Modifier and Type Method Description static Image.ArchitectureImage.Architecture. fromValue(String v)Image.ArchitectureImage. getArchitecture()The architecture of the image (i386 or x86_64).static Image.ArchitectureImage.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 Constructor Description Image(String region, Image.Architecture architecture, String name, String description, String imageId, String imageLocation, String imageOwnerId, Image.ImageState imageState, String rawState, Image.ImageType imageType, boolean isPublic, Iterable<String> productCodes, String kernelId, String platform, String ramdiskId, RootDeviceType rootDeviceType, String rootDeviceName, Map<String,Image.EbsBlockDevice> ebsBlockDevices, Map<String,String> tags, 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 Modifier and Type Method Description RegisterImageBackedByEbsOptionsRegisterImageBackedByEbsOptions. asArchitecture(Image.Architecture architecture)The architecture of the image.static RegisterImageBackedByEbsOptionsRegisterImageBackedByEbsOptions.Builder. asArchitecture(Image.Architecture architecture)RegisterImageOptionsRegisterImageOptions. asArchitecture(Image.Architecture architecture)The architecture of the image.static RegisterImageOptionsRegisterImageOptions.Builder. asArchitecture(Image.Architecture architecture)
-