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.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 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 RegisterImageBackedByEbsOptions
RegisterImageBackedByEbsOptions. asArchitecture(Image.Architecture architecture)
The architecture of the image.static RegisterImageBackedByEbsOptions
RegisterImageBackedByEbsOptions.Builder. asArchitecture(Image.Architecture architecture)
RegisterImageOptions
RegisterImageOptions. asArchitecture(Image.Architecture architecture)
The architecture of the image.static RegisterImageOptions
RegisterImageOptions.Builder. asArchitecture(Image.Architecture architecture)
-