Share via


ArcSettingAggregateState type

Aggregate state of Arc agent across the nodes in this HCI cluster.
KnownArcSettingAggregateState can be used interchangeably with ArcSettingAggregateState, this enum contains the known values that the service supports.

Known values supported by the service

NotSpecified: The aggregate state is not specified.
Error: An error occurred in the aggregate state.
Succeeded: The operation successfully completed across all nodes.
Canceled: The operation was canceled across the nodes.
Failed: The operation failed on all or most nodes.
Connected: All nodes are connected.
Disconnected: All nodes are disconnected.
Deleted: The Arc agent has been deleted from all nodes.
Creating: The Arc agent is being created across the nodes.
Updating: The Arc agent is being updated across the nodes.
Deleting: The Arc agent is being deleted across the nodes.
Moving: The Arc agent is being moved across the nodes.
PartiallySucceeded: The operation succeeded on some nodes.
PartiallyConnected: Some nodes are connected, others are not.
InProgress: The operation is currently in progress across the nodes.
Accepted: The operation has been accepted and is pending execution.
Provisioning: The Arc agent is being provisioned across the nodes.
DisableInProgress: The Arc agent is being disabled across the nodes.

type ArcSettingAggregateState = string