View Source GoogleApi.GKEBackup.V1.Model.VolumeBackup (google_api_gke_backup v0.6.0)

Represents the backup of a specific persistent volume as a component of a Backup - both the record of the operation and a pointer to the underlying storage-specific artifacts.

Attributes

  • completeTime (type: DateTime.t, default: nil) - Output only. The timestamp when the associated underlying volume backup operation completed.
  • createTime (type: DateTime.t, default: nil) - Output only. The timestamp when this VolumeBackup resource was created.
  • diskSizeBytes (type: String.t, default: nil) - Output only. The minimum size of the disk to which this VolumeBackup can be restored.
  • etag (type: String.t, default: nil) - Output only. etag is used for optimistic concurrency control as a way to help prevent simultaneous updates of a volume backup from overwriting each other. It is strongly suggested that systems make use of the etag in the read-modify-write cycle to perform volume backup updates in order to avoid race conditions.
  • format (type: String.t, default: nil) - Output only. The format used for the volume backup.
  • name (type: String.t, default: nil) - Output only. The full name of the VolumeBackup resource. Format: projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/*.
  • sourcePvc (type: GoogleApi.GKEBackup.V1.Model.NamespacedName.t, default: nil) - Output only. A reference to the source Kubernetes PVC from which this VolumeBackup was created.
  • state (type: String.t, default: nil) - Output only. The current state of this VolumeBackup.
  • stateMessage (type: String.t, default: nil) - Output only. A human readable message explaining why the VolumeBackup is in its current state.
  • storageBytes (type: String.t, default: nil) - Output only. The aggregate size of the underlying artifacts associated with this VolumeBackup in the backup storage. This may change over time when multiple backups of the same volume share the same backup storage location. In particular, this is likely to increase in size when the immediately preceding backup of the same volume is deleted.
  • uid (type: String.t, default: nil) - Output only. Server generated global unique identifier of UUID format.
  • updateTime (type: DateTime.t, default: nil) - Output only. The timestamp when this VolumeBackup resource was last updated.
  • volumeBackupHandle (type: String.t, default: nil) - Output only. A storage system-specific opaque handle to the underlying volume backup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.GKEBackup.V1.Model.VolumeBackup{
  completeTime: DateTime.t() | nil,
  createTime: DateTime.t() | nil,
  diskSizeBytes: String.t() | nil,
  etag: String.t() | nil,
  format: String.t() | nil,
  name: String.t() | nil,
  sourcePvc: GoogleApi.GKEBackup.V1.Model.NamespacedName.t() | nil,
  state: String.t() | nil,
  stateMessage: String.t() | nil,
  storageBytes: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil,
  volumeBackupHandle: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.