Uses of Class
org.jclouds.ec2.domain.BlockDeviceMapping
-
Packages that use BlockDeviceMapping Package Description 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 Modifier and Type Method Description 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 Modifier and Type Field Description 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 Modifier and Type Method Description Set<? extends BlockDeviceMapping>
LaunchSpecification. getBlockDeviceMappings()
volumes mappings associated with the instance.Methods in org.jclouds.aws.ec2.domain with parameters of type BlockDeviceMapping Modifier and Type Method Description LaunchSpecification.Builder
LaunchSpecification.Builder. blockDeviceMapping(BlockDeviceMapping blockDeviceMapping)
Method parameters in org.jclouds.aws.ec2.domain with type arguments of type BlockDeviceMapping Modifier and Type Method Description LaunchSpecification.Builder
LaunchSpecification.Builder. blockDeviceMappings(Iterable<? extends BlockDeviceMapping> blockDeviceMappings)
Constructor parameters in org.jclouds.aws.ec2.domain with type arguments of type BlockDeviceMapping Constructor Description LaunchSpecification(String instanceType, String imageId, String kernelId, String ramdiskId, String availabilityZone, String subnetId, String keyName, Map<String,String> securityGroupIdToNames, Iterable<? extends BlockDeviceMapping> blockDeviceMappings, Boolean monitoringEnabled, Set<String> securityGroupIds, Set<String> securityGroupNames, byte[] userData, com.google.common.base.Optional<LaunchSpecification.IAMInstanceProfileRequest> iamInstanceProfile)
-
Uses of BlockDeviceMapping in org.jclouds.aws.ec2.options
Method parameters in org.jclouds.aws.ec2.options with type arguments of type BlockDeviceMapping Modifier and Type Method Description static AWSRunInstancesOptions
AWSRunInstancesOptions.Builder. withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)
AWSRunInstancesOptions
AWSRunInstancesOptions. 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 Modifier and Type Method Description Set<BlockDeviceMapping>
EC2TemplateOptions. getBlockDeviceMappings()
Method parameters in org.jclouds.ec2.compute.options with type arguments of type BlockDeviceMapping Modifier and Type Method Description 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 Modifier and Type Class Description 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 Modifier and Type Method Description BlockDeviceMapping
BlockDeviceMapping.Builder. build()
Methods in org.jclouds.ec2.domain with parameters of type BlockDeviceMapping Modifier and Type Method Description 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 Modifier and Type Method Description static RunInstancesOptions
RunInstancesOptions.Builder. withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)
RunInstancesOptions
RunInstancesOptions. withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)
Specifies the Block Device Mapping for the instance
-