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 AWSEC2TemplateOptionsAWSEC2TemplateOptions. blockDeviceMappings(Iterable<? extends BlockDeviceMapping> blockDeviceMappings)static AWSEC2TemplateOptionsAWSEC2TemplateOptions.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. blockDeviceMappingsprotected com.google.common.collect.ImmutableSet.Builder<BlockDeviceMapping>LaunchSpecification.Builder. blockDeviceMappingsMethods 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.BuilderLaunchSpecification.Builder. blockDeviceMapping(BlockDeviceMapping blockDeviceMapping)Method parameters in org.jclouds.aws.ec2.domain with type arguments of type BlockDeviceMapping Modifier and Type Method Description LaunchSpecification.BuilderLaunchSpecification.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 AWSRunInstancesOptionsAWSRunInstancesOptions.Builder. withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)AWSRunInstancesOptionsAWSRunInstancesOptions. 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 EC2TemplateOptionsEC2TemplateOptions. blockDeviceMappings(Iterable<? extends BlockDeviceMapping> blockDeviceMappings)static EC2TemplateOptionsEC2TemplateOptions.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 classBlockDeviceMapping.MapEBSSnapshotToDevicestatic classBlockDeviceMapping.MapEphemeralDeviceToDevicestatic classBlockDeviceMapping.MapNewVolumeToDevicestatic classBlockDeviceMapping.UnmapDeviceNamedMethods in org.jclouds.ec2.domain that return BlockDeviceMapping Modifier and Type Method Description BlockDeviceMappingBlockDeviceMapping.Builder. build()Methods in org.jclouds.ec2.domain with parameters of type BlockDeviceMapping Modifier and Type Method Description intBlockDeviceMapping. 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 RunInstancesOptionsRunInstancesOptions.Builder. withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)RunInstancesOptionsRunInstancesOptions. withBlockDeviceMappings(Set<? extends BlockDeviceMapping> mappings)Specifies the Block Device Mapping for the instance
-