Uses of Class
org.jclouds.ec2.domain.BlockDeviceMapping
Packages that use BlockDeviceMapping
Package
Description
-
Uses of BlockDeviceMapping in org.jclouds.aws.ec2.compute
Method parameters in org.jclouds.aws.ec2.compute with type arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionAWSEC2TemplateOptions.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 BlockDeviceMappingModifier and TypeFieldDescriptionprotected final 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 BlockDeviceMappingModifier and TypeMethodDescriptionSet
<? extends BlockDeviceMapping> LaunchSpecification.getBlockDeviceMappings()
volumes mappings associated with the instance.Methods in org.jclouds.aws.ec2.domain with parameters of type BlockDeviceMappingModifier and TypeMethodDescriptionLaunchSpecification.Builder.blockDeviceMapping
(BlockDeviceMapping blockDeviceMapping) Method parameters in org.jclouds.aws.ec2.domain with type arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionLaunchSpecification.Builder.blockDeviceMappings
(Iterable<? extends BlockDeviceMapping> blockDeviceMappings) Constructor parameters in org.jclouds.aws.ec2.domain with type arguments of type BlockDeviceMappingModifierConstructorDescriptionLaunchSpecification
(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 BlockDeviceMappingModifier and TypeMethodDescriptionstatic AWSRunInstancesOptions
AWSRunInstancesOptions.Builder.withBlockDeviceMappings
(Set<? extends BlockDeviceMapping> mappings) 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 BlockDeviceMappingMethod parameters in org.jclouds.ec2.compute.options with type arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionEC2TemplateOptions.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.domainModifier and TypeClassDescriptionstatic class
static class
static class
static class
Methods in org.jclouds.ec2.domain that return BlockDeviceMappingMethods in org.jclouds.ec2.domain with parameters of type BlockDeviceMapping -
Uses of BlockDeviceMapping in org.jclouds.ec2.options
Method parameters in org.jclouds.ec2.options with type arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionstatic RunInstancesOptions
RunInstancesOptions.Builder.withBlockDeviceMappings
(Set<? extends BlockDeviceMapping> mappings) RunInstancesOptions.withBlockDeviceMappings
(Set<? extends BlockDeviceMapping> mappings) Specifies the Block Device Mapping for the instance