ExtensionAggregateState type
Aggregate state of Arc Extensions across the nodes in this HCI cluster. This reflects the overall status of the extension deployment and operation across all nodes.
KnownExtensionAggregateState can be used interchangeably with ExtensionAggregateState,
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 succeeded 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 extension has been deleted from all nodes.
Creating: The extension is being created across the nodes.
Updating: The extension is being updated across the nodes.
Deleting: The extension is being deleted across the nodes.
Moving: The extension 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 extension is currently being provisioned across the nodes.
UpgradeFailedRollbackSucceeded: Extension upgrade failed, but rollback succeeded across the nodes.
type ExtensionAggregateState = string