HciRemoteSupportJobProperties interface
Represents the properties of a remote support job for HCI.
- Extends
Properties
| access |
Remote support access level. |
| expiration |
Remote support expiration timestamp. |
| job |
Job Type to support polymorphic resource. |
| reported |
log collection job reported properties. |
| type | Remote support type. |
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
accessLevel
Remote support access level.
accessLevel: string
Property Value
string
expirationTimestamp
Remote support expiration timestamp.
expirationTimestamp: Date
Property Value
Date
jobType
Job Type to support polymorphic resource.
jobType: "RemoteSupport"
Property Value
"RemoteSupport"
reportedProperties
log collection job reported properties.
reportedProperties?: RemoteSupportJobReportedProperties
Property Value
type
Remote support type.
type: string
Property Value
string
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