/AWS1/CL_DMGORDERABLEREPLINST¶
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.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_ENGINEVERSION
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
The version of the replication engine.
IV_REPLICATIONINSTANCECLASS
TYPE /AWS1/DMGREPLINSTANCECLASS
/AWS1/DMGREPLINSTANCECLASS
¶
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.
IV_STORAGETYPE
TYPE /AWS1/DMGSTRING
/AWS1/DMGSTRING
¶
The type of storage used by the replication instance.
IV_MINALLOCATEDSTORAGE
TYPE /AWS1/DMGINTEGER
/AWS1/DMGINTEGER
¶
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
IV_MAXALLOCATEDSTORAGE
TYPE /AWS1/DMGINTEGER
/AWS1/DMGINTEGER
¶
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
IV_DEFAULTALLOCATEDSTORAGE
TYPE /AWS1/DMGINTEGER
/AWS1/DMGINTEGER
¶
The default amount of storage (in gigabytes) that is allocated for the replication instance.
IV_INCLUDEDALLOCATEDSTORAGE
TYPE /AWS1/DMGINTEGER
/AWS1/DMGINTEGER
¶
The amount of storage (in gigabytes) that is allocated for the replication instance.
IT_AVAILABILITYZONES
TYPE /AWS1/CL_DMGAZSLIST_W=>TT_AVAILABILITYZONESLIST
TT_AVAILABILITYZONESLIST
¶
List of Availability Zones for this replication instance.
IV_RELEASESTATUS
TYPE /AWS1/DMGRELEASESTATUSVALUES
/AWS1/DMGRELEASESTATUSVALUES
¶
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.
Queryable Attributes¶
EngineVersion¶
The version of the replication engine.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENGINEVERSION() |
Getter for ENGINEVERSION, with configurable default |
ASK_ENGINEVERSION() |
Getter for ENGINEVERSION w/ exceptions if field has no value |
HAS_ENGINEVERSION() |
Determine if ENGINEVERSION has a value |
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_REPLICATIONINSTANCECLASS() |
Getter for REPLICATIONINSTANCECLASS, with configurable defau |
ASK_REPLICATIONINSTANCECLASS() |
Getter for REPLICATIONINSTANCECLASS w/ exceptions if field h |
HAS_REPLICATIONINSTANCECLASS() |
Determine if REPLICATIONINSTANCECLASS has a value |
StorageType¶
The type of storage used by the replication instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STORAGETYPE() |
Getter for STORAGETYPE, with configurable default |
ASK_STORAGETYPE() |
Getter for STORAGETYPE w/ exceptions if field has no value |
HAS_STORAGETYPE() |
Determine if STORAGETYPE has a value |
MinAllocatedStorage¶
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MINALLOCATEDSTORAGE() |
Getter for MINALLOCATEDSTORAGE |
MaxAllocatedStorage¶
The minimum amount of storage (in gigabytes) that can be allocated for the replication instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MAXALLOCATEDSTORAGE() |
Getter for MAXALLOCATEDSTORAGE |
DefaultAllocatedStorage¶
The default amount of storage (in gigabytes) that is allocated for the replication instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFAULTALLOCATEDSTORAGE() |
Getter for DEFAULTALLOCATEDSTORAGE |
IncludedAllocatedStorage¶
The amount of storage (in gigabytes) that is allocated for the replication instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INCLUDEDALLOCATEDSTORAGE() |
Getter for INCLUDEDALLOCATEDSTORAGE |
AvailabilityZones¶
List of Availability Zones for this replication instance.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AVAILABILITYZONES() |
Getter for AVAILABILITYZONES, with configurable default |
ASK_AVAILABILITYZONES() |
Getter for AVAILABILITYZONES w/ exceptions if field has no v |
HAS_AVAILABILITYZONES() |
Determine if AVAILABILITYZONES has a value |
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.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RELEASESTATUS() |
Getter for RELEASESTATUS, with configurable default |
ASK_RELEASESTATUS() |
Getter for RELEASESTATUS w/ exceptions if field has no value |
HAS_RELEASESTATUS() |
Determine if RELEASESTATUS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ORDERABLEREPLINSTANCELIST
¶
TYPES TT_ORDERABLEREPLINSTANCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DMGORDERABLEREPLINST WITH DEFAULT KEY
.