libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway
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.StorageGateway.Types.NetworkInterface

Description

 
Synopsis

Documentation

data NetworkInterface Source #

Describes a gateway's network interface.

See: newNetworkInterface smart constructor.

Constructors

NetworkInterface' 

Fields

  • ipv6Address :: Maybe Text

    The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

  • macAddress :: Maybe Text

    The Media Access Control (MAC) address of the interface.

    This is currently unsupported and will not be returned in output.

  • ipv4Address :: Maybe Text

    The Internet Protocol version 4 (IPv4) address of the interface.

Instances

Instances details
Eq NetworkInterface Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.NetworkInterface

Read NetworkInterface Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.NetworkInterface

Show NetworkInterface Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.NetworkInterface

Generic NetworkInterface Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.NetworkInterface

Associated Types

type Rep NetworkInterface :: Type -> Type #

NFData NetworkInterface Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.NetworkInterface

Methods

rnf :: NetworkInterface -> () #

Hashable NetworkInterface Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.NetworkInterface

FromJSON NetworkInterface Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.NetworkInterface

type Rep NetworkInterface Source # 
Instance details

Defined in Amazonka.StorageGateway.Types.NetworkInterface

type Rep NetworkInterface = D1 ('MetaData "NetworkInterface" "Amazonka.StorageGateway.Types.NetworkInterface" "libZSservicesZSamazonka-storagegatewayZSamazonka-storagegateway" 'False) (C1 ('MetaCons "NetworkInterface'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipv6Address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "macAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ipv4Address") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newNetworkInterface :: NetworkInterface Source #

Create a value of NetworkInterface 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:ipv6Address:NetworkInterface', networkInterface_ipv6Address - The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

$sel:macAddress:NetworkInterface', networkInterface_macAddress - The Media Access Control (MAC) address of the interface.

This is currently unsupported and will not be returned in output.

$sel:ipv4Address:NetworkInterface', networkInterface_ipv4Address - The Internet Protocol version 4 (IPv4) address of the interface.

networkInterface_ipv6Address :: Lens' NetworkInterface (Maybe Text) Source #

The Internet Protocol version 6 (IPv6) address of the interface. Currently not supported.

networkInterface_macAddress :: Lens' NetworkInterface (Maybe Text) Source #

The Media Access Control (MAC) address of the interface.

This is currently unsupported and will not be returned in output.

networkInterface_ipv4Address :: Lens' NetworkInterface (Maybe Text) Source #

The Internet Protocol version 4 (IPv4) address of the interface.