Class: Aws::Drs::Types::StartSourceNetworkRecoveryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#deploy_as_newBoolean

Don’t update existing CloudFormation Stack, recover the network using a new stack.

Returns:

  • (Boolean)


3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-drs/types.rb', line 3437

class StartSourceNetworkRecoveryRequest < Struct.new(
  :deploy_as_new,
  :source_networks,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#source_networksArray<Types::StartSourceNetworkRecoveryRequestNetworkEntry>

The Source Networks that we want to start a Recovery Job for.



3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-drs/types.rb', line 3437

class StartSourceNetworkRecoveryRequest < Struct.new(
  :deploy_as_new,
  :source_networks,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#tagsHash<String,String>

The tags to be associated with the Source Network recovery Job.

Returns:

  • (Hash<String,String>)


3437
3438
3439
3440
3441
3442
3443
# File 'lib/aws-sdk-drs/types.rb', line 3437

class StartSourceNetworkRecoveryRequest < Struct.new(
  :deploy_as_new,
  :source_networks,
  :tags)
  SENSITIVE = [:tags]
  include Aws::Structure
end