Class: Aws::OpsWorksCM::Types::RestoreServerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#backup_idString

The ID of the backup that you want to use to restore a server.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1119

class RestoreServerRequest < Struct.new(
  :backup_id,
  :server_name,
  :instance_type,
  :key_pair)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typeString

The type of instance to restore. Valid values must be specified in the following format: ^([cm][34]|t2).* For example, m5.large. Valid values are m5.large, r5.xlarge, and r5.2xlarge. If you do not specify this parameter, RestoreServer uses the instance type from the specified backup.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1119

class RestoreServerRequest < Struct.new(
  :backup_id,
  :server_name,
  :instance_type,
  :key_pair)
  SENSITIVE = []
  include Aws::Structure
end

#key_pairString

The name of the key pair to set on the new EC2 instance. This can be helpful if the administrator no longer has the SSH key.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1119

class RestoreServerRequest < Struct.new(
  :backup_id,
  :server_name,
  :instance_type,
  :key_pair)
  SENSITIVE = []
  include Aws::Structure
end

#server_nameString

The name of the server that you want to restore.

Returns:

  • (String)


1119
1120
1121
1122
1123
1124
1125
1126
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1119

class RestoreServerRequest < Struct.new(
  :backup_id,
  :server_name,
  :instance_type,
  :key_pair)
  SENSITIVE = []
  include Aws::Structure
end