/AWS1/CL_MDXDELRTRNETIFACERSP¶
DeleteRouterNetworkInterfaceResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_arn TYPE /AWS1/MDXROUTERNETWORKIFACEARN /AWS1/MDXROUTERNETWORKIFACEARN¶
The ARN of the deleted router network interface.
iv_name TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The name of the deleted router network interface.
iv_state TYPE /AWS1/MDXROUTERNETIFACESTATE /AWS1/MDXROUTERNETIFACESTATE¶
The current state of the deleted router network interface, indicating where it is in the deletion process.
Queryable Attributes¶
Arn¶
The ARN of the deleted router network interface.
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 deleted router network interface.
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 |
State¶
The current state of the deleted router network interface, indicating where it is in the deletion process.
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 |