| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaLive.Types.InputDeviceNetworkSettings
Description
Synopsis
- data InputDeviceNetworkSettings = InputDeviceNetworkSettings' {
- dnsAddresses :: Maybe [Text]
- gateway :: Maybe Text
- ipAddress :: Maybe Text
- ipScheme :: Maybe InputDeviceIpScheme
- subnetMask :: Maybe Text
- newInputDeviceNetworkSettings :: InputDeviceNetworkSettings
- inputDeviceNetworkSettings_dnsAddresses :: Lens' InputDeviceNetworkSettings (Maybe [Text])
- inputDeviceNetworkSettings_gateway :: Lens' InputDeviceNetworkSettings (Maybe Text)
- inputDeviceNetworkSettings_ipAddress :: Lens' InputDeviceNetworkSettings (Maybe Text)
- inputDeviceNetworkSettings_ipScheme :: Lens' InputDeviceNetworkSettings (Maybe InputDeviceIpScheme)
- inputDeviceNetworkSettings_subnetMask :: Lens' InputDeviceNetworkSettings (Maybe Text)
Documentation
data InputDeviceNetworkSettings Source #
The network settings for the input device.
See: newInputDeviceNetworkSettings smart constructor.
Constructors
| InputDeviceNetworkSettings' | |
Fields
| |
Instances
newInputDeviceNetworkSettings :: InputDeviceNetworkSettings Source #
Create a value of InputDeviceNetworkSettings with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dnsAddresses:InputDeviceNetworkSettings', inputDeviceNetworkSettings_dnsAddresses - The DNS addresses of the input device.
$sel:gateway:InputDeviceNetworkSettings', inputDeviceNetworkSettings_gateway - The network gateway IP address.
$sel:ipAddress:InputDeviceNetworkSettings', inputDeviceNetworkSettings_ipAddress - The IP address of the input device.
$sel:ipScheme:InputDeviceNetworkSettings', inputDeviceNetworkSettings_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.
$sel:subnetMask:InputDeviceNetworkSettings', inputDeviceNetworkSettings_subnetMask - The subnet mask of the input device.
inputDeviceNetworkSettings_dnsAddresses :: Lens' InputDeviceNetworkSettings (Maybe [Text]) Source #
The DNS addresses of the input device.
inputDeviceNetworkSettings_gateway :: Lens' InputDeviceNetworkSettings (Maybe Text) Source #
The network gateway IP address.
inputDeviceNetworkSettings_ipAddress :: Lens' InputDeviceNetworkSettings (Maybe Text) Source #
The IP address of the input device.
inputDeviceNetworkSettings_ipScheme :: Lens' InputDeviceNetworkSettings (Maybe InputDeviceIpScheme) Source #
Specifies whether the input device has been configured (outside of MediaLive) to use a dynamic IP address assignment (DHCP) or a static IP address.
inputDeviceNetworkSettings_subnetMask :: Lens' InputDeviceNetworkSettings (Maybe Text) Source #
The subnet mask of the input device.