Class: Aws::DatabaseMigrationService::Types::ReplicationPendingModifiedValues
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ReplicationPendingModifiedValues
- Includes:
- Structure
- Defined in:
- 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` ][1] user-defined data type.
[1]: docs.aws.amazon.com/dms/latest/APIReference/API_ReplicationInstance.html
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.
11267 11268 11269 11270 11271 11272 11273 11274 11275 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267 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.
11267 11268 11269 11270 11271 11272 11273 11274 11275 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267 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`.
11267 11268 11269 11270 11271 11272 11273 11274 11275 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267 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.
11267 11268 11269 11270 11271 11272 11273 11274 11275 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267 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].
11267 11268 11269 11270 11271 11272 11273 11274 11275 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 11267 class ReplicationPendingModifiedValues < Struct.new( :replication_instance_class, :allocated_storage, :multi_az, :engine_version, :network_type) SENSITIVE = [] include Aws::Structure end |