amazonka-snow-device-management-2.0: Amazon Snow Device Management SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Description

 
Synopsis

Documentation

data PhysicalNetworkInterface Source #

The details about the physical network interface for the device.

See: newPhysicalNetworkInterface smart constructor.

Constructors

PhysicalNetworkInterface' 

Fields

Instances

Instances details
FromJSON PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Generic PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Associated Types

type Rep PhysicalNetworkInterface :: Type -> Type #

Read PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Show PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

NFData PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Eq PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Hashable PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

type Rep PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

type Rep PhysicalNetworkInterface = D1 ('MetaData "PhysicalNetworkInterface" "Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface" "amazonka-snow-device-management-2.0-BSOYMJEGkqv86alAaVucXA" 'False) (C1 ('MetaCons "PhysicalNetworkInterface'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "defaultGateway") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddressAssignment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IpAddressAssignment)))) :*: ((S1 ('MetaSel ('Just "macAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "netmask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "physicalConnectorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PhysicalConnectorType)) :*: S1 ('MetaSel ('Just "physicalNetworkInterfaceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

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_ipAddressAssignment :: Lens' PhysicalNetworkInterface (Maybe IpAddressAssignment) Source #

A value that describes whether the IP address is dynamic or persistent.

physicalNetworkInterface_netmask :: Lens' PhysicalNetworkInterface (Maybe Text) Source #

The netmask used to divide the IP address into subnets.