Uses of Class
org.jclouds.ec2.domain.BlockDevice
-
Packages that use BlockDevice Package Description 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 Modifier and Type Field Description protected Map<String,BlockDevice>
RunningInstance.Builder. ebsBlockDevices
protected Map<String,BlockDevice>
RunningInstance. ebsBlockDevices
Methods in org.jclouds.ec2.domain that return types with arguments of type BlockDevice Modifier and Type Method Description Map<String,BlockDevice>
RunningInstance. getEbsBlockDevices()
EBS volumes associated with the instance.Methods in org.jclouds.ec2.domain with parameters of type BlockDevice Modifier and Type Method Description T
RunningInstance.Builder. device(String key, BlockDevice value)
Method parameters in org.jclouds.ec2.domain with type arguments of type BlockDevice Modifier and Type Method Description T
RunningInstance.Builder. devices(Map<String,BlockDevice> ebsBlockDevices)
Constructor parameters in org.jclouds.ec2.domain with type arguments of type BlockDevice Constructor Description 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 Modifier and Type Method Description Map<String,BlockDevice>
InstanceApi. getBlockDeviceMappingForInstanceInRegion(String region, String instanceId)
Method parameters in org.jclouds.ec2.features with type arguments of type BlockDevice Modifier and Type Method Description 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 Modifier and Type Method Description Map<String,BlockDevice>
BlockDeviceMappingHandler. getResult()
-