Esx.Settings.Clusters.Configuration.ClusterPrecheckResult.Status
Esx.Settings.Clusters.Configuration.ClusterPrecheckResult.Status
The Esx.Settings.Clusters.Configuration.ClusterPrecheckResult.Status enumerated type contains the possible statuses of the Precheck API on the cluster.
Possible values:
- RUNNING: The task is in-progress.
- OK: The operation completed successfully.
- OK_REVIEW_REQUIRED: The operation completed successfully. There are one or more solutions whose results #SolutionPrecheckResult indicate that the remediation of the drift is a destructive operation. Such drifts are specified in #SolutionPrecheckResult#driftReviews property. The #DriftReview need to be provided in the ApplySpec to acknowledge the remediation of these drifts. If the #SolutionPrecheckResult#driftReviews returned by PreCheck API is not provided as input to ApplySpec, these drifts will not be remediated.
Warning: this constant is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.
- ERROR: The operation failed with errors.
This enumeration was added in vSphere API 8.0.1.0.
This data structure has no properties.
Enumeration:
RUNNING,
OK,
OK_REVIEW_REQUIRED,
ERROR,