Class: Aws::Mgn::Types::ParticipatingServer

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

Overview

Server participating in Job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_statusString

Participating server launch status.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2921

class ParticipatingServer < Struct.new(
  :launch_status,
  :launched_ec2_instance_id,
  :post_launch_actions_status,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#launched_ec2_instance_idString

Participating server's launched ec2 instance ID.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2921

class ParticipatingServer < Struct.new(
  :launch_status,
  :launched_ec2_instance_id,
  :post_launch_actions_status,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#post_launch_actions_statusTypes::PostLaunchActionsStatus

Participating server's Post Launch Actions Status.



2921
2922
2923
2924
2925
2926
2927
2928
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2921

class ParticipatingServer < Struct.new(
  :launch_status,
  :launched_ec2_instance_id,
  :post_launch_actions_status,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end

#source_server_idString

Participating server Source Server ID.

Returns:

  • (String)


2921
2922
2923
2924
2925
2926
2927
2928
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2921

class ParticipatingServer < Struct.new(
  :launch_status,
  :launched_ec2_instance_id,
  :post_launch_actions_status,
  :source_server_id)
  SENSITIVE = []
  include Aws::Structure
end