Uses of Class
edu.columbia.cs.irt.sipcloud.VmElement

Packages that use VmElement
edu.columbia.cs.irt.sipcloud   
 

Uses of VmElement in edu.columbia.cs.irt.sipcloud
 

Methods in edu.columbia.cs.irt.sipcloud that return VmElement
 VmElement AwsCenter.addInstance(java.lang.String region, java.lang.String type)
           
 

Methods in edu.columbia.cs.irt.sipcloud with parameters of type VmElement
static void LoadScalingManager.inactivateProxy(VmElement ser)
          Updates all LBs to inactivate proxy
 void AwsCenter.removeInstance(VmElement e)
           
static void LoadScalingManager.startProcess(VmElement e)
           
 void AwsCenter.tagInstance(VmElement e)
           
 void AwsCenter.updateSecurityGroup(VmElement cass)
           
 

Method parameters in edu.columbia.cs.irt.sipcloud with type arguments of type VmElement
 boolean ConfigFileHandler.createDispatchListFile(java.lang.String region, java.util.List<VmElement> vmList)
           
 void AwsCenter.fillVmList(java.util.List<VmElement> vmList)
           
 

Constructor parameters in edu.columbia.cs.irt.sipcloud with type arguments of type VmElement
LoadMonitor(java.util.ArrayList<VmElement> vmList)