Class: Aws::DatabaseMigrationService::Types::RebootReplicationInstanceMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::RebootReplicationInstanceMessage
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#force_failover ⇒ Boolean
If this parameter is
true
, the reboot is conducted through a Multi-AZ failover. -
#force_planned_failover ⇒ Boolean
If this parameter is
true
, the reboot is conducted through a planned Multi-AZ failover where resources are released and cleaned up prior to conducting the failover. -
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
Instance Attribute Details
#force_failover ⇒ Boolean
If this parameter is true
, the reboot is conducted through a
Multi-AZ failover. If the instance isn't configured for Multi-AZ,
then you can't specify true
. ( --force-planned-failover
and
--force-failover
can't both be set to true
.)
10285 10286 10287 10288 10289 10290 10291 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10285 class RebootReplicationInstanceMessage < Struct.new( :replication_instance_arn, :force_failover, :force_planned_failover) SENSITIVE = [] include Aws::Structure end |
#force_planned_failover ⇒ Boolean
If this parameter is true
, the reboot is conducted through a
planned Multi-AZ failover where resources are released and cleaned
up prior to conducting the failover. If the instance isn''t
configured for Multi-AZ, then you can't specify true
. (
--force-planned-failover
and --force-failover
can't both be set
to true
.)
10285 10286 10287 10288 10289 10290 10291 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10285 class RebootReplicationInstanceMessage < Struct.new( :replication_instance_arn, :force_failover, :force_planned_failover) SENSITIVE = [] include Aws::Structure end |
#replication_instance_arn ⇒ String
The Amazon Resource Name (ARN) of the replication instance.
10285 10286 10287 10288 10289 10290 10291 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10285 class RebootReplicationInstanceMessage < Struct.new( :replication_instance_arn, :force_failover, :force_planned_failover) SENSITIVE = [] include Aws::Structure end |