Uses of Class
org.jclouds.cloudstack.domain.SystemVmType

Packages that use SystemVmType
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

Uses of SystemVmType in org.jclouds.cloudstack.domain
 

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

Uses of SystemVmType in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type SystemVmType
 CreateServiceOfferingOptions CreateServiceOfferingOptions.systemVmType(SystemVmType systemVmType)
           
static CreateServiceOfferingOptions CreateServiceOfferingOptions.Builder.systemVmType(SystemVmType systemVmType)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.