public static interface GetDiscoverySummaryResponse.Builder extends ApplicationDiscoveryResponse.Builder, SdkPojo, CopyableBuilder<GetDiscoverySummaryResponse.Builder,GetDiscoverySummaryResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetDiscoverySummaryResponse.Builder |
agentlessCollectorSummary(Consumer<CustomerAgentlessCollectorInfo.Builder> agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
|
GetDiscoverySummaryResponse.Builder |
agentlessCollectorSummary(CustomerAgentlessCollectorInfo agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
|
default GetDiscoverySummaryResponse.Builder |
agentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary)
Details about discovered agents, including agent status and health.
|
GetDiscoverySummaryResponse.Builder |
agentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
|
GetDiscoverySummaryResponse.Builder |
applications(Long applications)
The number of applications discovered.
|
default GetDiscoverySummaryResponse.Builder |
connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary)
Details about discovered connectors, including connector status and health.
|
GetDiscoverySummaryResponse.Builder |
connectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
|
default GetDiscoverySummaryResponse.Builder |
meCollectorSummary(Consumer<CustomerMeCollectorInfo.Builder> meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
|
GetDiscoverySummaryResponse.Builder |
meCollectorSummary(CustomerMeCollectorInfo meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
|
GetDiscoverySummaryResponse.Builder |
servers(Long servers)
The number of servers discovered.
|
GetDiscoverySummaryResponse.Builder |
serversMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
|
GetDiscoverySummaryResponse.Builder |
serversMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDiscoverySummaryResponse.Builder servers(Long servers)
The number of servers discovered.
servers - The number of servers discovered.GetDiscoverySummaryResponse.Builder applications(Long applications)
The number of applications discovered.
applications - The number of applications discovered.GetDiscoverySummaryResponse.Builder serversMappedToApplications(Long serversMappedToApplications)
The number of servers mapped to applications.
serversMappedToApplications - The number of servers mapped to applications.GetDiscoverySummaryResponse.Builder serversMappedtoTags(Long serversMappedtoTags)
The number of servers mapped to tags.
serversMappedtoTags - The number of servers mapped to tags.GetDiscoverySummaryResponse.Builder agentSummary(CustomerAgentInfo agentSummary)
Details about discovered agents, including agent status and health.
agentSummary - Details about discovered agents, including agent status and health.default GetDiscoverySummaryResponse.Builder agentSummary(Consumer<CustomerAgentInfo.Builder> agentSummary)
Details about discovered agents, including agent status and health.
This is a convenience method that creates an instance of theCustomerAgentInfo.Builder avoiding the
need to create one manually via CustomerAgentInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to agentSummary(CustomerAgentInfo).
agentSummary - a consumer that will call methods on CustomerAgentInfo.BuilderagentSummary(CustomerAgentInfo)GetDiscoverySummaryResponse.Builder connectorSummary(CustomerConnectorInfo connectorSummary)
Details about discovered connectors, including connector status and health.
connectorSummary - Details about discovered connectors, including connector status and health.default GetDiscoverySummaryResponse.Builder connectorSummary(Consumer<CustomerConnectorInfo.Builder> connectorSummary)
Details about discovered connectors, including connector status and health.
This is a convenience method that creates an instance of theCustomerConnectorInfo.Builder avoiding
the need to create one manually via CustomerConnectorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectorSummary(CustomerConnectorInfo).
connectorSummary - a consumer that will call methods on CustomerConnectorInfo.BuilderconnectorSummary(CustomerConnectorInfo)GetDiscoverySummaryResponse.Builder meCollectorSummary(CustomerMeCollectorInfo meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
meCollectorSummary - Details about Migration Evaluator collectors, including collector status and health.default GetDiscoverySummaryResponse.Builder meCollectorSummary(Consumer<CustomerMeCollectorInfo.Builder> meCollectorSummary)
Details about Migration Evaluator collectors, including collector status and health.
This is a convenience method that creates an instance of theCustomerMeCollectorInfo.Builder avoiding
the need to create one manually via CustomerMeCollectorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to meCollectorSummary(CustomerMeCollectorInfo).
meCollectorSummary - a consumer that will call methods on CustomerMeCollectorInfo.BuildermeCollectorSummary(CustomerMeCollectorInfo)GetDiscoverySummaryResponse.Builder agentlessCollectorSummary(CustomerAgentlessCollectorInfo agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
agentlessCollectorSummary - Details about Agentless Collector collectors, including status.default GetDiscoverySummaryResponse.Builder agentlessCollectorSummary(Consumer<CustomerAgentlessCollectorInfo.Builder> agentlessCollectorSummary)
Details about Agentless Collector collectors, including status.
This is a convenience method that creates an instance of theCustomerAgentlessCollectorInfo.Builder
avoiding the need to create one manually via CustomerAgentlessCollectorInfo.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to agentlessCollectorSummary(CustomerAgentlessCollectorInfo).
agentlessCollectorSummary - a consumer that will call methods on CustomerAgentlessCollectorInfo.BuilderagentlessCollectorSummary(CustomerAgentlessCollectorInfo)Copyright © 2023. All rights reserved.