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

Packages that use RootDeviceType
org.jclouds.aws.ec2.domain   
org.jclouds.ec2.compute.domain   
org.jclouds.ec2.compute.predicates   
org.jclouds.ec2.domain   
 

Uses of RootDeviceType in org.jclouds.aws.ec2.domain
 

Methods in org.jclouds.aws.ec2.domain with parameters of type RootDeviceType
 AWSRunningInstance.Builder AWSRunningInstance.Builder.rootDeviceType(RootDeviceType rootDeviceType)
           
 

Constructors in org.jclouds.aws.ec2.domain with parameters of type RootDeviceType
AWSRunningInstance(String region, Map<String,String> securityGroupIdToNames, String amiLaunchIndex, String dnsName, String imageId, String instanceId, InstanceState instanceState, 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, MonitoringState monitoringState, String placementGroup, Iterable<String> productCodes, String subnetId, String spotInstanceRequestId, String vpcId, Map<String,String> tags)
           
 

Uses of RootDeviceType in org.jclouds.ec2.compute.domain
 

Methods in org.jclouds.ec2.compute.domain with parameters of type RootDeviceType
 EC2HardwareBuilder EC2HardwareBuilder.rootDeviceType(RootDeviceType rootDeviceType)
           
 

Constructors in org.jclouds.ec2.compute.domain with parameters of type RootDeviceType
EC2HardwareBuilder.RequiresRootDeviceType(RootDeviceType type)
           
 

Uses of RootDeviceType in org.jclouds.ec2.compute.predicates
 

Methods in org.jclouds.ec2.compute.predicates with parameters of type RootDeviceType
static com.google.common.base.Predicate<Image> EC2ImagePredicates.rootDeviceType(RootDeviceType rootDeviceType)
          evaluates true if the Image has the specified root device type
 

Uses of RootDeviceType in org.jclouds.ec2.domain
 

Fields in org.jclouds.ec2.domain declared as RootDeviceType
protected  RootDeviceType RunningInstance.rootDeviceType
           
protected  RootDeviceType RunningInstance.Builder.rootDeviceType
           
 

Methods in org.jclouds.ec2.domain that return RootDeviceType
static RootDeviceType RootDeviceType.fromValue(String v)
           
 RootDeviceType RunningInstance.getRootDeviceType()
           
 RootDeviceType Image.getRootDeviceType()
           
static RootDeviceType RootDeviceType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RootDeviceType[] RootDeviceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.ec2.domain with parameters of type RootDeviceType
 RunningInstance.Builder RunningInstance.Builder.rootDeviceType(RootDeviceType rootDeviceType)
           
 

Constructors in org.jclouds.ec2.domain with parameters of type RootDeviceType
Image(String region, Image.Architecture architecture, String name, String description, String imageId, String imageLocation, String imageOwnerId, Image.ImageState imageState, Image.ImageType imageType, boolean isPublic, Iterable<String> productCodes, String kernelId, String platform, String ramdiskId, RootDeviceType rootDeviceType, String rootDeviceName, Map<String,Image.EbsBlockDevice> ebsBlockDevices, VirtualizationType virtualizationType, Hypervisor hypervisor)
           
RunningInstance(String region, Iterable<String> groupIds, String amiLaunchIndex, String dnsName, String imageId, String instanceId, InstanceState instanceState, 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)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.