Share via


MachineStatus interface

Contains read-only information about the machine.

Properties

creationTimestamp

Specifies the time at which the machine was created.

driftAction

The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action.

driftReason

Reason for machine drift. Provides detailed information on why the machine has drifted. This field is omitted if the machine is up to date.

provisioningError

The error details information of the machine. Preserves the detailed info of failure. If there was no error, this field is omitted.

vmState

Virtual machine state. Indicates the current state of the underlying virtual machine.

Property Details

creationTimestamp

Specifies the time at which the machine was created.

creationTimestamp?: Date

Property Value

Date

driftAction

The drift action of the machine. Indicates whether a machine has deviated from its expected state due to changes in managed cluster properties, requiring corrective action.

driftAction?: string

Property Value

string

driftReason

Reason for machine drift. Provides detailed information on why the machine has drifted. This field is omitted if the machine is up to date.

driftReason?: string

Property Value

string

provisioningError

The error details information of the machine. Preserves the detailed info of failure. If there was no error, this field is omitted.

provisioningError?: ErrorDetail

Property Value

vmState

Virtual machine state. Indicates the current state of the underlying virtual machine.

vmState?: string

Property Value

string