Uses of Class
org.jclouds.cloudsigma.domain.AffinityType

Packages that use AffinityType
org.jclouds.cloudsigma.compute.options   
org.jclouds.cloudsigma.domain   
org.jclouds.cloudsigma.options   
 

Uses of AffinityType in org.jclouds.cloudsigma.compute.options
 

Methods in org.jclouds.cloudsigma.compute.options that return AffinityType
 AffinityType CloudSigmaTemplateOptions.getDiskDriveAffinity()
           
 

Methods in org.jclouds.cloudsigma.compute.options with parameters of type AffinityType
 CloudSigmaTemplateOptions CloudSigmaTemplateOptions.diskDriveAffinity(AffinityType diskDriveAffinity)
           
static CloudSigmaTemplateOptions CloudSigmaTemplateOptions.Builder.diskDriveAffinity(AffinityType diskDriveAffinity)
           
 

Uses of AffinityType in org.jclouds.cloudsigma.domain
 

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

Uses of AffinityType in org.jclouds.cloudsigma.options
 

Methods in org.jclouds.cloudsigma.options with parameters of type AffinityType
 CloneDriveOptions CloneDriveOptions.affinity(AffinityType affinity)
          Specifies whether the new drive has 'HDD' affinity (the default) or 'SSD' (for solid-state drives).
static CloneDriveOptions CloneDriveOptions.Builder.affinity(AffinityType affinity)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.