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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-drs/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)


3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3487

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.



3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3487

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>)


3487
3488
3489
3490
3491
3492
3493
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3487

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