/AWS1/CL_MDLNODEINTERFACEMAP¶
A mapping that's used to pair a logical network interface name on a Node with the physical interface name exposed in the operating system.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_logicalinterfacename TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
A uniform logical interface name to address in a MediaLive channel configuration.
iv_networkinterfacemode TYPE /AWS1/MDLNETWORKINTERFACEMODE /AWS1/MDLNETWORKINTERFACEMODE¶
NetworkInterfaceMode
iv_physicalinterfacename TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The name of the physical interface on the hardware that will be running Elemental anywhere.
Queryable Attributes¶
LogicalInterfaceName¶
A uniform logical interface name to address in a MediaLive channel configuration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGICALINTERFACENAME() |
Getter for LOGICALINTERFACENAME, with configurable default |
ASK_LOGICALINTERFACENAME() |
Getter for LOGICALINTERFACENAME w/ exceptions if field has n |
HAS_LOGICALINTERFACENAME() |
Determine if LOGICALINTERFACENAME has a value |
NetworkInterfaceMode¶
NetworkInterfaceMode
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NETWORKINTERFACEMODE() |
Getter for NETWORKINTERFACEMODE, with configurable default |
ASK_NETWORKINTERFACEMODE() |
Getter for NETWORKINTERFACEMODE w/ exceptions if field has n |
HAS_NETWORKINTERFACEMODE() |
Determine if NETWORKINTERFACEMODE has a value |
PhysicalInterfaceName¶
The name of the physical interface on the hardware that will be running Elemental anywhere.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHYSICALINTERFACENAME() |
Getter for PHYSICALINTERFACENAME, with configurable default |
ASK_PHYSICALINTERFACENAME() |
Getter for PHYSICALINTERFACENAME w/ exceptions if field has |
HAS_PHYSICALINTERFACENAME() |
Determine if PHYSICALINTERFACENAME 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___LISTOFNODEINTERFACEMAP¶
TYPES TT___LISTOFNODEINTERFACEMAP TYPE STANDARD TABLE OF REF TO /AWS1/CL_MDLNODEINTERFACEMAP WITH DEFAULT KEY
.