View Source GoogleApi.BackupDR.V1.Model.BackupVault (google_api_backup_dr v0.13.0)
Message describing a BackupVault object.
Attributes
-
accessRestriction
(type:String.t
, default:nil
) - Optional. Note: This field is added for future use case and will not be supported in the current release. Optional. Access restriction for the backup vault. Default value is WITHIN_ORGANIZATION if not provided during creation. -
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. -
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. Identifier. Name of the backup vault to create. It must have the format"projects/{project}/locations/{location}/backupVaults/{backupvault}"
.{backupvault}
cannot be changed after creation. It must be between 3-63 characters long and must be unique within the project and location. -
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{ accessRestriction: String.t() | nil, 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, 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.