|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xerox.amazonws.ec2.LaunchConfiguration
public class LaunchConfiguration
A launch configuration encapsulates the parameters used for launching an AMI
| Constructor Summary | |
|---|---|
LaunchConfiguration(String imageId)
Launches the given AMI one time. |
|
LaunchConfiguration(String imageId,
int minCount,
int maxCount)
The launch parameter with the minimum required number of parameter. |
|
LaunchConfiguration(String configName,
String imageId,
int minCount,
int maxCount)
The launch parameter with the name being supplied. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaunchConfiguration(String imageId)
imageId - the AMI to launch
public LaunchConfiguration(String imageId,
int minCount,
int maxCount)
imageId - the id of the AMI to launchminCount - the minimum required number of instancesmaxCount - the maximum number of AMIs desired
public LaunchConfiguration(String configName,
String imageId,
int minCount,
int maxCount)
configName - the name given to this launch configimageId - the id of the AMI to launchminCount - the minimum required number of instancesmaxCount - the maximum number of AMIs desired| Method Detail |
|---|
public String getConfigName()
public void setConfigName(String configName)
configName - the configName to setpublic String getImageId()
public void setImageId(String imageId)
imageId - the imageId to setpublic int getMinCount()
public void setMinCount(int minCount)
minCount - the minCount to setpublic int getMaxCount()
public void setMaxCount(int maxCount)
maxCount - the maxCount to setpublic String getKeyName()
public void setKeyName(String keyName)
keyName - the keyName to setpublic List<String> getSecurityGroup()
public void setSecurityGroup(List<String> securityGroup)
securityGroup - the securityGroup to setpublic String getAvailabilityZone()
public void setAvailabilityZone(String availabilityZone)
availabilityZone - the AvailabilityZone to setpublic InstanceType getInstanceType()
public void setInstanceType(InstanceType instanceType)
instanceType - the instanceType to setpublic byte[] getUserData()
public void setUserData(byte[] userData)
userData - the userData to setpublic String getAdditionalInfo()
public void setAdditionalInfo(String additionalInfo)
additionalInfo - the additionalInfo to setpublic String getKernelId()
public void setKernelId(String kernelId)
kernelId - the kernelId to setpublic String getRamdiskId()
public void setRamdiskId(String ramdiskId)
ramdiskId - the ramdiskId to setpublic List<BlockDeviceMapping> getBlockDevicemappings()
public void setBlockDevicemappings(List<BlockDeviceMapping> blockDeviceMappings)
blockDeviceMappings - the blockDeviceMappings to setpublic Boolean isMonitoring()
public void setMonitoring(boolean set)
sets - the state of instance monitoringpublic Boolean isPublicAddressing()
public String getSubnetId()
public void setSubnetId(String subnetId)
subnetId - the subnetId to setpublic String getPrivateIpAddress()
public void setPrivateIpAddress(String privateIpAddress)
privateIpAddress - the privateIpAddress to setpublic String getGroupName()
public void setGroupName(String groupName)
groupName - the groupName to setpublic void setPublicAddressing(boolean set)
sets - the public addressing mode (true by default)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||