Uses of Class
org.jclouds.openstack.nova.v2_0.domain.BlockDeviceMapping
- 
- 
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 BlockDeviceMapping Modifier and Type Field Description protected Set<BlockDeviceMapping>NovaTemplateOptions. blockDeviceMappingsMethods in org.jclouds.openstack.nova.v2_0.compute.options that return types with arguments of type BlockDeviceMapping Modifier and Type Method Description Set<BlockDeviceMapping>NovaTemplateOptions. getBlockDeviceMappings()Methods in org.jclouds.openstack.nova.v2_0.compute.options with parameters of type BlockDeviceMapping Modifier and Type Method Description NovaTemplateOptionsNovaTemplateOptions. blockDeviceMappings(BlockDeviceMapping... blockDeviceMappings)Method parameters in org.jclouds.openstack.nova.v2_0.compute.options with type arguments of type BlockDeviceMapping Modifier and Type Method Description NovaTemplateOptionsNovaTemplateOptions. 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 Modifier and Type Method Description ImageNovaParserModule.ImageAdapter. apply(org.jclouds.openstack.nova.v2_0.config.NovaParserModule.ImageAdapter.ImageInternal in, Map<String,String> metadata, List<BlockDeviceMapping> 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 BlockDeviceMapping Modifier and Type Field Description protected List<BlockDeviceMapping>Image.Builder. blockDeviceMappingMethods in org.jclouds.openstack.nova.v2_0.domain that return BlockDeviceMapping Modifier and Type Method Description BlockDeviceMappingBlockDeviceMapping.Builder. build()Methods in org.jclouds.openstack.nova.v2_0.domain that return types with arguments of type BlockDeviceMapping Modifier and Type Method Description List<BlockDeviceMapping>Image. getBlockDeviceMapping()Methods in org.jclouds.openstack.nova.v2_0.domain with parameters of type BlockDeviceMapping Modifier and Type Method Description BlockDeviceMapping.BuilderBlockDeviceMapping.Builder. fromBlockDeviceMapping(BlockDeviceMapping in)Method parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type BlockDeviceMapping Modifier and Type Method Description TImage.Builder. blockDeviceMapping(List<BlockDeviceMapping> blockDeviceMapping)Constructor parameters in org.jclouds.openstack.nova.v2_0.domain with type arguments of type BlockDeviceMapping Constructor Description 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 BlockDeviceMapping Modifier and Type Method Description Set<BlockDeviceMapping>CreateServerOptions. 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 BlockDeviceMapping Modifier and Type Method Description CreateServerOptionsCreateServerOptions. blockDeviceMappings(Set<BlockDeviceMapping> blockDeviceMappings)static CreateServerOptionsCreateServerOptions.Builder. blockDeviceMappings(Set<BlockDeviceMapping> blockDeviceMappings) 
 -