Uses of Class
com.norbl.cbp.ppe.Ec2InstanceType

Packages that use Ec2InstanceType
com.norbl.cbp.ppe   
com.norbl.cbp.ppe.gui.networkspec   
 

Uses of Ec2InstanceType in com.norbl.cbp.ppe
 

Fields in com.norbl.cbp.ppe with type parameters of type Ec2InstanceType
 java.util.List<Ec2InstanceType> PPEManager.instanceTypes
           
 

Methods in com.norbl.cbp.ppe that return Ec2InstanceType
static Ec2InstanceType Ec2InstanceType.getEc2InstanceType(java.util.List<Ec2InstanceType> eits, com.amazonaws.services.ec2.model.InstanceType iType)
           
 

Methods in com.norbl.cbp.ppe that return types with arguments of type Ec2InstanceType
static java.util.List<Ec2InstanceType> Ec2InstanceType.getInstanceTypes()
          Retrieves the instance types from s3.
static java.util.List<Ec2InstanceType> UtilApps.getInstanceTypesFromFile()
           
 

Method parameters in com.norbl.cbp.ppe with type arguments of type Ec2InstanceType
static void UtilEc2.checkInstanceImageCompatibility(java.util.List<Ec2InstanceType> eits, com.amazonaws.services.ec2.model.InstanceType instanceType, java.lang.String imageID, com.amazonaws.services.ec2.AmazonEC2Client ec2)
           
 java.lang.String Ec2Wrangler.createNetwork(NetworkSpec spec, java.util.List<Ec2InstanceType> eits)
          Blocks until all requested ec2 instances are up and running.
static Ec2InstanceType Ec2InstanceType.getEc2InstanceType(java.util.List<Ec2InstanceType> eits, com.amazonaws.services.ec2.model.InstanceType iType)
           
 

Uses of Ec2InstanceType in com.norbl.cbp.ppe.gui.networkspec
 

Constructors in com.norbl.cbp.ppe.gui.networkspec with parameters of type Ec2InstanceType
InstanceTypeChoice(Ec2InstanceType instanceType)