Skip to content

/AWS1/CL_MDXFAILOVERRTRINPCONF

Configuration settings for a failover router input that allows switching between two input sources.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_networkinterfacearn TYPE /AWS1/MDXROUTERNETWORKIFACEARN /AWS1/MDXROUTERNETWORKIFACEARN

The ARN of the network interface to use for this failover router input.

it_protocolconfigurations TYPE /AWS1/CL_MDXFAILOVERRTRINPPR00=>TT_FAILOVERRTRINPPROTCONFLIST TT_FAILOVERRTRINPPROTCONFLIST

A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.

iv_sourceprioritymode TYPE /AWS1/MDXFAILOVERINPSRCPRIOR00 /AWS1/MDXFAILOVERINPSRCPRIOR00

The mode for determining source priority in failover configurations.

Optional arguments:

iv_primarysourceindex TYPE /AWS1/MDXINTEGER /AWS1/MDXINTEGER

The index (0 or 1) that specifies which source in the protocol configurations list is currently active. Used to control which of the two failover sources is currently selected. This field is ignored when sourcePriorityMode is set to NO_PRIORITY


Queryable Attributes

NetworkInterfaceArn

The ARN of the network interface to use for this failover 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

ProtocolConfigurations

A list of exactly two protocol configurations for the failover input sources. Both must use the same protocol type.

Accessible with the following methods

Method Description
GET_PROTOCOLCONFIGURATIONS() Getter for PROTOCOLCONFIGURATIONS, with configurable default
ASK_PROTOCOLCONFIGURATIONS() Getter for PROTOCOLCONFIGURATIONS w/ exceptions if field has
HAS_PROTOCOLCONFIGURATIONS() Determine if PROTOCOLCONFIGURATIONS has a value

SourcePriorityMode

The mode for determining source priority in failover configurations.

Accessible with the following methods

Method Description
GET_SOURCEPRIORITYMODE() Getter for SOURCEPRIORITYMODE, with configurable default
ASK_SOURCEPRIORITYMODE() Getter for SOURCEPRIORITYMODE w/ exceptions if field has no
HAS_SOURCEPRIORITYMODE() Determine if SOURCEPRIORITYMODE has a value

PrimarySourceIndex

The index (0 or 1) that specifies which source in the protocol configurations list is currently active. Used to control which of the two failover sources is currently selected. This field is ignored when sourcePriorityMode is set to NO_PRIORITY

Accessible with the following methods

Method Description
GET_PRIMARYSOURCEINDEX() Getter for PRIMARYSOURCEINDEX, with configurable default
ASK_PRIMARYSOURCEINDEX() Getter for PRIMARYSOURCEINDEX w/ exceptions if field has no
HAS_PRIMARYSOURCEINDEX() Determine if PRIMARYSOURCEINDEX has a value