Uses of Class
org.jclouds.ec2.domain.BlockDevice

Packages that use BlockDevice
org.jclouds.ec2.domain   
org.jclouds.ec2.features   
org.jclouds.ec2.xml   
 

Uses of BlockDevice in org.jclouds.ec2.domain
 

Fields in org.jclouds.ec2.domain with type parameters of type BlockDevice
protected  Map<String,BlockDevice> RunningInstance.ebsBlockDevices
           
protected  Map<String,BlockDevice> RunningInstance.Builder.ebsBlockDevices
           
 

Methods in org.jclouds.ec2.domain that return types with arguments of type BlockDevice
 Map<String,BlockDevice> RunningInstance.getEbsBlockDevices()
          EBS volumes associated with the instance.
 

Methods in org.jclouds.ec2.domain with parameters of type BlockDevice
 T RunningInstance.Builder.device(String key, BlockDevice value)
           
 

Method parameters in org.jclouds.ec2.domain with type arguments of type BlockDevice
 T RunningInstance.Builder.devices(Map<String,BlockDevice> ebsBlockDevices)
           
 

Constructor parameters in org.jclouds.ec2.domain with type arguments of type BlockDevice
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 BlockDevice
 Map<String,BlockDevice> InstanceApi.getBlockDeviceMappingForInstanceInRegion(String region, String instanceId)
           
 

Method parameters in org.jclouds.ec2.features with type arguments of type BlockDevice
 void 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
 Map<String,BlockDevice> BlockDeviceMappingHandler.getResult()
           
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.