/AWS1/CL_SE2MULTIREGIONENDPT¶
An object that contains multi-region endpoint (global-endpoint) properties.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_endpointname TYPE /AWS1/SE2ENDPOINTNAME /AWS1/SE2ENDPOINTNAME¶
The name of the multi-region endpoint (global-endpoint).
iv_status TYPE /AWS1/SE2STATUS /AWS1/SE2STATUS¶
The status of the multi-region endpoint (global-endpoint).
CREATING– The resource is being provisioned.
READY– The resource is ready to use.
FAILED– The resource failed to be provisioned.
DELETING– The resource is being deleted as requested.
iv_endpointid TYPE /AWS1/SE2ENDPOINTID /AWS1/SE2ENDPOINTID¶
The ID of the multi-region endpoint (global-endpoint).
it_regions TYPE /AWS1/CL_SE2REGIONS_W=>TT_REGIONS TT_REGIONS¶
Primary and secondary regions between which multi-region endpoint splits sending traffic.
iv_createdtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP¶
The time stamp of when the multi-region endpoint (global-endpoint) was created.
iv_lastupdatedtimestamp TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP¶
The time stamp of when the multi-region endpoint (global-endpoint) was last updated.
Queryable Attributes¶
EndpointName¶
The name of the multi-region endpoint (global-endpoint).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTNAME() |
Getter for ENDPOINTNAME, with configurable default |
ASK_ENDPOINTNAME() |
Getter for ENDPOINTNAME w/ exceptions if field has no value |
HAS_ENDPOINTNAME() |
Determine if ENDPOINTNAME has a value |
Status¶
The status of the multi-region endpoint (global-endpoint).
CREATING– The resource is being provisioned.
READY– The resource is ready to use.
FAILED– The resource failed to be provisioned.
DELETING– The resource is being deleted as requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
EndpointId¶
The ID of the multi-region endpoint (global-endpoint).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTID() |
Getter for ENDPOINTID, with configurable default |
ASK_ENDPOINTID() |
Getter for ENDPOINTID w/ exceptions if field has no value |
HAS_ENDPOINTID() |
Determine if ENDPOINTID has a value |
Regions¶
Primary and secondary regions between which multi-region endpoint splits sending traffic.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGIONS() |
Getter for REGIONS, with configurable default |
ASK_REGIONS() |
Getter for REGIONS w/ exceptions if field has no value |
HAS_REGIONS() |
Determine if REGIONS has a value |
CreatedTimestamp¶
The time stamp of when the multi-region endpoint (global-endpoint) was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP, with configurable default |
ASK_CREATEDTIMESTAMP() |
Getter for CREATEDTIMESTAMP w/ exceptions if field has no va |
HAS_CREATEDTIMESTAMP() |
Determine if CREATEDTIMESTAMP has a value |
LastUpdatedTimestamp¶
The time stamp of when the multi-region endpoint (global-endpoint) was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP, with configurable default |
ASK_LASTUPDATEDTIMESTAMP() |
Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n |
HAS_LASTUPDATEDTIMESTAMP() |
Determine if LASTUPDATEDTIMESTAMP 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_MULTIREGIONENDPOINTS¶
TYPES TT_MULTIREGIONENDPOINTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SE2MULTIREGIONENDPT WITH DEFAULT KEY
.