org.kuali.common.aws.ec2.util
Class ShowLaunchConfig

java.lang.Object
  extended by org.kuali.common.aws.ec2.util.ShowLaunchConfig
All Implemented Interfaces:
org.kuali.common.util.execute.Executable

public class ShowLaunchConfig
extends Object
implements org.kuali.common.util.execute.Executable


Constructor Summary
ShowLaunchConfig(EC2ServiceContext serviceContext, LaunchInstanceContext instanceContext)
           
ShowLaunchConfig(EC2ServiceContext serviceContext, LaunchInstanceContext instanceContext, boolean skip)
           
 
Method Summary
 void execute()
           
protected  String getAvailabilityZone(LaunchInstanceContext context)
           
 LaunchInstanceContext getInstanceContext()
           
protected  String getRegionLocation(EC2ServiceContext context)
           
protected  String getRegionName(EC2ServiceContext context)
           
protected  List<String> getSecurityGroups(LaunchInstanceContext context)
           
 EC2ServiceContext getServiceContext()
           
 boolean isSkip()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowLaunchConfig

public ShowLaunchConfig(EC2ServiceContext serviceContext,
                        LaunchInstanceContext instanceContext)

ShowLaunchConfig

public ShowLaunchConfig(EC2ServiceContext serviceContext,
                        LaunchInstanceContext instanceContext,
                        boolean skip)
Method Detail

execute

public void execute()
Specified by:
execute in interface org.kuali.common.util.execute.Executable

getSecurityGroups

protected List<String> getSecurityGroups(LaunchInstanceContext context)

getAvailabilityZone

protected String getAvailabilityZone(LaunchInstanceContext context)

getRegionLocation

protected String getRegionLocation(EC2ServiceContext context)

getRegionName

protected String getRegionName(EC2ServiceContext context)

getServiceContext

public EC2ServiceContext getServiceContext()

getInstanceContext

public LaunchInstanceContext getInstanceContext()

isSkip

public boolean isSkip()


Copyright © 2004–2014 The Kuali Foundation. All rights reserved.