You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1.projects.locations.backupCollections.backups.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,14 @@ <h3>Method Details</h3>
202
202
"cluster": "A String", # Output only. Cluster resource path of this backup.
203
203
"clusterUid": "A String", # Output only. Cluster uid of this backup.
204
204
"createTime": "A String", # Output only. The time when the backup was created.
205
+
"encryptionInfo": { # EncryptionInfo describes the encryption information of a cluster or a backup. # Output only. Encryption information of the backup.
206
+
"encryptionType": "A String", # Output only. Type of encryption.
207
+
"kmsKeyPrimaryState": "A String", # Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
208
+
"kmsKeyVersions": [ # Output only. KMS key versions that are being used to protect the data at-rest.
209
+
"A String",
210
+
],
211
+
"lastUpdateTime": "A String", # Output only. The most recent time when the encryption info was updated.
"expireTime": "A String", # Output only. The time when the backup will expire.
207
215
"name": "A String", # Identifier. Full resource path of the backup. the last part of the name is the backup id with the following format: [YYYYMMDDHHMMSS]_[Shorted Cluster UID] OR customer specified while backup cluster. Example: 20240515123000_1234
@@ -244,6 +252,14 @@ <h3>Method Details</h3>
244
252
"cluster": "A String", # Output only. Cluster resource path of this backup.
245
253
"clusterUid": "A String", # Output only. Cluster uid of this backup.
246
254
"createTime": "A String", # Output only. The time when the backup was created.
255
+
"encryptionInfo": { # EncryptionInfo describes the encryption information of a cluster or a backup. # Output only. Encryption information of the backup.
256
+
"encryptionType": "A String", # Output only. Type of encryption.
257
+
"kmsKeyPrimaryState": "A String", # Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
258
+
"kmsKeyVersions": [ # Output only. KMS key versions that are being used to protect the data at-rest.
259
+
"A String",
260
+
],
261
+
"lastUpdateTime": "A String", # Output only. The most recent time when the encryption info was updated.
"expireTime": "A String", # Output only. The time when the backup will expire.
249
265
"name": "A String", # Identifier. Full resource path of the backup. the last part of the name is the backup id with the following format: [YYYYMMDDHHMMSS]_[Shorted Cluster UID] OR customer specified while backup cluster. Example: 20240515123000_1234
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1.projects.locations.backupCollections.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
114
114
{ # BackupCollection of a cluster.
115
115
"cluster": "A String", # Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
116
116
"clusterUid": "A String", # Output only. The cluster uid of the backup collection.
117
+
"kmsKey": "A String", # Output only. The KMS key used to encrypt the backups under this backup collection.
117
118
"name": "A String", # Identifier. Full resource path of the backup collection.
118
119
"uid": "A String", # Output only. System assigned unique identifier of the backup collection.
119
120
}</pre>
@@ -140,6 +141,7 @@ <h3>Method Details</h3>
140
141
{ # BackupCollection of a cluster.
141
142
"cluster": "A String", # Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
142
143
"clusterUid": "A String", # Output only. The cluster uid of the backup collection.
144
+
"kmsKey": "A String", # Output only. The KMS key used to encrypt the backups under this backup collection.
143
145
"name": "A String", # Identifier. Full resource path of the backup collection.
144
146
"uid": "A String", # Output only. System assigned unique identifier of the backup collection.
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1.projects.locations.clusters.html
+36Lines changed: 36 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -242,11 +242,20 @@ <h3>Method Details</h3>
242
242
},
243
243
},
244
244
],
245
+
"encryptionInfo": { # EncryptionInfo describes the encryption information of a cluster or a backup. # Output only. Encryption information of the data at rest of the cluster.
246
+
"encryptionType": "A String", # Output only. Type of encryption.
247
+
"kmsKeyPrimaryState": "A String", # Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
248
+
"kmsKeyVersions": [ # Output only. KMS key versions that are being used to protect the data at-rest.
249
+
"A String",
250
+
],
251
+
"lastUpdateTime": "A String", # Output only. The most recent time when the encryption info was updated.
252
+
},
245
253
"gcsSource": { # Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. # Optional. Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. Read permission is required to import from the provided Cloud Storage objects.
246
254
"uris": [ # Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
247
255
"A String",
248
256
],
249
257
},
258
+
"kmsKey": "A String", # Optional. The KMS key used to encrypt the at-rest data of the cluster.
250
259
"maintenancePolicy": { # Maintenance policy per cluster. # Optional. ClusterMaintenancePolicy determines when to allow or deny updates.
251
260
"createTime": "A String", # Output only. The time when the policy was created i.e. Maintenance Window or Deny Period was assigned.
252
261
"updateTime": "A String", # Output only. The time when the policy was updated i.e. Maintenance Window or Deny Period was updated.
@@ -487,11 +496,20 @@ <h3>Method Details</h3>
487
496
},
488
497
},
489
498
],
499
+
"encryptionInfo": { # EncryptionInfo describes the encryption information of a cluster or a backup. # Output only. Encryption information of the data at rest of the cluster.
500
+
"encryptionType": "A String", # Output only. Type of encryption.
501
+
"kmsKeyPrimaryState": "A String", # Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
502
+
"kmsKeyVersions": [ # Output only. KMS key versions that are being used to protect the data at-rest.
503
+
"A String",
504
+
],
505
+
"lastUpdateTime": "A String", # Output only. The most recent time when the encryption info was updated.
506
+
},
490
507
"gcsSource": { # Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. # Optional. Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. Read permission is required to import from the provided Cloud Storage objects.
491
508
"uris": [ # Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
492
509
"A String",
493
510
],
494
511
},
512
+
"kmsKey": "A String", # Optional. The KMS key used to encrypt the at-rest data of the cluster.
495
513
"maintenancePolicy": { # Maintenance policy per cluster. # Optional. ClusterMaintenancePolicy determines when to allow or deny updates.
496
514
"createTime": "A String", # Output only. The time when the policy was created i.e. Maintenance Window or Deny Period was assigned.
497
515
"updateTime": "A String", # Output only. The time when the policy was updated i.e. Maintenance Window or Deny Period was updated.
@@ -698,11 +716,20 @@ <h3>Method Details</h3>
698
716
},
699
717
},
700
718
],
719
+
"encryptionInfo": { # EncryptionInfo describes the encryption information of a cluster or a backup. # Output only. Encryption information of the data at rest of the cluster.
720
+
"encryptionType": "A String", # Output only. Type of encryption.
721
+
"kmsKeyPrimaryState": "A String", # Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
722
+
"kmsKeyVersions": [ # Output only. KMS key versions that are being used to protect the data at-rest.
723
+
"A String",
724
+
],
725
+
"lastUpdateTime": "A String", # Output only. The most recent time when the encryption info was updated.
726
+
},
701
727
"gcsSource": { # Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. # Optional. Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. Read permission is required to import from the provided Cloud Storage objects.
702
728
"uris": [ # Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
703
729
"A String",
704
730
],
705
731
},
732
+
"kmsKey": "A String", # Optional. The KMS key used to encrypt the at-rest data of the cluster.
706
733
"maintenancePolicy": { # Maintenance policy per cluster. # Optional. ClusterMaintenancePolicy determines when to allow or deny updates.
707
734
"createTime": "A String", # Output only. The time when the policy was created i.e. Maintenance Window or Deny Period was assigned.
708
735
"updateTime": "A String", # Output only. The time when the policy was updated i.e. Maintenance Window or Deny Period was updated.
@@ -892,11 +919,20 @@ <h3>Method Details</h3>
892
919
},
893
920
},
894
921
],
922
+
"encryptionInfo": { # EncryptionInfo describes the encryption information of a cluster or a backup. # Output only. Encryption information of the data at rest of the cluster.
923
+
"encryptionType": "A String", # Output only. Type of encryption.
924
+
"kmsKeyPrimaryState": "A String", # Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
925
+
"kmsKeyVersions": [ # Output only. KMS key versions that are being used to protect the data at-rest.
926
+
"A String",
927
+
],
928
+
"lastUpdateTime": "A String", # Output only. The most recent time when the encryption info was updated.
929
+
},
895
930
"gcsSource": { # Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. # Optional. Backups stored in Cloud Storage buckets. The Cloud Storage buckets need to be the same region as the clusters. Read permission is required to import from the provided Cloud Storage objects.
896
931
"uris": [ # Optional. URIs of the GCS objects to import. Example: gs://bucket1/object1, gs://bucket2/folder2/object2
897
932
"A String",
898
933
],
899
934
},
935
+
"kmsKey": "A String", # Optional. The KMS key used to encrypt the at-rest data of the cluster.
900
936
"maintenancePolicy": { # Maintenance policy per cluster. # Optional. ClusterMaintenancePolicy determines when to allow or deny updates.
901
937
"createTime": "A String", # Output only. The time when the policy was created i.e. Maintenance Window or Deny Period was assigned.
902
938
"updateTime": "A String", # Output only. The time when the policy was updated i.e. Maintenance Window or Deny Period was updated.
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1beta1.projects.locations.backupCollections.backups.html
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -202,6 +202,14 @@ <h3>Method Details</h3>
202
202
"cluster": "A String", # Output only. Cluster resource path of this backup.
203
203
"clusterUid": "A String", # Output only. Cluster uid of this backup.
204
204
"createTime": "A String", # Output only. The time when the backup was created.
205
+
"encryptionInfo": { # EncryptionInfo describes the encryption information of a cluster or a backup. # Output only. Encryption information of the backup.
206
+
"encryptionType": "A String", # Output only. Type of encryption.
207
+
"kmsKeyPrimaryState": "A String", # Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
208
+
"kmsKeyVersions": [ # Output only. KMS key versions that are being used to protect the data at-rest.
209
+
"A String",
210
+
],
211
+
"lastUpdateTime": "A String", # Output only. The most recent time when the encryption info was updated.
"expireTime": "A String", # Output only. The time when the backup will expire.
207
215
"name": "A String", # Identifier. Full resource path of the backup. the last part of the name is the backup id with the following format: [YYYYMMDDHHMMSS]_[Shorted Cluster UID] OR customer specified while backup cluster. Example: 20240515123000_1234
@@ -244,6 +252,14 @@ <h3>Method Details</h3>
244
252
"cluster": "A String", # Output only. Cluster resource path of this backup.
245
253
"clusterUid": "A String", # Output only. Cluster uid of this backup.
246
254
"createTime": "A String", # Output only. The time when the backup was created.
255
+
"encryptionInfo": { # EncryptionInfo describes the encryption information of a cluster or a backup. # Output only. Encryption information of the backup.
256
+
"encryptionType": "A String", # Output only. Type of encryption.
257
+
"kmsKeyPrimaryState": "A String", # Output only. The state of the primary version of the KMS key perceived by the system. This field is not populated in backups.
258
+
"kmsKeyVersions": [ # Output only. KMS key versions that are being used to protect the data at-rest.
259
+
"A String",
260
+
],
261
+
"lastUpdateTime": "A String", # Output only. The most recent time when the encryption info was updated.
"expireTime": "A String", # Output only. The time when the backup will expire.
249
265
"name": "A String", # Identifier. Full resource path of the backup. the last part of the name is the backup id with the following format: [YYYYMMDDHHMMSS]_[Shorted Cluster UID] OR customer specified while backup cluster. Example: 20240515123000_1234
Copy file name to clipboardExpand all lines: docs/dyn/redis_v1beta1.projects.locations.backupCollections.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,7 @@ <h3>Method Details</h3>
114
114
{ # BackupCollection of a cluster.
115
115
"cluster": "A String", # Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
116
116
"clusterUid": "A String", # Output only. The cluster uid of the backup collection.
117
+
"kmsKey": "A String", # Output only. The KMS key used to encrypt the backups under this backup collection.
117
118
"name": "A String", # Identifier. Full resource path of the backup collection.
118
119
"uid": "A String", # Output only. System assigned unique identifier of the backup collection.
119
120
}</pre>
@@ -140,6 +141,7 @@ <h3>Method Details</h3>
140
141
{ # BackupCollection of a cluster.
141
142
"cluster": "A String", # Output only. The full resource path of the cluster the backup collection belongs to. Example: projects/{project}/locations/{location}/clusters/{cluster}
142
143
"clusterUid": "A String", # Output only. The cluster uid of the backup collection.
144
+
"kmsKey": "A String", # Output only. The KMS key used to encrypt the backups under this backup collection.
143
145
"name": "A String", # Identifier. Full resource path of the backup collection.
144
146
"uid": "A String", # Output only. System assigned unique identifier of the backup collection.
0 commit comments