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

Packages that use Hypervisor
org.jclouds.ec2.domain   
 

Uses of Hypervisor in org.jclouds.ec2.domain
 

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

Constructors in org.jclouds.ec2.domain with parameters of type Hypervisor
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)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.