amazonka-migrationhubstrategy-2.0: Amazon Migration Hub Strategy Recommendations 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.MigrationHubStrategy.Types.NetworkInfo

Description

 
Synopsis

Documentation

data NetworkInfo Source #

Information about the server's network for which the assessment was run.

See: newNetworkInfo smart constructor.

Constructors

NetworkInfo' 

Fields

  • interfaceName :: Text

    Information about the name of the interface of the server for which the assessment was run.

  • ipAddress :: Text

    Information about the IP address of the server for which the assessment was run.

  • macAddress :: Text

    Information about the MAC address of the server for which the assessment was run.

  • netMask :: Text

    Information about the subnet mask of the server for which the assessment was run.

Instances

Instances details
FromJSON NetworkInfo Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.NetworkInfo

Generic NetworkInfo Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.NetworkInfo

Associated Types

type Rep NetworkInfo :: Type -> Type #

Read NetworkInfo Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.NetworkInfo

Show NetworkInfo Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.NetworkInfo

NFData NetworkInfo Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.NetworkInfo

Methods

rnf :: NetworkInfo -> () #

Eq NetworkInfo Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.NetworkInfo

Hashable NetworkInfo Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.NetworkInfo

type Rep NetworkInfo Source # 
Instance details

Defined in Amazonka.MigrationHubStrategy.Types.NetworkInfo

type Rep NetworkInfo = D1 ('MetaData "NetworkInfo" "Amazonka.MigrationHubStrategy.Types.NetworkInfo" "amazonka-migrationhubstrategy-2.0-mnEPazDQ9LCt8OMOo53lQ" 'False) (C1 ('MetaCons "NetworkInfo'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "interfaceName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "macAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "netMask") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newNetworkInfo Source #

Create a value of NetworkInfo 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:interfaceName:NetworkInfo', networkInfo_interfaceName - Information about the name of the interface of the server for which the assessment was run.

$sel:ipAddress:NetworkInfo', networkInfo_ipAddress - Information about the IP address of the server for which the assessment was run.

$sel:macAddress:NetworkInfo', networkInfo_macAddress - Information about the MAC address of the server for which the assessment was run.

$sel:netMask:NetworkInfo', networkInfo_netMask - Information about the subnet mask of the server for which the assessment was run.

networkInfo_interfaceName :: Lens' NetworkInfo Text Source #

Information about the name of the interface of the server for which the assessment was run.

networkInfo_ipAddress :: Lens' NetworkInfo Text Source #

Information about the IP address of the server for which the assessment was run.

networkInfo_macAddress :: Lens' NetworkInfo Text Source #

Information about the MAC address of the server for which the assessment was run.

networkInfo_netMask :: Lens' NetworkInfo Text Source #

Information about the subnet mask of the server for which the assessment was run.