Class: Aws::Drs::Types::UpdateLaunchConfigurationTemplateRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#copy_private_ipBoolean

Copy private IP.

Returns:

  • (Boolean)


3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#copy_tagsBoolean

Copy tags.

Returns:

  • (Boolean)


3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#export_bucket_arnString

S3 bucket ARN to export Source Network templates.

Returns:

  • (String)


3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#launch_configuration_template_idString

Launch Configuration Template ID.

Returns:

  • (String)


3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#launch_dispositionString

Launch disposition.

Returns:

  • (String)


3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#launch_into_source_instanceBoolean

DRS will set the 'launch into instance ID' of any source server when performing a drill, recovery or failback to the previous region or availability zone, using the instance ID of the source instance.

Returns:

  • (Boolean)


3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#licensingTypes::Licensing

Licensing.

Returns:



3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#post_launch_enabledBoolean

Whether we want to activate post-launch actions.

Returns:

  • (Boolean)


3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end

#target_instance_type_right_sizing_methodString

Target instance type right-sizing method.

Returns:

  • (String)


3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
# File 'gems/aws-sdk-drs/lib/aws-sdk-drs/types.rb', line 3842

class UpdateLaunchConfigurationTemplateRequest < Struct.new(
  :copy_private_ip,
  :copy_tags,
  :export_bucket_arn,
  :launch_configuration_template_id,
  :launch_disposition,
  :launch_into_source_instance,
  :licensing,
  :post_launch_enabled,
  :target_instance_type_right_sizing_method)
  SENSITIVE = []
  include Aws::Structure
end