org.kuali.common.aws.ec2.util
Class ShowLaunchConfig
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShowLaunchConfig
public ShowLaunchConfig(EC2ServiceContext serviceContext,
LaunchInstanceContext instanceContext)
ShowLaunchConfig
public ShowLaunchConfig(EC2ServiceContext serviceContext,
LaunchInstanceContext instanceContext,
boolean skip)
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.