Class: Aws::DatabaseMigrationService::Types::ReplicationPendingModifiedValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationPendingModifiedValues
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Provides information about the values of pending modifications to a
replication instance. This data type is an object of the
ReplicationInstance user-defined data type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocated_storage ⇒ Integer
The amount of storage (in gigabytes) that is allocated for the replication instance.
-
#engine_version ⇒ String
The engine version number of the replication instance.
-
#multi_az ⇒ Boolean
Specifies whether the replication instance is a Multi-AZ deployment.
-
#network_type ⇒ String
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing.
-
#replication_instance_class ⇒ String
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
Instance Attribute Details
#allocated_storage ⇒ Integer
The amount of storage (in gigabytes) that is allocated for the replication instance.
12097 12098 12099 12100 12101 12102 12103 12104 12105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12097 class ReplicationPendingModifiedValues < Struct.new( :replication_instance_class, :allocated_storage, :multi_az, :engine_version, :network_type) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The engine version number of the replication instance.
12097 12098 12099 12100 12101 12102 12103 12104 12105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12097 class ReplicationPendingModifiedValues < Struct.new( :replication_instance_class, :allocated_storage, :multi_az, :engine_version, :network_type) SENSITIVE = [] include Aws::Structure end |
#multi_az ⇒ Boolean
Specifies whether the replication instance is a Multi-AZ deployment.
You can't set the AvailabilityZone parameter if the Multi-AZ
parameter is set to true.
12097 12098 12099 12100 12101 12102 12103 12104 12105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12097 class ReplicationPendingModifiedValues < Struct.new( :replication_instance_class, :allocated_storage, :multi_az, :engine_version, :network_type) SENSITIVE = [] include Aws::Structure end |
#network_type ⇒ String
The type of IP address protocol used by a replication instance, such as IPv4 only or Dual-stack that supports both IPv4 and IPv6 addressing. IPv6 only is not yet supported.
12097 12098 12099 12100 12101 12102 12103 12104 12105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12097 class ReplicationPendingModifiedValues < Struct.new( :replication_instance_class, :allocated_storage, :multi_az, :engine_version, :network_type) SENSITIVE = [] include Aws::Structure end |
#replication_instance_class ⇒ String
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
12097 12098 12099 12100 12101 12102 12103 12104 12105 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12097 class ReplicationPendingModifiedValues < Struct.new( :replication_instance_class, :allocated_storage, :multi_az, :engine_version, :network_type) SENSITIVE = [] include Aws::Structure end |