#[non_exhaustive]pub struct GetDiscoverySummaryOutput { /* private fields */ }Implementations§
source§impl GetDiscoverySummaryOutput
impl GetDiscoverySummaryOutput
sourcepub fn applications(&self) -> i64
pub fn applications(&self) -> i64
The number of applications discovered.
sourcepub fn servers_mapped_to_applications(&self) -> i64
pub fn servers_mapped_to_applications(&self) -> i64
The number of servers mapped to applications.
The number of servers mapped to tags.
sourcepub fn agent_summary(&self) -> Option<&CustomerAgentInfo>
pub fn agent_summary(&self) -> Option<&CustomerAgentInfo>
Details about discovered agents, including agent status and health.
sourcepub fn connector_summary(&self) -> Option<&CustomerConnectorInfo>
pub fn connector_summary(&self) -> Option<&CustomerConnectorInfo>
Details about discovered connectors, including connector status and health.
sourcepub fn me_collector_summary(&self) -> Option<&CustomerMeCollectorInfo>
pub fn me_collector_summary(&self) -> Option<&CustomerMeCollectorInfo>
Details about Migration Evaluator collectors, including collector status and health.
pub fn agentless_collector_summary(
&self
) -> Option<&CustomerAgentlessCollectorInfo>
source§impl GetDiscoverySummaryOutput
impl GetDiscoverySummaryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetDiscoverySummaryOutput.
Trait Implementations§
source§impl Clone for GetDiscoverySummaryOutput
impl Clone for GetDiscoverySummaryOutput
source§fn clone(&self) -> GetDiscoverySummaryOutput
fn clone(&self) -> GetDiscoverySummaryOutput
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 moresource§impl Debug for GetDiscoverySummaryOutput
impl Debug for GetDiscoverySummaryOutput
source§impl PartialEq<GetDiscoverySummaryOutput> for GetDiscoverySummaryOutput
impl PartialEq<GetDiscoverySummaryOutput> for GetDiscoverySummaryOutput
source§fn eq(&self, other: &GetDiscoverySummaryOutput) -> bool
fn eq(&self, other: &GetDiscoverySummaryOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.