ClusterConfigurationUpgradeStatusInfo
Information about a standalone cluster configuration upgrade status.
Properties
Name | Type | Required |
---|---|---|
UpgradeState |
string (enum) | No |
ProgressStatus |
integer | No |
ConfigVersion |
string | No |
Details |
string | No |
UpgradeState
Type: string (enum)
Required: No
The state of the upgrade domain.
Possible values are:
Invalid
- Indicates the upgrade state is invalid. All Service Fabric enumerations have the invalid type. The value is zero.RollingBackInProgress
- The upgrade is rolling back to the previous version but is not complete yet. The value is 1RollingBackCompleted
- The upgrade has finished rolling back. The value is 2RollingForwardPending
- The current upgrade domain has finished upgrading. The overall upgrade is waiting for an explicit move next request in UnmonitoredManual mode or performing health checks in Monitored mode. The value is 3RollingForwardInProgress
- The upgrade is rolling forward to the target version but is not complete yet. The value is 4RollingForwardCompleted
- The upgrade has finished rolling forward. The value is 5Failed
- The upgrade has failed and is unable to execute FailureAction. The value is 6
ProgressStatus
Type: integer
Required: No
The cluster manifest version.
ConfigVersion
Type: string
Required: No
The cluster configuration version.
Details
Type: string
Required: No
The cluster upgrade status details.