NodeArcState type
State of the Arc agent in this node. Indicates the current lifecycle status of the agent, such as whether it's being provisioned, connected, updated, or has encountered an error.
KnownNodeArcState can be used interchangeably with NodeArcState,
this enum contains the known values that the service supports.
Known values supported by the service
NotSpecified: The state is not specified.
Error: An error occurred during the agent's lifecycle.
Succeeded: The operation completed successfully.
Canceled: The operation was canceled before completion.
Failed: The operation failed.
Connected: The Arc agent is connected on this node.
Disconnected: The Arc agent is disconnected on this node.
Deleted: The Arc agent has been deleted from this node.
Creating: The Arc agent is being created on this node.
Updating: The Arc agent is being updated on this node.
Deleting: The Arc agent is being deleted from this node.
Moving: The Arc agent is being moved on this node.
PartiallySucceeded: The operation partially succeeded.
PartiallyConnected: The Arc agent is partially connected on this node.
InProgress: The operation is currently in progress.
Accepted: The operation has been accepted and is pending execution.
Provisioning: The Arc agent is currently being provisioned on this node.
DisableInProgress: The Arc agent is in the process of being disabled on this node.
type NodeArcState = string