Name | Type | Description | Notes |
---|---|---|---|
progress | int | The progress of the state transition. | [optional] |
total_progress | int | The total amount that #getProgress() needs to get to. | [optional] |
count | int | The current hosts that have completed. | [optional] |
total_count | int | The total amount that #getCount() needs to get to. | [optional] |
errors | list[str] | The errors that exist for this parcel. | [optional] |
warnings | list[str] | The warnings that exist for this parcel. | [optional] |