HciRemoteSupportJobPropertiesResponse

data class HciRemoteSupportJobPropertiesResponse(val accessLevel: String, val deploymentMode: String? = null, val endTimeUtc: String, val expirationTimestamp: String, val jobId: String, val jobType: String, val provisioningState: String, val reportedProperties: RemoteSupportJobReportedPropertiesResponse, val startTimeUtc: String, val status: String, val type: String)

Represents the properties of a remote support job for HCI.

Constructors

Link copied to clipboard
constructor(accessLevel: String, deploymentMode: String? = null, endTimeUtc: String, expirationTimestamp: String, jobId: String, jobType: String, provisioningState: String, reportedProperties: RemoteSupportJobReportedPropertiesResponse, startTimeUtc: String, status: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Remote support access level.

Link copied to clipboard
val deploymentMode: String? = null

Deployment mode to trigger job.

Link copied to clipboard

The UTC date and time at which the job completed.

Link copied to clipboard

Remote support expiration timestamp.

Link copied to clipboard

Unique, immutable job id.

Link copied to clipboard

Job Type supported. Expected value is 'RemoteSupport'.

Link copied to clipboard

Job provisioning state

Link copied to clipboard

log collection job reported properties.

Link copied to clipboard

The UTC date and time at which the job started.

Link copied to clipboard

Status of Edge device job.

Link copied to clipboard

Remote support type.