/AWS1/CL_LMCNETWORKCNCTUMMARY¶
Summary information about a network connector returned by ListNetworkConnectors. Contains identifying fields and current state. To retrieve full configuration details, use GetNetworkConnector.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/LMCNETWORKCONNECTORARN /AWS1/LMCNETWORKCONNECTORARN¶
The ARN of the network connector.
iv_name TYPE /AWS1/LMCNETWORKCONNECTORNAME /AWS1/LMCNETWORKCONNECTORNAME¶
The name of the network connector.
iv_id TYPE /AWS1/LMCNETWORKCONNECTORID /AWS1/LMCNETWORKCONNECTORID¶
The unique identifier for a network connector, assigned by the service at creation time
iv_type TYPE /AWS1/LMCNETWORKCONNECTORTYPE /AWS1/LMCNETWORKCONNECTORTYPE¶
The type of the network connector (
VPC_EGRESS).
Optional arguments:¶
iv_state TYPE /AWS1/LMCNETWORKCONNECTORSTATE /AWS1/LMCNETWORKCONNECTORSTATE¶
The current state of the network connector.
iv_lastmodified TYPE /AWS1/LMCCORETIMESTAMP /AWS1/LMCCORETIMESTAMP¶
The date and time when the connector was last modified.
Queryable Attributes¶
Arn¶
The ARN of the network connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Name¶
The name of the network connector.
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 |
Id¶
The unique identifier for a network connector, assigned by the service at creation time
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Type¶
The type of the network connector (
VPC_EGRESS).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
State¶
The current state of the network connector.
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 |
LastModified¶
The date and time when the connector was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIED() |
Getter for LASTMODIFIED, with configurable default |
ASK_LASTMODIFIED() |
Getter for LASTMODIFIED w/ exceptions if field has no value |
HAS_LASTMODIFIED() |
Determine if LASTMODIFIED 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_NETWORKCONNECTORSLIST¶
TYPES TT_NETWORKCONNECTORSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMCNETWORKCNCTUMMARY WITH DEFAULT KEY
.