Struct aws_sdk_applicationdiscovery::model::AgentInfo
source · #[non_exhaustive]pub struct AgentInfo { /* private fields */ }Expand description
Information about agents or connectors associated with the user’s Amazon Web Services account. Information includes agent or connector IDs, IP addresses, media access control (MAC) addresses, agent or connector health, hostname where the agent or connector resides, and agent version for each agent.
Implementations§
source§impl AgentInfo
impl AgentInfo
sourcepub fn host_name(&self) -> Option<&str>
pub fn host_name(&self) -> Option<&str>
The name of the host where the agent or connector resides. The host can be a server or virtual machine.
sourcepub fn agent_network_info_list(&self) -> Option<&[AgentNetworkInfo]>
pub fn agent_network_info_list(&self) -> Option<&[AgentNetworkInfo]>
Network details about the host where the agent or connector resides.
sourcepub fn connector_id(&self) -> Option<&str>
pub fn connector_id(&self) -> Option<&str>
The ID of the connector.
sourcepub fn health(&self) -> Option<&AgentStatus>
pub fn health(&self) -> Option<&AgentStatus>
The health of the agent or connector.
sourcepub fn last_health_ping_time(&self) -> Option<&str>
pub fn last_health_ping_time(&self) -> Option<&str>
Time since agent or connector health was reported.
sourcepub fn collection_status(&self) -> Option<&str>
pub fn collection_status(&self) -> Option<&str>
Status of the collection process for an agent or connector.
sourcepub fn agent_type(&self) -> Option<&str>
pub fn agent_type(&self) -> Option<&str>
Type of agent.
sourcepub fn registered_time(&self) -> Option<&str>
pub fn registered_time(&self) -> Option<&str>
Agent's first registration timestamp in UTC.