#[non_exhaustive]pub struct AgentNetworkInfo { /* private fields */ }Expand description
Network details about the host where the agent/connector resides.
Implementations§
source§impl AgentNetworkInfo
impl AgentNetworkInfo
sourcepub fn ip_address(&self) -> Option<&str>
pub fn ip_address(&self) -> Option<&str>
The IP address for the host where the agent/connector resides.
sourcepub fn mac_address(&self) -> Option<&str>
pub fn mac_address(&self) -> Option<&str>
The MAC address for the host where the agent/connector resides.
source§impl AgentNetworkInfo
impl AgentNetworkInfo
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AgentNetworkInfo.
Trait Implementations§
source§impl Clone for AgentNetworkInfo
impl Clone for AgentNetworkInfo
source§fn clone(&self) -> AgentNetworkInfo
fn clone(&self) -> AgentNetworkInfo
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more