Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data PhysicalNetworkInterface = PhysicalNetworkInterface' {}
- newPhysicalNetworkInterface :: PhysicalNetworkInterface
- physicalNetworkInterface_ipAddress :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_macAddress :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_ipAddressAssignment :: Lens' PhysicalNetworkInterface (Maybe IpAddressAssignment)
- physicalNetworkInterface_defaultGateway :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_physicalNetworkInterfaceId :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_netmask :: Lens' PhysicalNetworkInterface (Maybe Text)
- physicalNetworkInterface_physicalConnectorType :: Lens' PhysicalNetworkInterface (Maybe PhysicalConnectorType)
Documentation
data PhysicalNetworkInterface Source #
The details about the physical network interface for the device.
See: newPhysicalNetworkInterface
smart constructor.
PhysicalNetworkInterface' | |
|
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:ipAddress:PhysicalNetworkInterface'
, physicalNetworkInterface_ipAddress
- The IP address of the device.
$sel:macAddress:PhysicalNetworkInterface'
, physicalNetworkInterface_macAddress
- The MAC address of the device.
$sel:ipAddressAssignment:PhysicalNetworkInterface'
, physicalNetworkInterface_ipAddressAssignment
- A value that describes whether the IP address is dynamic or persistent.
$sel:defaultGateway:PhysicalNetworkInterface'
, physicalNetworkInterface_defaultGateway
- The default gateway of the device.
$sel:physicalNetworkInterfaceId:PhysicalNetworkInterface'
, physicalNetworkInterface_physicalNetworkInterfaceId
- The physical network interface ID.
$sel:netmask:PhysicalNetworkInterface'
, physicalNetworkInterface_netmask
- The netmask used to divide the IP address into subnets.
$sel:physicalConnectorType:PhysicalNetworkInterface'
, physicalNetworkInterface_physicalConnectorType
- The physical connector type.
physicalNetworkInterface_ipAddress :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The IP address of the device.
physicalNetworkInterface_macAddress :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The MAC address of the device.
physicalNetworkInterface_ipAddressAssignment :: Lens' PhysicalNetworkInterface (Maybe IpAddressAssignment) Source #
A value that describes whether the IP address is dynamic or persistent.
physicalNetworkInterface_defaultGateway :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The default gateway of the device.
physicalNetworkInterface_physicalNetworkInterfaceId :: Lens' PhysicalNetworkInterface (Maybe Text) Source #
The physical network interface ID.
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.