View Source GoogleApi.BackupDR.V1.Model.BackupVault (google_api_backup_dr v0.3.0)
Message describing a BackupVault object.
Attributes
-
annotations
(type:map()
, default:nil
) - Optional. User annotations. See https://google.aip.dev/128#annotations Stores small amounts of arbitrary data. -
backupCount
(type:String.t
, default:nil
) - Output only. The number of backups in this backup vault. -
backupMinimumEnforcedRetentionDuration
(type:String.t
, default:nil
) - Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended. -
createTime
(type:DateTime.t
, default:nil
) - Output only. The time when the instance was created. -
deletable
(type:boolean()
, default:nil
) - Output only. Set to true when there are no backups nested under this resource. -
description
(type:String.t
, default:nil
) - Optional. The description of the BackupVault instance (2048 characters or less). -
effectiveTime
(type:DateTime.t
, default:nil
) - Optional. Time after which the BackupVault resource is locked. -
enforcedRetentionDuration
(type:String.t
, default:nil
) - Required. The default retention period for each backup in the backup vault (Deprecated). -
etag
(type:String.t
, default:nil
) - Optional. Server specified ETag for the backup vault resource to prevent simultaneous updates from overwiting each other. -
labels
(type:map()
, default:nil
) - Optional. Resource labels to represent user provided metadata. No labels currently defined: -
name
(type:String.t
, default:nil
) - Output only. The resource name. -
serviceAccount
(type:String.t
, default:nil
) - Output only. Service account used by the BackupVault Service for this BackupVault. The user should grant this account permissions in their workload project to enable the service to run backups and restores there. -
state
(type:String.t
, default:nil
) - Output only. The BackupVault resource instance state. -
totalStoredBytes
(type:String.t
, default:nil
) - Output only. Total size of the storage used by all backup resources. -
uid
(type:String.t
, default:nil
) - Output only. Output only Immutable after resource creation until resource deletion. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time when the instance was updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BackupDR.V1.Model.BackupVault{ annotations: map() | nil, backupCount: String.t() | nil, backupMinimumEnforcedRetentionDuration: String.t() | nil, createTime: DateTime.t() | nil, deletable: boolean() | nil, description: String.t() | nil, effectiveTime: DateTime.t() | nil, enforcedRetentionDuration: String.t() | nil, etag: String.t() | nil, labels: map() | nil, name: String.t() | nil, serviceAccount: String.t() | nil, state: String.t() | nil, totalStoredBytes: String.t() | nil, uid: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.