Uses of Class
org.jclouds.ec2.domain.BlockDevice
Packages that use BlockDevice
-
Uses of BlockDevice in org.jclouds.ec2.domain
Fields in org.jclouds.ec2.domain with type parameters of type BlockDeviceModifier and TypeFieldDescriptionprotected Map
<String, BlockDevice> RunningInstance.Builder.ebsBlockDevices
protected final Map
<String, BlockDevice> RunningInstance.ebsBlockDevices
Methods in org.jclouds.ec2.domain that return types with arguments of type BlockDeviceModifier and TypeMethodDescriptionRunningInstance.getEbsBlockDevices()
EBS volumes associated with the instance.Methods in org.jclouds.ec2.domain with parameters of type BlockDeviceMethod parameters in org.jclouds.ec2.domain with type arguments of type BlockDeviceModifier and TypeMethodDescriptionRunningInstance.Builder.devices
(Map<String, BlockDevice> ebsBlockDevices) Constructor parameters in org.jclouds.ec2.domain with type arguments of type BlockDeviceModifierConstructorDescriptionprotected
RunningInstance
(String region, Iterable<String> groupNames, String amiLaunchIndex, String dnsName, String imageId, String instanceId, InstanceState instanceState, String rawState, String instanceType, String ipAddress, String kernelId, String keyName, Date launchTime, String availabilityZone, String virtualizationType, String platform, String privateDnsName, String privateIpAddress, String ramdiskId, String reason, RootDeviceType rootDeviceType, String rootDeviceName, Map<String, BlockDevice> ebsBlockDevices, Map<String, String> tags) -
Uses of BlockDevice in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features that return types with arguments of type BlockDeviceModifier and TypeMethodDescriptionInstanceApi.getBlockDeviceMappingForInstanceInRegion
(String region, String instanceId) Method parameters in org.jclouds.ec2.features with type arguments of type BlockDeviceModifier and TypeMethodDescriptionvoid
InstanceApi.setBlockDeviceMappingForInstanceInRegion
(String region, String instanceId, Map<String, BlockDevice> blockDeviceMapping) Sets the blockDeviceMapping used for an instance. -
Uses of BlockDevice in org.jclouds.ec2.xml
Methods in org.jclouds.ec2.xml that return types with arguments of type BlockDevice