Skip to content

/AWS1/CL_MDLINPUTATTACHMENT

Placeholder documentation for InputAttachment

CONSTRUCTOR

IMPORTING

Optional arguments:

IO_AUTOMATICINPFAILOVERSTGS TYPE REF TO /AWS1/CL_MDLAUTOMATICINPFAIL00 /AWS1/CL_MDLAUTOMATICINPFAIL00

User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.

IV_INPUTATTACHMENTNAME TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.

IV_INPUTID TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING

The ID of the input

IO_INPUTSETTINGS TYPE REF TO /AWS1/CL_MDLINPUTSETTINGS /AWS1/CL_MDLINPUTSETTINGS

Settings of an input (caption selector, etc.)

IT_LOGICALINTERFACENAMES TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING

Optional assignment of an input to a logical interface on the Node. Only applies to on premises channels.


Queryable Attributes

AutomaticInputFailoverSettings

User-specified settings for defining what the conditions are for declaring the input unhealthy and failing over to a different input.

Accessible with the following methods

Method Description
GET_AUTOMATICINPFAILOVERSTGS() Getter for AUTOMATICINPUTFAILOVERSTGS

InputAttachmentName

User-specified name for the attachment. This is required if the user wants to use this input in an input switch action.

Accessible with the following methods

Method Description
GET_INPUTATTACHMENTNAME() Getter for INPUTATTACHMENTNAME, with configurable default
ASK_INPUTATTACHMENTNAME() Getter for INPUTATTACHMENTNAME w/ exceptions if field has no
HAS_INPUTATTACHMENTNAME() Determine if INPUTATTACHMENTNAME has a value

InputId

The ID of the input

Accessible with the following methods

Method Description
GET_INPUTID() Getter for INPUTID, with configurable default
ASK_INPUTID() Getter for INPUTID w/ exceptions if field has no value
HAS_INPUTID() Determine if INPUTID has a value

InputSettings

Settings of an input (caption selector, etc.)

Accessible with the following methods

Method Description
GET_INPUTSETTINGS() Getter for INPUTSETTINGS

LogicalInterfaceNames

Optional assignment of an input to a logical interface on the Node. Only applies to on premises channels.

Accessible with the following methods

Method Description
GET_LOGICALINTERFACENAMES() Getter for LOGICALINTERFACENAMES, with configurable default
ASK_LOGICALINTERFACENAMES() Getter for LOGICALINTERFACENAMES w/ exceptions if field has
HAS_LOGICALINTERFACENAMES() Determine if LOGICALINTERFACENAMES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT___LISTOFINPUTATTACHMENT

TYPES TT___LISTOFINPUTATTACHMENT TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLINPUTATTACHMENT WITH DEFAULT KEY
.