/AWS1/CL_MDXSTANDARDRTROUTCONF¶
The configuration settings for a standard router output, including the protocol, protocol-specific configuration, network interface, and availability zone.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_networkinterfacearn TYPE /AWS1/MDXROUTERNETWORKIFACEARN /AWS1/MDXROUTERNETWORKIFACEARN¶
The Amazon Resource Name (ARN) of the network interface associated with the standard router output.
io_protocolconfiguration TYPE REF TO /AWS1/CL_MDXROUTEROUTPROTCONF /AWS1/CL_MDXROUTEROUTPROTCONF¶
The configuration settings for the protocol used by the standard router output.
Optional arguments:¶
iv_protocol TYPE /AWS1/MDXROUTEROUTPUTPROTOCOL /AWS1/MDXROUTEROUTPUTPROTOCOL¶
The protocol used by the standard router output.
Queryable Attributes¶
NetworkInterfaceArn¶
The Amazon Resource Name (ARN) of the network interface associated with the standard router output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACEARN() |
Getter for NETWORKINTERFACEARN, with configurable default |
ASK_NETWORKINTERFACEARN() |
Getter for NETWORKINTERFACEARN w/ exceptions if field has no |
HAS_NETWORKINTERFACEARN() |
Determine if NETWORKINTERFACEARN has a value |
ProtocolConfiguration¶
The configuration settings for the protocol used by the standard router output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTOCOLCONFIGURATION() |
Getter for PROTOCOLCONFIGURATION |
Protocol¶
The protocol used by the standard router output.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTOCOL() |
Getter for PROTOCOL, with configurable default |
ASK_PROTOCOL() |
Getter for PROTOCOL w/ exceptions if field has no value |
HAS_PROTOCOL() |
Determine if PROTOCOL has a value |