RemoteSupportJobReportedPropertiesResponse

data class RemoteSupportJobReportedPropertiesResponse(val deploymentStatus: EceActionStatusResponse, val nodeSettings: RemoteSupportJobNodeSettingsResponse, val percentComplete: Int, val sessionDetails: List<RemoteSupportSessionResponse>, val validationStatus: EceActionStatusResponse)

Represents the reported properties of a remote support job.

Constructors

constructor(deploymentStatus: EceActionStatusResponse, nodeSettings: RemoteSupportJobNodeSettingsResponse, percentComplete: Int, sessionDetails: List<RemoteSupportSessionResponse>, validationStatus: EceActionStatusResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Deployment status of job.

Link copied to clipboard

Optional settings for configuring the node for remote support.

Link copied to clipboard

The percentage of the job that is complete.

Link copied to clipboard

Details of the remote support session.

Link copied to clipboard

Validation status of job.