/AWS1/CL_MDXSTANDARDRTRINPCONF¶
The configuration settings for a standard router input, 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 input.
io_protocolconfiguration TYPE REF TO /AWS1/CL_MDXRTRINPUTPROTCONF /AWS1/CL_MDXRTRINPUTPROTCONF¶
The configuration settings for the protocol used by the standard router input.
Optional arguments:¶
iv_protocol TYPE /AWS1/MDXROUTERINPUTPROTOCOL /AWS1/MDXROUTERINPUTPROTOCOL¶
The protocol used by the standard router input.
Queryable Attributes¶
NetworkInterfaceArn¶
The Amazon Resource Name (ARN) of the network interface associated with the standard router input.
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 input.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROTOCOLCONFIGURATION() |
Getter for PROTOCOLCONFIGURATION |
Protocol¶
The protocol used by the standard router input.
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 |