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

public enum Backup.Types.State

Reference documentation and code samples for the Backup for GKE v1 API enum Backup.Types.State.

State

Namespace

Google.Cloud.GkeBackup.V1

Assembly

Google.Cloud.GkeBackup.V1.dll

Fields

NameDescription
Creating

The Backup resource has been created and the associated BackupJob Kubernetes resource has been injected into the source cluster.

Deleting

This Backup resource (and its associated artifacts) is in the process of being deleted.

Failed

The backup operation has failed.

InProgress

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

Succeeded

The backup operation has completed successfully.

Unspecified

The Backup resource is in the process of being created.