GoogleApi.Redis.V1.Model.BackupCollection (google_api_redis v0.51.0)

View Source

BackupCollection of a cluster.

Attributes

  • cluster (type: String.t, default: nil) - Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
  • clusterUid (type: String.t, default: nil) - Output only. The cluster uid of the backup collection.
  • createTime (type: DateTime.t, default: nil) - Output only. The time when the backup collection was created.
  • kmsKey (type: String.t, default: nil) - Output only. The KMS key used to encrypt the backups under this backup collection.
  • name (type: String.t, default: nil) - Identifier. Full resource path of the backup collection.
  • uid (type: String.t, default: nil) - Output only. System assigned unique identifier of the backup collection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Redis.V1.Model.BackupCollection{
  cluster: String.t() | nil,
  clusterUid: String.t() | nil,
  createTime: DateTime.t() | nil,
  kmsKey: String.t() | nil,
  name: String.t() | nil,
  uid: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.