ApiParcelState

Properties

Name Type Description Notes
progress java.math.BigDecimal The progress of the state transition. [optional]
totalProgress java.math.BigDecimal The total amount that #getProgress() needs to get to. [optional]
count java.math.BigDecimal The current hosts that have completed. [optional]
totalCount java.math.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]