| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Discovery.Types.AgentNetworkInfo
Description
Documentation
data AgentNetworkInfo Source #
Network details about the host where the agent/connector resides.
See: newAgentNetworkInfo smart constructor.
Constructors
| AgentNetworkInfo' | |
Instances
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.