amazonka-discovery-2.0: Amazon Application Discovery Service 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.Discovery.Types.AgentNetworkInfo

Description

 
Synopsis

Documentation

data AgentNetworkInfo Source #

Network details about the host where the agent/connector resides.

See: newAgentNetworkInfo smart constructor.

Constructors

AgentNetworkInfo' 

Fields

Instances

Instances details
FromJSON AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Generic AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Associated Types

type Rep AgentNetworkInfo :: Type -> Type #

Read AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Show AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

NFData AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Methods

rnf :: AgentNetworkInfo -> () #

Eq AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

Hashable AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

type Rep AgentNetworkInfo Source # 
Instance details

Defined in Amazonka.Discovery.Types.AgentNetworkInfo

type Rep AgentNetworkInfo = D1 ('MetaData "AgentNetworkInfo" "Amazonka.Discovery.Types.AgentNetworkInfo" "amazonka-discovery-2.0-FHPaShbhCtL10K1sBxZHs" 'False) (C1 ('MetaCons "AgentNetworkInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ipAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "macAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAgentNetworkInfo :: AgentNetworkInfo Source #

Create a value of AgentNetworkInfo 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:AgentNetworkInfo', agentNetworkInfo_ipAddress - The IP address for the host where the agent/connector resides.

$sel:macAddress:AgentNetworkInfo', agentNetworkInfo_macAddress - The MAC address for the host where the agent/connector resides.

agentNetworkInfo_ipAddress :: Lens' AgentNetworkInfo (Maybe Text) Source #

The IP address for the host where the agent/connector resides.

agentNetworkInfo_macAddress :: Lens' AgentNetworkInfo (Maybe Text) Source #

The MAC address for the host where the agent/connector resides.