Class: Aws::Drs::Types::RecoveryPlanExecutionServer

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

Overview

A server within a recovery plan execution step, enriched with execution state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#impact_levelString

Defaults to CRITICAL if not specified.

Returns:

  • (String)


3293
3294
3295
3296
3297
3298
3299
# File 'lib/aws-sdk-drs/types.rb', line 3293

class RecoveryPlanExecutionServer < Struct.new(
  :server_arn,
  :impact_level,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The DRS recovery job ID. Populated when recovery is initiated for this server.

Returns:

  • (String)


3293
3294
3295
3296
3297
3298
3299
# File 'lib/aws-sdk-drs/types.rb', line 3293

class RecoveryPlanExecutionServer < Struct.new(
  :server_arn,
  :impact_level,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#server_arnString

The ARN of the source server.

Returns:

  • (String)


3293
3294
3295
3296
3297
3298
3299
# File 'lib/aws-sdk-drs/types.rb', line 3293

class RecoveryPlanExecutionServer < Struct.new(
  :server_arn,
  :impact_level,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end