/AWS1/CL_LMCUPDATENETCNCTRRSP¶
UpdateNetworkConnectorResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/LMCNETWORKCONNECTORARN /AWS1/LMCNETWORKCONNECTORARN¶
The Amazon Resource Name (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
Optional arguments:¶
iv_operatorrole TYPE /AWS1/LMCNETWORKCNCTRROLEARN /AWS1/LMCNETWORKCNCTRROLEARN¶
The ARN of the IAM role that Lambda uses to manage the underlying ENI resources for this connector.
io_configuration TYPE REF TO /AWS1/CL_LMCNETWORKCNCTRCONF /AWS1/CL_LMCNETWORKCNCTRCONF¶
The network configuration of the connector, including VPC subnets and security groups.
iv_state TYPE /AWS1/LMCNETWORKCONNECTORSTATE /AWS1/LMCNETWORKCONNECTORSTATE¶
The current state of the network connector.
iv_lastupdatestatus TYPE /AWS1/LMCNETCNCTRLASTUPDSTATUS /AWS1/LMCNETCNCTRLASTUPDSTATUS¶
The status of this update operation (typically
InProgressimmediately after the call).
iv_lastupdatestatusreason TYPE /AWS1/LMCNETCNRLASTUPTATUSRSN /AWS1/LMCNETCNRLASTUPTATUSRSN¶
A human-readable explanation of the update status.
iv_lastmodified TYPE /AWS1/LMCCORETIMESTAMP /AWS1/LMCCORETIMESTAMP¶
The timestamp of this update.
Queryable Attributes¶
Arn¶
The Amazon Resource Name (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 |
OperatorRole¶
The ARN of the IAM role that Lambda uses to manage the underlying ENI resources for this connector.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPERATORROLE() |
Getter for OPERATORROLE, with configurable default |
ASK_OPERATORROLE() |
Getter for OPERATORROLE w/ exceptions if field has no value |
HAS_OPERATORROLE() |
Determine if OPERATORROLE has a value |
Configuration¶
The network configuration of the connector, including VPC subnets and security groups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIGURATION() |
Getter for CONFIGURATION |
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 |
LastUpdateStatus¶
The status of this update operation (typically
InProgressimmediately after the call).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATESTATUS() |
Getter for LASTUPDATESTATUS, with configurable default |
ASK_LASTUPDATESTATUS() |
Getter for LASTUPDATESTATUS w/ exceptions if field has no va |
HAS_LASTUPDATESTATUS() |
Determine if LASTUPDATESTATUS has a value |
LastUpdateStatusReason¶
A human-readable explanation of the update status.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATESTATUSREASON() |
Getter for LASTUPDATESTATUSREASON, with configurable default |
ASK_LASTUPDATESTATUSREASON() |
Getter for LASTUPDATESTATUSREASON w/ exceptions if field has |
HAS_LASTUPDATESTATUSREASON() |
Determine if LASTUPDATESTATUSREASON has a value |
LastModified¶
The timestamp of this update.
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 |