Class: Aws::DatabaseMigrationService::Types::OrderableReplicationInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::OrderableReplicationInstance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
In response to the ‘DescribeOrderableReplicationInstances` operation, this object describes an available replication instance. This description includes the replication instance’s type, engine version, and allocated storage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#availability_zones ⇒ Array<String>
List of Availability Zones for this replication instance.
-
#default_allocated_storage ⇒ Integer
The default amount of storage (in gigabytes) that is allocated for the replication instance.
-
#engine_version ⇒ String
The version of the replication engine.
-
#included_allocated_storage ⇒ Integer
The amount of storage (in gigabytes) that is allocated for the replication instance.
-
#max_allocated_storage ⇒ Integer
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
-
#min_allocated_storage ⇒ Integer
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
-
#release_status ⇒ String
The value returned when the specified ‘EngineVersion` of the replication instance is in Beta or test mode.
-
#replication_instance_class ⇒ String
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
-
#storage_type ⇒ String
The type of storage used by the replication instance.
Instance Attribute Details
#availability_zones ⇒ Array<String>
List of Availability Zones for this replication instance.
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) SENSITIVE = [] include Aws::Structure end |
#default_allocated_storage ⇒ Integer
The default amount of storage (in gigabytes) that is allocated for the replication instance.
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version of the replication engine.
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) SENSITIVE = [] include Aws::Structure end |
#included_allocated_storage ⇒ Integer
The amount of storage (in gigabytes) that is allocated for the replication instance.
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) SENSITIVE = [] include Aws::Structure end |
#max_allocated_storage ⇒ Integer
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) SENSITIVE = [] include Aws::Structure end |
#min_allocated_storage ⇒ Integer
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) SENSITIVE = [] include Aws::Structure end |
#release_status ⇒ String
The value returned when the specified ‘EngineVersion` of the replication instance is in Beta or test mode. This indicates some features might not work as expected.
<note markdown=“1”> DMS supports the ‘ReleaseStatus` parameter in versions 3.1.4 and later.
</note>
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) 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 example to specify the instance class dms.c4.large, set this parameter to ‘“dms.c4.large”`.
For more information on the settings and capacities for the available replication instance classes, see [ Selecting the right DMS replication instance for your migration].
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) SENSITIVE = [] include Aws::Structure end |
#storage_type ⇒ String
The type of storage used by the replication instance.
9021 9022 9023 9024 9025 9026 9027 9028 9029 9030 9031 9032 9033 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9021 class OrderableReplicationInstance < Struct.new( :engine_version, :replication_instance_class, :storage_type, :min_allocated_storage, :max_allocated_storage, :default_allocated_storage, :included_allocated_storage, :availability_zones, :release_status) SENSITIVE = [] include Aws::Structure end |