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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#availability_zonesArray<String>

List of Availability Zones for this replication instance.

Returns:

  • (Array<String>)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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_storageInteger

The default amount of storage (in gigabytes) that is allocated for the replication instance.

Returns:

  • (Integer)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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_versionString

The version of the replication engine.

Returns:

  • (String)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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_storageInteger

The amount of storage (in gigabytes) that is allocated for the replication instance.

Returns:

  • (Integer)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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_storageInteger

The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

Returns:

  • (Integer)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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_storageInteger

The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.

Returns:

  • (Integer)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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_statusString

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>

Returns:

  • (String)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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_classString

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].

[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_ReplicationInstance.html#CHAP_ReplicationInstance.InDepth

Returns:

  • (String)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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_typeString

The type of storage used by the replication instance.

Returns:

  • (String)


9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 9437

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