| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
ServerLaunchConfiguration |
ServerLaunchConfiguration.clone() |
ServerLaunchConfiguration |
ServerLaunchConfiguration.withAssociatePublicIpAddress(Boolean associatePublicIpAddress)
Indicates whether a publicly accessible IP address is created when launching the server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withConfigureScript(S3Location configureScript) |
ServerLaunchConfiguration |
ServerLaunchConfiguration.withConfigureScriptType(ScriptType configureScriptType)
The type of configuration script.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withConfigureScriptType(String configureScriptType)
The type of configuration script.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withEc2KeyName(String ec2KeyName)
The name of the Amazon EC2 SSH key to be used for connecting to the launched server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withIamInstanceProfileName(String iamInstanceProfileName)
The name of the IAM instance profile.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withInstanceType(String instanceType)
The instance type to use when launching the server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withLogicalId(String logicalId)
The logical ID of the server in the AWS CloudFormation template.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withSecurityGroup(String securityGroup)
The ID of the security group that applies to the launched server.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withServer(Server server)
The ID of the server with which the launch configuration is associated.
|
ServerLaunchConfiguration |
ServerLaunchConfiguration.withSubnet(String subnet)
The ID 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)
The ID of the VPC into which the server should be launched.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServerLaunchConfiguration> |
ServerGroupLaunchConfiguration.getServerLaunchConfigurations()
The launch configuration for servers in the server group.
|
| Modifier and Type | Method and Description |
|---|---|
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.withServerLaunchConfigurations(ServerLaunchConfiguration... serverLaunchConfigurations)
The launch configuration for servers in the server group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServerGroupLaunchConfiguration.setServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
The launch configuration for servers in the server group.
|
ServerGroupLaunchConfiguration |
ServerGroupLaunchConfiguration.withServerLaunchConfigurations(Collection<ServerLaunchConfiguration> serverLaunchConfigurations)
The launch configuration for servers in the server group.
|
Copyright © 2021. All rights reserved.