MachineStatus interface
Contains read-only information about the machine.
Properties
| creation |
Specifies the time at which the machine was created. NOTE: This property will not be serialized. It can only be populated by the server. |
| drift |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
| drift |
Reason for machine drift. Provides detailed information on why the machine has drifted. This field is omitted if the machine is up to date. NOTE: This property will not be serialized. It can only be populated by the server. |
| provisioning |
The error details information of the machine. Preserves the detailed info of failure. If there was no error, this field is omitted. NOTE: This property will not be serialized. It can only be populated by the server. |
| vm |
Virtual machine state. Indicates the current state of the underlying virtual machine. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
creationTimestamp
Specifies the time at which the machine was created. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
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. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningError?: ErrorDetail
Property Value
vmState
Virtual machine state. Indicates the current state of the underlying virtual machine. NOTE: This property will not be serialized. It can only be populated by the server.
vmState?: string
Property Value
string