/AWS1/CL_EC2OUTPOSTLAG¶
Describes an Outpost link aggregation group (LAG).
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_outpostarn TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Amazon Resource Number (ARN) of the Outpost LAG.
iv_ownerid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the Outpost LAG owner.
iv_state TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The current state of the Outpost LAG.
iv_outpostlagid TYPE /AWS1/EC2OUTPOSTLAGID /AWS1/EC2OUTPOSTLAGID¶
The ID of the Outpost LAG.
it_localgwvirtualinterface01 TYPE /AWS1/CL_EC2LOCALGWVIRTUALIN02=>TT_LOCALGWVIRTUALINTERFACEID00 TT_LOCALGWVIRTUALINTERFACEID00¶
The IDs of the local gateway virtual interfaces associated with the Outpost LAG.
it_svclinkvirtualinterface00 TYPE /AWS1/CL_EC2SVCLINKVIRTUALIN00=>TT_SVCLINKVIRTUALINTERFACEID00 TT_SVCLINKVIRTUALINTERFACEID00¶
The service link virtual interface IDs associated with the Outpost LAG.
it_tags TYPE /AWS1/CL_EC2TAG=>TT_TAGLIST TT_TAGLIST¶
The tags associated with the Outpost LAG.
Queryable Attributes¶
OutpostArn¶
The Amazon Resource Number (ARN) of the Outpost LAG.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPOSTARN() |
Getter for OUTPOSTARN, with configurable default |
ASK_OUTPOSTARN() |
Getter for OUTPOSTARN w/ exceptions if field has no value |
HAS_OUTPOSTARN() |
Determine if OUTPOSTARN has a value |
OwnerId¶
The ID of the Outpost LAG owner.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERID() |
Getter for OWNERID, with configurable default |
ASK_OWNERID() |
Getter for OWNERID w/ exceptions if field has no value |
HAS_OWNERID() |
Determine if OWNERID has a value |
State¶
The current state of the Outpost LAG.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
OutpostLagId¶
The ID of the Outpost LAG.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPOSTLAGID() |
Getter for OUTPOSTLAGID, with configurable default |
ASK_OUTPOSTLAGID() |
Getter for OUTPOSTLAGID w/ exceptions if field has no value |
HAS_OUTPOSTLAGID() |
Determine if OUTPOSTLAGID has a value |
LocalGatewayVirtualInterfaceIds¶
The IDs of the local gateway virtual interfaces associated with the Outpost LAG.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOCALGWVIRTUALINTERFAC02() |
Getter for LOCALGWVIRTUALINTERFACEIDS, with configurable def |
ASK_LOCALGWVIRTUALINTERFAC02() |
Getter for LOCALGWVIRTUALINTERFACEIDS w/ exceptions if field |
HAS_LOCALGWVIRTUALINTERFAC02() |
Determine if LOCALGWVIRTUALINTERFACEIDS has a value |
ServiceLinkVirtualInterfaceIds¶
The service link virtual interface IDs associated with the Outpost LAG.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SVCLINKVIRTUALINTERFAC00() |
Getter for SVCLINKVIRTUALINTERFACEIDS, with configurable def |
ASK_SVCLINKVIRTUALINTERFAC00() |
Getter for SVCLINKVIRTUALINTERFACEIDS w/ exceptions if field |
HAS_SVCLINKVIRTUALINTERFAC00() |
Determine if SVCLINKVIRTUALINTERFACEIDS has a value |
Tags¶
The tags associated with the Outpost LAG.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS 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_OUTPOSTLAGSET¶
TYPES TT_OUTPOSTLAGSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2OUTPOSTLAG WITH DEFAULT KEY
.