|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlockDeviceMapping | |
---|---|
org.jclouds.aws.ec2.compute | |
org.jclouds.aws.ec2.domain | |
org.jclouds.aws.ec2.options | |
org.jclouds.ec2.compute.options | |
org.jclouds.ec2.domain | |
org.jclouds.ec2.options |
Uses of BlockDeviceMapping in org.jclouds.aws.ec2.compute |
---|
Method parameters in org.jclouds.aws.ec2.compute with type arguments of type BlockDeviceMapping | |
---|---|
AWSEC2TemplateOptions |
AWSEC2TemplateOptions.blockDeviceMappings(Iterable<? extends BlockDeviceMapping> blockDeviceMappings)
|
static AWSEC2TemplateOptions |
AWSEC2TemplateOptions.Builder.blockDeviceMappings(Set<? extends BlockDeviceMapping> blockDeviceMappings)
|
Uses of BlockDeviceMapping in org.jclouds.aws.ec2.domain |
---|
Fields in org.jclouds.aws.ec2.domain with type parameters of type BlockDeviceMapping | |
---|---|
protected Set<? extends BlockDeviceMapping> |
LaunchSpecification.blockDeviceMappings
|
protected com.google.common.collect.ImmutableSet.Builder<BlockDeviceMapping> |
LaunchSpecification.Builder.blockDeviceMappings
|
Methods in org.jclouds.aws.ec2.domain that return types with arguments of type BlockDeviceMapping | |
---|---|
Set<? extends BlockDeviceMapping> |
LaunchSpecification.getBlockDeviceMappings()
volumes mappings associated with the instance. |
Methods in org.jclouds.aws.ec2.domain with parameters of type BlockDeviceMapping | |
---|---|
LaunchSpecification.Builder |
LaunchSpecification.Builder.blockDeviceMapping(BlockDeviceMapping blockDeviceMapping)
|
Method parameters in org.jclouds.aws.ec2.domain with type arguments of type BlockDeviceMapping | |
---|---|
LaunchSpecification.Builder |
LaunchSpecification.Builder.blockDeviceMappings(Iterable<? extends BlockDeviceMapping> blockDeviceMappings)
|
Constructor parameters in org.jclouds.aws.ec2.domain with type arguments of type BlockDeviceMapping | |
---|---|
LaunchSpecification(String instanceType,
String imageId,
String kernelId,
String ramdiskId,
String availabilityZone,
String keyName,
Map<String,String> securityGroupIdToNames,
Iterable<? extends BlockDeviceMapping> blockDeviceMappings,
Boolean monitoringEnabled,
Set<String> securityGroupIds,
Set<String> securityGroupNames,
byte[] userData)
|
Uses of BlockDeviceMapping in org.jclouds.aws.ec2.options |
---|
Method parameters in org.jclouds.aws.ec2.options with type arguments of type BlockDeviceMapping | |
---|---|
AWSRunInstancesOptions |
AWSRunInstancesOptions.withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)
|
static AWSRunInstancesOptions |
AWSRunInstancesOptions.Builder.withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)
|
Uses of BlockDeviceMapping in org.jclouds.ec2.compute.options |
---|
Methods in org.jclouds.ec2.compute.options that return types with arguments of type BlockDeviceMapping | |
---|---|
Set<BlockDeviceMapping> |
EC2TemplateOptions.getBlockDeviceMappings()
|
Method parameters in org.jclouds.ec2.compute.options with type arguments of type BlockDeviceMapping | |
---|---|
EC2TemplateOptions |
EC2TemplateOptions.blockDeviceMappings(Iterable<? extends BlockDeviceMapping> blockDeviceMappings)
|
static EC2TemplateOptions |
EC2TemplateOptions.Builder.blockDeviceMappings(Set<? extends BlockDeviceMapping> blockDeviceMappings)
|
Uses of BlockDeviceMapping in org.jclouds.ec2.domain |
---|
Subclasses of BlockDeviceMapping in org.jclouds.ec2.domain | |
---|---|
static class |
BlockDeviceMapping.MapEBSSnapshotToDevice
|
static class |
BlockDeviceMapping.MapEphemeralDeviceToDevice
|
static class |
BlockDeviceMapping.MapNewVolumeToDevice
|
static class |
BlockDeviceMapping.UnmapDeviceNamed
|
Methods in org.jclouds.ec2.domain that return BlockDeviceMapping | |
---|---|
BlockDeviceMapping |
BlockDeviceMapping.Builder.build()
|
Methods in org.jclouds.ec2.domain with parameters of type BlockDeviceMapping | |
---|---|
int |
BlockDeviceMapping.compareTo(BlockDeviceMapping arg0)
|
Uses of BlockDeviceMapping in org.jclouds.ec2.options |
---|
Method parameters in org.jclouds.ec2.options with type arguments of type BlockDeviceMapping | |
---|---|
RunInstancesOptions |
RunInstancesOptions.withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)
Specifies the Block Device Mapping for the instance |
static RunInstancesOptions |
RunInstancesOptions.Builder.withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |