HciCollectLogJobPropertiesResponse

data class HciCollectLogJobPropertiesResponse(val deploymentMode: String? = null, val endTimeUtc: String, val fromDate: String, val jobId: String, val jobType: String, val lastLogGenerated: String, val provisioningState: String, val reportedProperties: LogCollectionReportedPropertiesResponse, val startTimeUtc: String, val status: String, val toDate: String)

Represents the properties of an HCI Collect Log job.

Constructors

Link copied to clipboard
constructor(deploymentMode: String? = null, endTimeUtc: String, fromDate: String, jobId: String, jobType: String, lastLogGenerated: String, provisioningState: String, reportedProperties: LogCollectionReportedPropertiesResponse, startTimeUtc: String, status: String, toDate: String)

Types

Link copied to clipboard
object Companion

Properties

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

From date for log collection.

Link copied to clipboard

Unique, immutable job id.

Link copied to clipboard

Job Type supported. Expected value is 'CollectLog'.

Link copied to clipboard

To date for log collection.

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

To date for log collection.