public static interface CustomerMeCollectorInfo.Builder extends SdkPojo, CopyableBuilder<CustomerMeCollectorInfo.Builder,CustomerMeCollectorInfo>
| Modifier and Type | Method and Description |
|---|---|
CustomerMeCollectorInfo.Builder |
activeMeCollectors(Integer activeMeCollectors)
The number of active Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
denyListedMeCollectors(Integer denyListedMeCollectors)
The number of deny-listed Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
healthyMeCollectors(Integer healthyMeCollectors)
The number of healthy Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
shutdownMeCollectors(Integer shutdownMeCollectors)
The number of Migration Evaluator collectors with
SHUTDOWN status. |
CustomerMeCollectorInfo.Builder |
totalMeCollectors(Integer totalMeCollectors)
The total number of Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
unhealthyMeCollectors(Integer unhealthyMeCollectors)
The number of unhealthy Migration Evaluator collectors.
|
CustomerMeCollectorInfo.Builder |
unknownMeCollectors(Integer unknownMeCollectors)
The number of unknown Migration Evaluator collectors.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCustomerMeCollectorInfo.Builder activeMeCollectors(Integer activeMeCollectors)
The number of active Migration Evaluator collectors.
activeMeCollectors - The number of active Migration Evaluator collectors.CustomerMeCollectorInfo.Builder healthyMeCollectors(Integer healthyMeCollectors)
The number of healthy Migration Evaluator collectors.
healthyMeCollectors - The number of healthy Migration Evaluator collectors.CustomerMeCollectorInfo.Builder denyListedMeCollectors(Integer denyListedMeCollectors)
The number of deny-listed Migration Evaluator collectors.
denyListedMeCollectors - The number of deny-listed Migration Evaluator collectors.CustomerMeCollectorInfo.Builder shutdownMeCollectors(Integer shutdownMeCollectors)
The number of Migration Evaluator collectors with SHUTDOWN status.
shutdownMeCollectors - The number of Migration Evaluator collectors with SHUTDOWN status.CustomerMeCollectorInfo.Builder unhealthyMeCollectors(Integer unhealthyMeCollectors)
The number of unhealthy Migration Evaluator collectors.
unhealthyMeCollectors - The number of unhealthy Migration Evaluator collectors.CustomerMeCollectorInfo.Builder totalMeCollectors(Integer totalMeCollectors)
The total number of Migration Evaluator collectors.
totalMeCollectors - The total number of Migration Evaluator collectors.CustomerMeCollectorInfo.Builder unknownMeCollectors(Integer unknownMeCollectors)
The number of unknown Migration Evaluator collectors.
unknownMeCollectors - The number of unknown Migration Evaluator collectors.Copyright © 2022. All rights reserved.