Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 937 Bytes

DbaasNodeStateProgressUpdate.md

File metadata and controls

16 lines (11 loc) · 937 Bytes

DbaasNodeStateProgressUpdate

Properties

Name Type Description Notes
completed bool Indicates whether this phase has been completed or not
current Option<i64> Current progress for this phase. May be missing or null. [optional]
max Option<i64> Maximum progress value for this phase. May be missing or null. May change. [optional]
min Option<i64> Minimum progress value for this phase. May be missing or null. [optional]
phase String Key identifying this phase
unit Option<String> Unit for current/min/max values. New units may be added. If null should be treated as generic unit [optional]

[Back to Model list] [Back to API list] [Back to README]