Class: Aws::DatabaseMigrationService::Types::OrderableReplicationInstance

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/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

Instance Attribute Details

#availability_zones ⇒ Array<String>

List of Availability Zones for this replication instance.

Returns:

  • (Array<String>)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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.

Returns:

  • (Integer)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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.

Returns:

  • (String)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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.

Returns:

  • (Integer)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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.

Returns:

  • (Integer)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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.

Returns:

  • (Integer)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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.

DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.

Returns:

  • (String)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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.

Returns:

  • (String)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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.

Returns:

  • (String)


10341
10342
10343
10344
10345
10346
10347
10348
10349
10350
10351
10352
10353
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 10341

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