libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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
Eq PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Read PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Show 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 #

NFData PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

Hashable PhysicalNetworkInterface Source # 
Instance details

Defined in Amazonka.SnowDeviceManagement.Types.PhysicalNetworkInterface

FromJSON 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" "libZSservicesZSamazonka-snow-device-managementZSamazonka-snow-device-management" 'False) (C1 ('MetaCons "PhysicalNetworkInterface'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "macAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipAddressAssignment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IpAddressAssignment)))) :*: ((S1 ('MetaSel ('Just "defaultGateway") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "physicalNetworkInterfaceId") '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))))))

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_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.