Uses of Class
org.jclouds.openstack.nova.v2_0.domain.BlockDeviceMapping
Packages that use BlockDeviceMapping
Package
Description
-
Uses of BlockDeviceMapping in org.jclouds.openstack.nova.v2_0.compute.options
Fields in org.jclouds.openstack.nova.v2_0.compute.options with type parameters of type BlockDeviceMappingModifier and TypeFieldDescriptionprotected Set
<BlockDeviceMapping> NovaTemplateOptions.blockDeviceMappings
Methods in org.jclouds.openstack.nova.v2_0.compute.options that return types with arguments of type BlockDeviceMappingMethods in org.jclouds.openstack.nova.v2_0.compute.options with parameters of type BlockDeviceMappingModifier and TypeMethodDescriptionNovaTemplateOptions.blockDeviceMappings
(BlockDeviceMapping... blockDeviceMappings) Method parameters in org.jclouds.openstack.nova.v2_0.compute.options with type arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionNovaTemplateOptions.blockDeviceMappings
(Iterable<BlockDeviceMapping> blockDeviceMappings) -
Uses of BlockDeviceMapping in org.jclouds.openstack.nova.v2_0.config
Method parameters in org.jclouds.openstack.nova.v2_0.config with type arguments of type BlockDeviceMapping -
Uses of BlockDeviceMapping in org.jclouds.openstack.nova.v2_0.domain
Fields in org.jclouds.openstack.nova.v2_0.domain with type parameters of type BlockDeviceMappingModifier and TypeFieldDescriptionprotected List
<BlockDeviceMapping> Image.Builder.blockDeviceMapping
Methods in org.jclouds.openstack.nova.v2_0.domain that return BlockDeviceMappingMethods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type BlockDeviceMappingMethods in org.jclouds.openstack.nova.v2_0.domain with parameters of type BlockDeviceMappingModifier and TypeMethodDescriptionBlockDeviceMapping.Builder.fromBlockDeviceMapping
(BlockDeviceMapping in) Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionImage.Builder.blockDeviceMapping
(List<BlockDeviceMapping> blockDeviceMapping) Constructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type BlockDeviceMappingModifierConstructorDescriptionprotected
Image
(String id, String name, Set<Link> links, Date updated, Date created, String tenantId, String userId, Image.Status status, int progress, int minDisk, int minRam, List<BlockDeviceMapping> blockDeviceMapping, Resource server, Map<String, String> metadata) -
Uses of BlockDeviceMapping in org.jclouds.openstack.nova.v2_0.options
Methods in org.jclouds.openstack.nova.v2_0.options that return types with arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionCreateServerOptions.getBlockDeviceMappings()
Block devices that should be attached to the instance at boot time.Method parameters in org.jclouds.openstack.nova.v2_0.options with type arguments of type BlockDeviceMappingModifier and TypeMethodDescriptionCreateServerOptions.blockDeviceMappings
(Set<BlockDeviceMapping> blockDeviceMappings) static CreateServerOptions
CreateServerOptions.Builder.blockDeviceMappings
(Set<BlockDeviceMapping> blockDeviceMappings)