Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AgentNetworkInfo Source #
Network details about the host where the agent/connector resides.
See: newAgentNetworkInfo
smart constructor.
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.