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. blockDeviceMappings
Methods 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 NovaTemplateOptions
NovaTemplateOptions. 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 NovaTemplateOptions
NovaTemplateOptions. 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 Image
NovaParserModule.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. blockDeviceMapping
Methods in org.jclouds.openstack.nova.v2_0.domain that return BlockDeviceMapping Modifier and Type Method Description BlockDeviceMapping
BlockDeviceMapping.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.Builder
BlockDeviceMapping.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 T
Image.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 CreateServerOptions
CreateServerOptions. blockDeviceMappings(Set<BlockDeviceMapping> blockDeviceMappings)
static CreateServerOptions
CreateServerOptions.Builder. blockDeviceMappings(Set<BlockDeviceMapping> blockDeviceMappings)
-