Enum Restore.Types.State (1.0.0-beta01)

public enum State

Possible values for state of the Restore.

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Fields

NameDescription
Creating

The Restore resource has been created and the associated RestoreJob Kubernetes resource has been injected into target cluster.

Deleting

This Restore resource is in the process of being deleted.

Failed

The restore operation has failed.

InProgress

The gkebackup agent in the cluster has begun executing the restore operation.

Succeeded

The restore operation has completed successfully. Restored workloads may not yet be operational.

Unspecified

The Restore resource is in the process of being created.