/AWS1/CL_MDLINPDEVNETWORKSTGS¶
The network settings for the input device.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_dnsaddresses TYPE /AWS1/CL_MDL__LISTOF__STRING_W=>TT___LISTOF__STRING TT___LISTOF__STRING¶
The DNS addresses of the input device.
iv_gateway TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The network gateway IP address.
iv_ipaddress TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The IP address of the input device.
iv_ipscheme TYPE /AWS1/MDLINPUTDEVICEIPSCHEME /AWS1/MDLINPUTDEVICEIPSCHEME¶
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
iv_subnetmask TYPE /AWS1/MDL__STRING /AWS1/MDL__STRING¶
The subnet mask of the input device.
Queryable Attributes¶
DnsAddresses¶
The DNS addresses of the input device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DNSADDRESSES() |
Getter for DNSADDRESSES, with configurable default |
ASK_DNSADDRESSES() |
Getter for DNSADDRESSES w/ exceptions if field has no value |
HAS_DNSADDRESSES() |
Determine if DNSADDRESSES has a value |
Gateway¶
The network gateway IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAY() |
Getter for GATEWAY, with configurable default |
ASK_GATEWAY() |
Getter for GATEWAY w/ exceptions if field has no value |
HAS_GATEWAY() |
Determine if GATEWAY has a value |
IpAddress¶
The IP address of the input device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPADDRESS() |
Getter for IPADDRESS, with configurable default |
ASK_IPADDRESS() |
Getter for IPADDRESS w/ exceptions if field has no value |
HAS_IPADDRESS() |
Determine if IPADDRESS has a value |
IpScheme¶
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IPSCHEME() |
Getter for IPSCHEME, with configurable default |
ASK_IPSCHEME() |
Getter for IPSCHEME w/ exceptions if field has no value |
HAS_IPSCHEME() |
Determine if IPSCHEME has a value |
SubnetMask¶
The subnet mask of the input device.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUBNETMASK() |
Getter for SUBNETMASK, with configurable default |
ASK_SUBNETMASK() |
Getter for SUBNETMASK w/ exceptions if field has no value |
HAS_SUBNETMASK() |
Determine if SUBNETMASK has a value |