You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zonesArray<String>

List of Availability Zones for this replication instance.

Returns:

  • (Array<String>)

    List of Availability Zones for this replication instance.

#default_allocated_storageInteger

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

Returns:

  • (Integer)

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

#engine_versionString

The version of the replication engine.

Returns:

  • (String)

    The version of the replication engine.

#included_allocated_storageInteger

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

Returns:

  • (Integer)

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

#max_allocated_storageInteger

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

Returns:

  • (Integer)

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

#min_allocated_storageInteger

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

Returns:

  • (Integer)

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

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

AWS DMS supports the ReleaseStatus parameter in versions 3.1.4 and later.

Possible values:

  • beta

Returns:

  • (String)

    The value returned when the specified EngineVersion of the replication instance is in Beta or test mode.

#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 AWS DMS replication instance for your migration.

Returns:

  • (String)

    The compute and memory capacity of the replication instance as defined for the specified replication instance class.

#storage_typeString

The type of storage used by the replication instance.

Returns:

  • (String)

    The type of storage used by the replication instance.