Struct rusoto_discovery::AgentNetworkInfo[][src]

pub struct AgentNetworkInfo {
    pub ip_address: Option<String>,
    pub mac_address: Option<String>,
}

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

Fields

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

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

Trait Implementations

impl Default for AgentNetworkInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for AgentNetworkInfo
[src]

Formats the value using the given formatter. Read more

impl Clone for AgentNetworkInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AgentNetworkInfo
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations