Class: Aws::Drs::Types::ParticipatingServer

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

Overview

Represents a server participating in an asynchronous Job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#launch_actions_statusTypes::LaunchActionsStatus

The post-launch action runs of a participating server.



2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2099

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

#launch_statusString

The launch status of a participating server.

Returns:

  • (String)


2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2099

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

#recovery_instance_idString

The Recovery Instance ID of a participating server.

Returns:

  • (String)


2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2099

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

#source_server_idString

The Source Server ID of a participating server.

Returns:

  • (String)


2099
2100
2101
2102
2103
2104
2105
2106
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 2099

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