LogCollectionReportedPropertiesResponse

data class LogCollectionReportedPropertiesResponse(val deploymentStatus: EceActionStatusResponse, val logCollectionSessionDetails: List<LogCollectionJobSessionResponse>, val percentComplete: Int, val validationStatus: EceActionStatusResponse)

Represents the reported properties of a log collection job.

Constructors

Link copied to clipboard
constructor(deploymentStatus: EceActionStatusResponse, logCollectionSessionDetails: List<LogCollectionJobSessionResponse>, percentComplete: Int, validationStatus: EceActionStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deployment status of job.

Link copied to clipboard

Details of the log collection session.

Link copied to clipboard

The percentage of the job that is complete.

Link copied to clipboard

Validation status of job.