Uses of Enum Class
org.jclouds.ec2.domain.Image.Architecture
Packages that use Image.Architecture
-
Uses of Image.Architecture in org.jclouds.ec2.domain
Methods in org.jclouds.ec2.domain that return Image.ArchitectureModifier and TypeMethodDescriptionstatic Image.Architecture
Image.getArchitecture()
The architecture of the image (i386 or x86_64).static Image.Architecture
Returns the enum constant of this class with the specified name.static Image.Architecture[]
Image.Architecture.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.jclouds.ec2.domain with parameters of type Image.ArchitectureModifierConstructorDescriptionImage
(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.ArchitectureModifier and TypeMethodDescriptionRegisterImageBackedByEbsOptions.asArchitecture
(Image.Architecture architecture) The architecture of the image.RegisterImageBackedByEbsOptions.Builder.asArchitecture
(Image.Architecture architecture) RegisterImageOptions.asArchitecture
(Image.Architecture architecture) The architecture of the image.static RegisterImageOptions
RegisterImageOptions.Builder.asArchitecture
(Image.Architecture architecture)