Package | Description |
---|---|
org.jclouds.ec2.domain | |
org.jclouds.ec2.options |
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.