google-cloud-backupdr-v1 1.11.0 → 1.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 70ed63abae02b15f42e27ffcc4e5c321199bc983369f2ecba03bd95422430cf2
|
|
4
|
+
data.tar.gz: 421a162e0e6bf51692b2339606d2e3aea926504a152008764e2246b9eb76df97
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 83af7da297316a26553d6490b145836d0cd94d020cc70f529efd7255091946e9accd89369bc27c1e0612c05df84d399c6faa9bc2017237a48b3586f05008f773
|
|
7
|
+
data.tar.gz: 3a2ea02d910c2b7e742e7f70691dfe032c41265b90e2190b921b791267e82828f6d99e1226e19d349eee815938d8eb5eead7488b67e91b92301ff0e639f4b615
|
|
@@ -85,11 +85,9 @@ module Google
|
|
|
85
85
|
# Stores small amounts of arbitrary data.
|
|
86
86
|
# @!attribute [rw] access_restriction
|
|
87
87
|
# @return [::Google::Cloud::BackupDR::V1::BackupVault::AccessRestriction]
|
|
88
|
-
# Optional.
|
|
89
|
-
#
|
|
90
|
-
#
|
|
91
|
-
# Access restriction for the backup vault.
|
|
92
|
-
# Default value is WITHIN_ORGANIZATION if not provided during creation.
|
|
88
|
+
# Optional. Restricts access to certain sources and destinations for data
|
|
89
|
+
# being sent into, or restored from, the backup vault.
|
|
90
|
+
# Defaults to WITHIN_ORGANIZATION if not provided during creation.
|
|
93
91
|
# @!attribute [rw] encryption_config
|
|
94
92
|
# @return [::Google::Cloud::BackupDR::V1::BackupVault::EncryptionConfig]
|
|
95
93
|
# Optional. The encryption config of the backup vault.
|