Name | Type | Description | Notes |
---|---|---|---|
progress | BigDecimal | The progress of the state transition. | [optional] |
totalProgress | BigDecimal | The total amount that #getProgress() needs to get to. | [optional] |
count | BigDecimal | The current hosts that have completed. | [optional] |
totalCount | BigDecimal | The total amount that #getCount() needs to get to. | [optional] |
errors | List<String> | The errors that exist for this parcel. | [optional] |
warnings | List<String> | The warnings that exist for this parcel. | [optional] |