/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¶
Used in NodeInterfaceMapping and NodeInterfaceMappingCreateRequest
iv_physicalinterfacename TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The name of the physical interface on the hardware that will be running Elemental anywhere.
it_physicalifaceipaddresses TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING¶
The IP addresses associated with the physical interface on the node hardware.
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¶
Used in NodeInterfaceMapping and NodeInterfaceMappingCreateRequest
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 |
PhysicalInterfaceIpAddresses¶
The IP addresses associated with the physical interface on the node hardware.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHYSICALIFACEIPADDRESSES() |
Getter for PHYSICALINTERFACEIPADDRESSES, with configurable d |
ASK_PHYSICALIFACEIPADDRESSES() |
Getter for PHYSICALINTERFACEIPADDRESSES w/ exceptions if fie |
HAS_PHYSICALIFACEIPADDRESSES() |
Determine if PHYSICALINTERFACEIPADDRESSES 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
.