AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.DatabaseMigrationService.Model.OrderableReplicationInstance

Namespace: Amazon.DatabaseMigrationService.Model
Assembly: AWSSDK.DatabaseMigrationService.dll
Version: 3.x.y.z

Syntax

C#
public class OrderableReplicationInstance

The OrderableReplicationInstance type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AvailabilityZones System.Collections.Generic.List<System.String>

Gets and sets the property AvailabilityZones.

List of Availability Zones for this replication instance.

Public Property DefaultAllocatedStorage System.Int32

Gets and sets the property DefaultAllocatedStorage.

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

Public Property EngineVersion System.String

Gets and sets the property EngineVersion.

The version of the replication engine.

Public Property IncludedAllocatedStorage System.Int32

Gets and sets the property IncludedAllocatedStorage.

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

Public Property MaxAllocatedStorage System.Int32

Gets and sets the property MaxAllocatedStorage.

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

Public Property MinAllocatedStorage System.Int32

Gets and sets the property MinAllocatedStorage.

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

Public Property ReleaseStatus Amazon.DatabaseMigrationService.ReleaseStatusValues

Gets and sets the property ReleaseStatus.

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.

Public Property ReplicationInstanceClass System.String

Gets and sets the property ReplicationInstanceClass.

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.

Public Property StorageType System.String

Gets and sets the property StorageType.

The type of storage used by the replication instance.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5