Share via


KnownNodeExtensionState enum

State of Arc Extension in this node. Reflects the current lifecycle status of the extension on the individual node, such as whether it's being created, updated, deleted, or has encountered an error.

Fields

Accepted

The extension operation has been accepted and is pending execution.

Canceled

The extension operation was canceled.

Connected

The extension is connected on the node.

Creating

The extension is being created on the node.

Deleted

The extension has been deleted from the node.

Deleting

The extension is being deleted from the node.

Disconnected

The extension is disconnected on the node.

Error

An error occurred during the extension lifecycle.

Failed

The extension operation failed.

InProgress

The extension operation is currently in progress.

Moving

The extension is being moved on the node.

NotSpecified

The state is not specified.

PartiallyConnected

The extension is partially connected on the node.

PartiallySucceeded

The extension operation partially succeeded.

Provisioning

The extension is currently being provisioned on the node.

Succeeded

The extension operation completed successfully.

Updating

The extension is being updated on the node.