| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
ServerLaunchConfiguration |
ServerLaunchConfiguration.clone() |
ServerLaunchConfiguration |
ServerLaunchConfiguration.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
If true, a publicly accessible IP address is created when launching the server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withEc2KeyName(String ec2KeyName)
Name of the EC2 SSH Key to be used for connecting to the launched server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withInstanceType(String instanceType)
Instance type to be used for launching the server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withLogicalId(String logicalId)
Logical ID of the server in the Amazon CloudFormation template.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withSecurityGroup(String securityGroup)
Identifier of the security group that applies to the launched server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withServer(Server server)
Identifier of the server the launch configuration is associated with.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withSubnet(String subnet)
Identifier of the subnet the server should be launched into.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withUserData(UserData userData)
Location of the user-data script to be executed when launching the server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withVpc(String vpc)
Identifier of the VPC the server should be launched into.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerLaunchConfiguration> |
ServerGroupLaunchConfiguration.getServerLaunchConfigurations()
Launch configuration for servers in the server group.
|
| Modifier and Type | Method and Description |
|---|---|
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.withServerLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroupLaunchConfiguration.setServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.withServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
Launch configuration for servers in the server group.
|
Copyright © 2020. All rights reserved.