HciCollectLogJobProperties interface
Represents the properties of an HCI Collect Log job.
- Extends
Properties
| from |
From date for log collection. |
| job |
Job Type to support polymorphic resource. |
| last |
To date for log collection. |
| reported |
log collection job reported properties. |
| to |
To date for log collection. |
Inherited Properties
| deployment |
Deployment mode to trigger job. |
| end |
The UTC date and time at which the job completed. |
| job |
Unique, immutable job id. |
| provisioning |
Job provisioning state |
| start |
The UTC date and time at which the job started. |
| status | Status of Edge device job. |
Property Details
fromDate
From date for log collection.
fromDate: Date
Property Value
Date
jobType
Job Type to support polymorphic resource.
jobType: "CollectLog"
Property Value
"CollectLog"
lastLogGenerated
To date for log collection.
lastLogGenerated?: Date
Property Value
Date
reportedProperties
log collection job reported properties.
reportedProperties?: LogCollectionReportedProperties
Property Value
toDate
To date for log collection.
toDate: Date
Property Value
Date
Inherited Property Details
deploymentMode
Deployment mode to trigger job.
deploymentMode?: string
Property Value
string
Inherited From HciEdgeDeviceJobProperties.deploymentMode
endTimeUtc
The UTC date and time at which the job completed.
endTimeUtc?: Date
Property Value
Date
Inherited From HciEdgeDeviceJobProperties.endTimeUtc
jobId
Unique, immutable job id.
jobId?: string
Property Value
string
Inherited From HciEdgeDeviceJobProperties.jobId
provisioningState
Job provisioning state
provisioningState?: string
Property Value
string
Inherited From HciEdgeDeviceJobProperties.provisioningState
startTimeUtc
The UTC date and time at which the job started.
startTimeUtc?: Date
Property Value
Date
Inherited From HciEdgeDeviceJobProperties.startTimeUtc
status
Status of Edge device job.
status?: string
Property Value
string
Inherited From HciEdgeDeviceJobProperties.status