BackupDRBackupVault
| Property | Value |
|---|---|
| Google Cloud Service Name | Backup and DR |
| Google Cloud Service Documentation | /backup-disaster-recovery/docs/ |
| Google Cloud REST Resource Name | v1.projects.locations.backupVaults |
| Google Cloud REST Resource Documentation | /backup-disaster-recovery/docs/reference/rest/v1/projects.locations.backupVaults |
| Config Connector Resource Short Names | gcpbackupdrbackupvault gcpbackupdrbackupvaults backupdrbackupvault |
| Config Connector Service Name | backupdr.googleapis.com |
| Config Connector Resource Fully Qualified Name | backupdrbackupvaults.backupdr.cnrm.cloud.google.com |
| Can Be Referenced by IAMPolicy/IAMPolicyMember | No |
| Config Connector Default Average Reconcile Interval In Seconds | 600 |
Custom Resource Definition Properties
Spec
Schema
annotations:
string: string
backupMinimumEnforcedRetentionDuration: string
description: string
effectiveTime: string
ignoreInactiveDatasources: boolean
location: string
projectRef:
external: string
kind: string
name: string
namespace: string
resourceID: string
| Fields | |
|---|---|
|
Optional |
Optional. User annotations. Stores small amounts of arbitrary data. See https://google.aip.dev/128#annotations. |
|
Required |
Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended. |
|
Optional |
Optional. The description of the BackupVault instance (2048 characters or less). |
|
Optional |
Optional. Time after which the BackupVault resource is locked. |
|
Optional |
Optional. If set to true, allows deletion of a backup vault even when it contains inactive data sources. This overrides the default restriction that prevents deletion of backup vaults with any data sources, even if those data sources are inactive. |
|
Required |
Immutable. |
|
Required |
The Project that this resource belongs to. |
|
Optional |
The `projectID` field of a project, when not managed by Config Connector. |
|
Optional |
The kind of the Project resource; optional but must be `Project` if provided. |
|
Optional |
The `name` field of a `Project` resource. |
|
Optional |
The `namespace` field of a `Project` resource. |
|
Optional |
The BackupDRBackupVault name. If not given, the metadata.name will be used. |
Status
Schema
conditions:
- lastTransitionTime: string
message: string
reason: string
status: string
type: string
externalRef: string
observedGeneration: integer
observedState:
backupCount: integer
createTime: string
deletable: boolean
etag: string
serviceAccount: string
state: string
totalStoredBytes: integer
uid: string
updateTime: string
| Fields | |
|---|---|
conditions |
Conditions represent the latest available observations of the object's current state. |
conditions[] |
|
conditions[].lastTransitionTime |
Last time the condition transitioned from one status to another. |
conditions[].message |
Human-readable message indicating details about last transition. |
conditions[].reason |
Unique, one-word, CamelCase reason for the condition's last transition. |
conditions[].status |
Status is the status of the condition. Can be True, False, Unknown. |
conditions[].type |
Type is the type of the condition. |
externalRef |
A unique specifier for the BackupDRBackupVault resource in Google Cloud. |
observedGeneration |
ObservedGeneration is the generation of the resource that was most recently observed by the Config Connector controller. If this is equal to metadata.generation, then that means that the current reported status reflects the most recent desired state of the resource. |
observedState |
ObservedState is the state of the resource as most recently observed in Google Cloud. |
observedState.backupCount |
Output only. The number of backups in this backup vault. |
observedState.createTime |
Output only. The time when the instance was created. |
observedState.deletable |
Output only. Set to true when there are no backups nested under this resource. |
observedState.etag |
Output only. A tag that confirms the content of the BackupVault resource. |
observedState.serviceAccount |
Output only. To enable the service to run backups and restores, grant the required permissions to this service account in your workload project. |
observedState.state |
Output only. The BackupVault resource instance state. |
observedState.totalStoredBytes |
Output only. Total size of the storage used by all backup resources. |
observedState.uid |
Output only. Immutable after resource creation until resource deletion. |
observedState.updateTime |
Output only. The time when the instance was updated. |