| 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.SnowDeviceManagement.Types.PhysicalNetworkInterface
Description
Synopsis
- data PhysicalNetworkInterface = PhysicalNetworkInterface' {}
- newPhysicalNetworkInterface :: PhysicalNetworkInterface
- physicalNetworkInterface_defaultGateway :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_ipAddress :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_ipAddressAssignment :: Lens' PhysicalNetworkInterface (Maybe IpAddressAssignment)
- physicalNetworkInterface_macAddress :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_netmask :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_physicalConnectorType :: Lens' PhysicalNetworkInterface (Maybe PhysicalConnectorType)
- physicalNetworkInterface_physicalNetworkInterfaceId :: Lens' PhysicalNetworkInterface (Maybe Text)
Documentation
data PhysicalNetworkInterface Source #
The details about the physical network interface for the device.
See: newPhysicalNetworkInterface smart constructor.
Constructors
| PhysicalNetworkInterface' | |
Fields
| |
Instances
newPhysicalNetworkInterface :: PhysicalNetworkInterface Source #
Create a value of PhysicalNetworkInterface 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:defaultGateway:PhysicalNetworkInterface', physicalNetworkInterface_defaultGateway - The default gateway of the device.
$sel:ipAddress:PhysicalNetworkInterface', physicalNetworkInterface_ipAddress - The IP address of the device.
$sel:ipAddressAssignment:PhysicalNetworkInterface', physicalNetworkInterface_ipAddressAssignment - A value that describes whether the IP address is dynamic or persistent.
$sel:macAddress:PhysicalNetworkInterface', physicalNetworkInterface_macAddress - The MAC address of the device.
$sel:netmask:PhysicalNetworkInterface', physicalNetworkInterface_netmask - The netmask used to divide the IP address into subnets.
$sel:physicalConnectorType:PhysicalNetworkInterface', physicalNetworkInterface_physicalConnectorType - The physical connector type.
$sel:physicalNetworkInterfaceId:PhysicalNetworkInterface', physicalNetworkInterface_physicalNetworkInterfaceId - The physical network interface ID.
physicalNetworkInterface_defaultGateway :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The default gateway of the device.
physicalNetworkInterface_ipAddress :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The IP address of the device.
physicalNetworkInterface_ipAddressAssignment :: Lens' PhysicalNetworkInterface (Maybe IpAddressAssignment) Source #
A value that describes whether the IP address is dynamic or persistent.
physicalNetworkInterface_macAddress :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The MAC address of the device.
physicalNetworkInterface_netmask :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The netmask used to divide the IP address into subnets.
physicalNetworkInterface_physicalConnectorType :: Lens' PhysicalNetworkInterface (Maybe PhysicalConnectorType) Source #
The physical connector type.
physicalNetworkInterface_physicalNetworkInterfaceId :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The physical network interface ID.