/AWS1/CL_LSAREGION¶
Describes the Amazon Web Services Region.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_continentcode TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The continent code (
NA, meaning North America).
iv_description TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The description of the Amazon Web Services Region (
This region is recommended to serve users in the eastern United States and eastern Canada).
iv_displayname TYPE /AWS1/LSASTRING /AWS1/LSASTRING¶
The display name (
Ohio).
iv_name TYPE /AWS1/LSAREGIONNAME /AWS1/LSAREGIONNAME¶
The region name (
us-east-2).
it_availabilityzones TYPE /AWS1/CL_LSAAVAILABILITYZONE=>TT_AVAILABILITYZONELIST TT_AVAILABILITYZONELIST¶
The Availability Zones. Follows the format
us-east-2a(case-sensitive).
it_relationaldatabaseazs TYPE /AWS1/CL_LSAAVAILABILITYZONE=>TT_AVAILABILITYZONELIST TT_AVAILABILITYZONELIST¶
The Availability Zones for databases. Follows the format
us-east-2a(case-sensitive).
Queryable Attributes¶
continentCode¶
The continent code (
NA, meaning North America).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTINENTCODE() |
Getter for CONTINENTCODE, with configurable default |
ASK_CONTINENTCODE() |
Getter for CONTINENTCODE w/ exceptions if field has no value |
HAS_CONTINENTCODE() |
Determine if CONTINENTCODE has a value |
description¶
The description of the Amazon Web Services Region (
This region is recommended to serve users in the eastern United States and eastern Canada).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
displayName¶
The display name (
Ohio).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
name¶
The region name (
us-east-2).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
availabilityZones¶
The Availability Zones. Follows the format
us-east-2a(case-sensitive).
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 |
relationalDatabaseAvailabilityZones¶
The Availability Zones for databases. Follows the format
us-east-2a(case-sensitive).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATIONALDATABASEAZS() |
Getter for RELATIONALDATABASEAZS, with configurable default |
ASK_RELATIONALDATABASEAZS() |
Getter for RELATIONALDATABASEAZS w/ exceptions if field has |
HAS_RELATIONALDATABASEAZS() |
Determine if RELATIONALDATABASEAZS 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_REGIONLIST¶
TYPES TT_REGIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LSAREGION WITH DEFAULT KEY
.