Backup for GKE v1 API - Enum Restore.Types.State (2.3.0)

public enum Restore.Types.State

Reference documentation and code samples for the Backup for GKE v1 API enum Restore.Types.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.