google-apis-backupdr_v1 0.11.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/backupdr_v1/classes.rb +3617 -258
- data/lib/google/apis/backupdr_v1/gem_version.rb +3 -3
- data/lib/google/apis/backupdr_v1/representations.rb +1385 -64
- data/lib/google/apis/backupdr_v1/service.rb +1274 -9
- metadata +3 -3
@@ -22,6 +22,54 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module BackupdrV1
|
24
24
|
|
25
|
+
class AbandonBackupRequest
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AcceleratorConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AccessConfig
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AdvancedMachineFeatures
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AliasIpRange
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AllocationAffinity
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class AssetLocation
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AttachedDisk
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
25
73
|
class AuditConfig
|
26
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
75
|
|
@@ -34,172 +82,1209 @@ module Google
|
|
34
82
|
include Google::Apis::Core::JsonObjectSupport
|
35
83
|
end
|
36
84
|
|
85
|
+
class Backup
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class BackupApplianceBackupConfig
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class BackupApplianceBackupProperties
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class BackupApplianceLockInfo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class BackupConfigInfo
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class BackupLock
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class BackupPlan
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class BackupPlanAssociation
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class BackupRule
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class BackupVault
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class BackupWindow
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
37
151
|
class Binding
|
38
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
153
|
|
40
154
|
include Google::Apis::Core::JsonObjectSupport
|
41
155
|
end
|
42
156
|
|
157
|
+
class BlobstoreLocation
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
43
163
|
class CancelOperationRequest
|
44
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
165
|
|
46
166
|
include Google::Apis::Core::JsonObjectSupport
|
47
167
|
end
|
48
168
|
|
169
|
+
class CloudAsset
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class CloudAssetComposition
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class ComputeInstanceBackupProperties
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class ComputeInstanceDataSourceProperties
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class ComputeInstanceRestoreProperties
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class ComputeInstanceTargetEnvironment
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class ConfidentialInstanceConfig
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class CustomerEncryptionKey
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class DataSource
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class DataSourceBackupApplianceApplication
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class DataSourceGcpResource
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class DirectLocationAssignment
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class DisplayDevice
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
49
247
|
class Empty
|
50
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
249
|
|
52
250
|
include Google::Apis::Core::JsonObjectSupport
|
53
251
|
end
|
54
252
|
|
253
|
+
class Entry
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
55
259
|
class Expr
|
56
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
261
|
|
58
262
|
include Google::Apis::Core::JsonObjectSupport
|
59
263
|
end
|
60
264
|
|
61
|
-
class
|
265
|
+
class ExtraParameter
|
62
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
267
|
|
64
268
|
include Google::Apis::Core::JsonObjectSupport
|
65
269
|
end
|
66
270
|
|
67
|
-
class
|
271
|
+
class FetchAccessTokenRequest
|
68
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
273
|
|
70
274
|
include Google::Apis::Core::JsonObjectSupport
|
71
275
|
end
|
72
276
|
|
73
|
-
class
|
277
|
+
class FetchAccessTokenResponse
|
74
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
279
|
|
76
280
|
include Google::Apis::Core::JsonObjectSupport
|
77
281
|
end
|
78
282
|
|
79
|
-
class
|
283
|
+
class FetchUsableBackupVaultsResponse
|
80
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
285
|
|
82
286
|
include Google::Apis::Core::JsonObjectSupport
|
83
287
|
end
|
84
288
|
|
85
|
-
class
|
289
|
+
class FinalizeBackupRequest
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class GcpBackupPlanInfo
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class GcpBackupConfig
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class GuestOsFeature
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class InitializeParams
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class InitiateBackupRequest
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class InitiateBackupResponse
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class InstanceParams
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class IsolationExpectations
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class ListBackupPlanAssociationsResponse
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class ListBackupPlansResponse
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class ListBackupVaultsResponse
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class ListBackupsResponse
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class ListDataSourcesResponse
|
86
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
369
|
|
88
370
|
include Google::Apis::Core::JsonObjectSupport
|
89
371
|
end
|
90
372
|
|
91
|
-
class
|
92
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
373
|
+
class ListLocationsResponse
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class ListManagementServersResponse
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class ListOperationsResponse
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class Location
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class LocationAssignment
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class LocationData
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class ManagementServer
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class ManagementUri
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class Metadata
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class NetworkConfig
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class NetworkInterface
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class NetworkPerformanceConfig
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class NodeAffinity
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class Operation
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class OperationMetadata
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class PlacerLocation
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class Policy
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class RegionalMigDistributionPolicy
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class RemoveDataSourceRequest
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class RequirementOverride
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class RestoreBackupRequest
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class RuleConfigInfo
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class Scheduling
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class SchedulingDuration
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class ServiceAccount
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class ServiceLockInfo
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class SetIamPolicyRequest
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class SetInternalStatusRequest
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class SpannerLocation
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class StandardSchedule
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class Status
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class Tags
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class TenantProjectProxy
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class TestIamPermissionsRequest
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class TestIamPermissionsResponse
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class TriggerBackupRequest
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class WeekDayOfMonth
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class WorkforceIdentityBasedManagementUri
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class WorkforceIdentityBasedOAuth2ClientId
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class ZoneConfiguration
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class AbandonBackupRequest
|
614
|
+
# @private
|
615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
+
property :request_id, as: 'requestId'
|
617
|
+
end
|
618
|
+
end
|
619
|
+
|
620
|
+
class AcceleratorConfig
|
621
|
+
# @private
|
622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
623
|
+
property :accelerator_count, as: 'acceleratorCount'
|
624
|
+
property :accelerator_type, as: 'acceleratorType'
|
625
|
+
end
|
626
|
+
end
|
627
|
+
|
628
|
+
class AccessConfig
|
629
|
+
# @private
|
630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
631
|
+
property :external_ipv6, as: 'externalIpv6'
|
632
|
+
property :external_ipv6_prefix_length, as: 'externalIpv6PrefixLength'
|
633
|
+
property :name, as: 'name'
|
634
|
+
property :nat_ip, as: 'natIP'
|
635
|
+
property :network_tier, as: 'networkTier'
|
636
|
+
property :public_ptr_domain_name, as: 'publicPtrDomainName'
|
637
|
+
property :set_public_ptr, as: 'setPublicPtr'
|
638
|
+
property :type, as: 'type'
|
639
|
+
end
|
640
|
+
end
|
641
|
+
|
642
|
+
class AdvancedMachineFeatures
|
643
|
+
# @private
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
645
|
+
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
646
|
+
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
647
|
+
property :threads_per_core, as: 'threadsPerCore'
|
648
|
+
property :visible_core_count, as: 'visibleCoreCount'
|
649
|
+
end
|
650
|
+
end
|
651
|
+
|
652
|
+
class AliasIpRange
|
653
|
+
# @private
|
654
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
655
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
656
|
+
property :subnetwork_range_name, as: 'subnetworkRangeName'
|
657
|
+
end
|
658
|
+
end
|
659
|
+
|
660
|
+
class AllocationAffinity
|
661
|
+
# @private
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
663
|
+
property :consume_reservation_type, as: 'consumeReservationType'
|
664
|
+
property :key, as: 'key'
|
665
|
+
collection :values, as: 'values'
|
666
|
+
end
|
667
|
+
end
|
668
|
+
|
669
|
+
class AssetLocation
|
670
|
+
# @private
|
671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
+
property :ccfe_rms_path, as: 'ccfeRmsPath'
|
673
|
+
property :expected, as: 'expected', class: Google::Apis::BackupdrV1::IsolationExpectations, decorator: Google::Apis::BackupdrV1::IsolationExpectations::Representation
|
674
|
+
|
675
|
+
collection :extra_parameters, as: 'extraParameters', class: Google::Apis::BackupdrV1::ExtraParameter, decorator: Google::Apis::BackupdrV1::ExtraParameter::Representation
|
676
|
+
|
677
|
+
collection :location_data, as: 'locationData', class: Google::Apis::BackupdrV1::LocationData, decorator: Google::Apis::BackupdrV1::LocationData::Representation
|
678
|
+
|
679
|
+
collection :parent_asset, as: 'parentAsset', class: Google::Apis::BackupdrV1::CloudAsset, decorator: Google::Apis::BackupdrV1::CloudAsset::Representation
|
680
|
+
|
681
|
+
end
|
682
|
+
end
|
683
|
+
|
684
|
+
class AttachedDisk
|
685
|
+
# @private
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
687
|
+
property :auto_delete, as: 'autoDelete'
|
688
|
+
property :boot, as: 'boot'
|
689
|
+
property :device_name, as: 'deviceName'
|
690
|
+
property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::BackupdrV1::CustomerEncryptionKey, decorator: Google::Apis::BackupdrV1::CustomerEncryptionKey::Representation
|
691
|
+
|
692
|
+
property :disk_interface, as: 'diskInterface'
|
693
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
694
|
+
property :disk_type, as: 'diskType'
|
695
|
+
property :disk_type_deprecated, as: 'diskTypeDeprecated'
|
696
|
+
collection :guest_os_feature, as: 'guestOsFeature', class: Google::Apis::BackupdrV1::GuestOsFeature, decorator: Google::Apis::BackupdrV1::GuestOsFeature::Representation
|
697
|
+
|
698
|
+
property :index, :numeric_string => true, as: 'index'
|
699
|
+
property :initialize_params, as: 'initializeParams', class: Google::Apis::BackupdrV1::InitializeParams, decorator: Google::Apis::BackupdrV1::InitializeParams::Representation
|
700
|
+
|
701
|
+
property :kind, as: 'kind'
|
702
|
+
collection :license, as: 'license'
|
703
|
+
property :mode, as: 'mode'
|
704
|
+
property :saved_state, as: 'savedState'
|
705
|
+
property :source, as: 'source'
|
706
|
+
property :type, as: 'type'
|
707
|
+
end
|
708
|
+
end
|
709
|
+
|
710
|
+
class AuditConfig
|
711
|
+
# @private
|
712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
713
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::BackupdrV1::AuditLogConfig, decorator: Google::Apis::BackupdrV1::AuditLogConfig::Representation
|
714
|
+
|
715
|
+
property :service, as: 'service'
|
716
|
+
end
|
717
|
+
end
|
718
|
+
|
719
|
+
class AuditLogConfig
|
720
|
+
# @private
|
721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
722
|
+
collection :exempted_members, as: 'exemptedMembers'
|
723
|
+
property :log_type, as: 'logType'
|
724
|
+
end
|
725
|
+
end
|
726
|
+
|
727
|
+
class Backup
|
728
|
+
# @private
|
729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
730
|
+
property :backup_appliance_backup_properties, as: 'backupApplianceBackupProperties', class: Google::Apis::BackupdrV1::BackupApplianceBackupProperties, decorator: Google::Apis::BackupdrV1::BackupApplianceBackupProperties::Representation
|
731
|
+
|
732
|
+
collection :backup_appliance_locks, as: 'backupApplianceLocks', class: Google::Apis::BackupdrV1::BackupLock, decorator: Google::Apis::BackupdrV1::BackupLock::Representation
|
733
|
+
|
734
|
+
property :backup_type, as: 'backupType'
|
735
|
+
property :compute_instance_backup_properties, as: 'computeInstanceBackupProperties', class: Google::Apis::BackupdrV1::ComputeInstanceBackupProperties, decorator: Google::Apis::BackupdrV1::ComputeInstanceBackupProperties::Representation
|
736
|
+
|
737
|
+
property :consistency_time, as: 'consistencyTime'
|
738
|
+
property :create_time, as: 'createTime'
|
739
|
+
property :description, as: 'description'
|
740
|
+
property :enforced_retention_end_time, as: 'enforcedRetentionEndTime'
|
741
|
+
property :etag, as: 'etag'
|
742
|
+
property :expire_time, as: 'expireTime'
|
743
|
+
property :gcp_backup_plan_info, as: 'gcpBackupPlanInfo', class: Google::Apis::BackupdrV1::GcpBackupPlanInfo, decorator: Google::Apis::BackupdrV1::GcpBackupPlanInfo::Representation
|
744
|
+
|
745
|
+
hash :labels, as: 'labels'
|
746
|
+
property :name, as: 'name'
|
747
|
+
property :resource_size_bytes, :numeric_string => true, as: 'resourceSizeBytes'
|
748
|
+
collection :service_locks, as: 'serviceLocks', class: Google::Apis::BackupdrV1::BackupLock, decorator: Google::Apis::BackupdrV1::BackupLock::Representation
|
749
|
+
|
750
|
+
property :state, as: 'state'
|
751
|
+
property :update_time, as: 'updateTime'
|
752
|
+
end
|
753
|
+
end
|
754
|
+
|
755
|
+
class BackupApplianceBackupConfig
|
756
|
+
# @private
|
757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
758
|
+
property :application_name, as: 'applicationName'
|
759
|
+
property :backup_appliance_id, :numeric_string => true, as: 'backupApplianceId'
|
760
|
+
property :backup_appliance_name, as: 'backupApplianceName'
|
761
|
+
property :host_name, as: 'hostName'
|
762
|
+
property :sla_id, :numeric_string => true, as: 'slaId'
|
763
|
+
property :slp_name, as: 'slpName'
|
764
|
+
property :slt_name, as: 'sltName'
|
765
|
+
end
|
766
|
+
end
|
767
|
+
|
768
|
+
class BackupApplianceBackupProperties
|
769
|
+
# @private
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
771
|
+
property :finalize_time, as: 'finalizeTime'
|
772
|
+
property :generation_id, as: 'generationId'
|
773
|
+
property :recovery_range_end_time, as: 'recoveryRangeEndTime'
|
774
|
+
property :recovery_range_start_time, as: 'recoveryRangeStartTime'
|
775
|
+
end
|
776
|
+
end
|
777
|
+
|
778
|
+
class BackupApplianceLockInfo
|
779
|
+
# @private
|
780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
781
|
+
property :backup_appliance_id, :numeric_string => true, as: 'backupApplianceId'
|
782
|
+
property :backup_appliance_name, as: 'backupApplianceName'
|
783
|
+
property :backup_image, as: 'backupImage'
|
784
|
+
property :job_name, as: 'jobName'
|
785
|
+
property :lock_reason, as: 'lockReason'
|
786
|
+
property :sla_id, :numeric_string => true, as: 'slaId'
|
787
|
+
end
|
788
|
+
end
|
789
|
+
|
790
|
+
class BackupConfigInfo
|
791
|
+
# @private
|
792
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
793
|
+
property :backup_appliance_backup_config, as: 'backupApplianceBackupConfig', class: Google::Apis::BackupdrV1::BackupApplianceBackupConfig, decorator: Google::Apis::BackupdrV1::BackupApplianceBackupConfig::Representation
|
794
|
+
|
795
|
+
property :gcp_backup_config, as: 'gcpBackupConfig', class: Google::Apis::BackupdrV1::GcpBackupConfig, decorator: Google::Apis::BackupdrV1::GcpBackupConfig::Representation
|
796
|
+
|
797
|
+
property :last_backup_error, as: 'lastBackupError', class: Google::Apis::BackupdrV1::Status, decorator: Google::Apis::BackupdrV1::Status::Representation
|
798
|
+
|
799
|
+
property :last_backup_state, as: 'lastBackupState'
|
800
|
+
property :last_successful_backup_consistency_time, as: 'lastSuccessfulBackupConsistencyTime'
|
801
|
+
end
|
802
|
+
end
|
803
|
+
|
804
|
+
class BackupLock
|
805
|
+
# @private
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
807
|
+
property :backup_appliance_lock_info, as: 'backupApplianceLockInfo', class: Google::Apis::BackupdrV1::BackupApplianceLockInfo, decorator: Google::Apis::BackupdrV1::BackupApplianceLockInfo::Representation
|
808
|
+
|
809
|
+
property :lock_until_time, as: 'lockUntilTime'
|
810
|
+
property :service_lock_info, as: 'serviceLockInfo', class: Google::Apis::BackupdrV1::ServiceLockInfo, decorator: Google::Apis::BackupdrV1::ServiceLockInfo::Representation
|
811
|
+
|
812
|
+
end
|
813
|
+
end
|
814
|
+
|
815
|
+
class BackupPlan
|
816
|
+
# @private
|
817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
818
|
+
collection :backup_rules, as: 'backupRules', class: Google::Apis::BackupdrV1::BackupRule, decorator: Google::Apis::BackupdrV1::BackupRule::Representation
|
819
|
+
|
820
|
+
property :backup_vault, as: 'backupVault'
|
821
|
+
property :backup_vault_service_account, as: 'backupVaultServiceAccount'
|
822
|
+
property :create_time, as: 'createTime'
|
823
|
+
property :description, as: 'description'
|
824
|
+
property :etag, as: 'etag'
|
825
|
+
hash :labels, as: 'labels'
|
826
|
+
property :name, as: 'name'
|
827
|
+
property :resource_type, as: 'resourceType'
|
828
|
+
property :state, as: 'state'
|
829
|
+
property :update_time, as: 'updateTime'
|
830
|
+
end
|
831
|
+
end
|
832
|
+
|
833
|
+
class BackupPlanAssociation
|
834
|
+
# @private
|
835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
836
|
+
property :backup_plan, as: 'backupPlan'
|
837
|
+
property :create_time, as: 'createTime'
|
838
|
+
property :data_source, as: 'dataSource'
|
839
|
+
property :name, as: 'name'
|
840
|
+
property :resource, as: 'resource'
|
841
|
+
property :resource_type, as: 'resourceType'
|
842
|
+
collection :rules_config_info, as: 'rulesConfigInfo', class: Google::Apis::BackupdrV1::RuleConfigInfo, decorator: Google::Apis::BackupdrV1::RuleConfigInfo::Representation
|
843
|
+
|
844
|
+
property :state, as: 'state'
|
845
|
+
property :update_time, as: 'updateTime'
|
846
|
+
end
|
847
|
+
end
|
848
|
+
|
849
|
+
class BackupRule
|
850
|
+
# @private
|
851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
852
|
+
property :backup_retention_days, as: 'backupRetentionDays'
|
853
|
+
property :backup_vault, as: 'backupVault'
|
854
|
+
property :backup_vault_service_account, as: 'backupVaultServiceAccount'
|
855
|
+
property :rule_id, as: 'ruleId'
|
856
|
+
property :standard_schedule, as: 'standardSchedule', class: Google::Apis::BackupdrV1::StandardSchedule, decorator: Google::Apis::BackupdrV1::StandardSchedule::Representation
|
857
|
+
|
858
|
+
end
|
859
|
+
end
|
860
|
+
|
861
|
+
class BackupVault
|
862
|
+
# @private
|
863
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
864
|
+
hash :annotations, as: 'annotations'
|
865
|
+
property :backup_count, :numeric_string => true, as: 'backupCount'
|
866
|
+
property :backup_minimum_enforced_retention_duration, as: 'backupMinimumEnforcedRetentionDuration'
|
867
|
+
property :create_time, as: 'createTime'
|
868
|
+
property :deletable, as: 'deletable'
|
869
|
+
property :description, as: 'description'
|
870
|
+
property :effective_time, as: 'effectiveTime'
|
871
|
+
property :enforced_retention_duration, as: 'enforcedRetentionDuration'
|
872
|
+
property :etag, as: 'etag'
|
873
|
+
hash :labels, as: 'labels'
|
874
|
+
property :name, as: 'name'
|
875
|
+
property :service_account, as: 'serviceAccount'
|
876
|
+
property :state, as: 'state'
|
877
|
+
property :total_stored_bytes, :numeric_string => true, as: 'totalStoredBytes'
|
878
|
+
property :uid, as: 'uid'
|
879
|
+
property :update_time, as: 'updateTime'
|
880
|
+
end
|
881
|
+
end
|
882
|
+
|
883
|
+
class BackupWindow
|
884
|
+
# @private
|
885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
886
|
+
property :end_hour_of_day, as: 'endHourOfDay'
|
887
|
+
property :start_hour_of_day, as: 'startHourOfDay'
|
888
|
+
end
|
889
|
+
end
|
890
|
+
|
891
|
+
class Binding
|
892
|
+
# @private
|
893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
894
|
+
property :condition, as: 'condition', class: Google::Apis::BackupdrV1::Expr, decorator: Google::Apis::BackupdrV1::Expr::Representation
|
895
|
+
|
896
|
+
collection :members, as: 'members'
|
897
|
+
property :role, as: 'role'
|
898
|
+
end
|
899
|
+
end
|
900
|
+
|
901
|
+
class BlobstoreLocation
|
902
|
+
# @private
|
903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
904
|
+
collection :policy_id, as: 'policyId'
|
905
|
+
end
|
906
|
+
end
|
907
|
+
|
908
|
+
class CancelOperationRequest
|
909
|
+
# @private
|
910
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
911
|
+
end
|
912
|
+
end
|
913
|
+
|
914
|
+
class CloudAsset
|
915
|
+
# @private
|
916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
917
|
+
property :asset_name, as: 'assetName'
|
918
|
+
property :asset_type, as: 'assetType'
|
919
|
+
end
|
920
|
+
end
|
921
|
+
|
922
|
+
class CloudAssetComposition
|
923
|
+
# @private
|
924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
925
|
+
collection :child_asset, as: 'childAsset', class: Google::Apis::BackupdrV1::CloudAsset, decorator: Google::Apis::BackupdrV1::CloudAsset::Representation
|
926
|
+
|
927
|
+
end
|
928
|
+
end
|
929
|
+
|
930
|
+
class ComputeInstanceBackupProperties
|
931
|
+
# @private
|
932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
933
|
+
property :can_ip_forward, as: 'canIpForward'
|
934
|
+
property :description, as: 'description'
|
935
|
+
collection :disk, as: 'disk', class: Google::Apis::BackupdrV1::AttachedDisk, decorator: Google::Apis::BackupdrV1::AttachedDisk::Representation
|
936
|
+
|
937
|
+
collection :guest_accelerator, as: 'guestAccelerator', class: Google::Apis::BackupdrV1::AcceleratorConfig, decorator: Google::Apis::BackupdrV1::AcceleratorConfig::Representation
|
938
|
+
|
939
|
+
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
940
|
+
property :machine_type, as: 'machineType'
|
941
|
+
property :metadata, as: 'metadata', class: Google::Apis::BackupdrV1::Metadata, decorator: Google::Apis::BackupdrV1::Metadata::Representation
|
942
|
+
|
943
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
944
|
+
collection :network_interface, as: 'networkInterface', class: Google::Apis::BackupdrV1::NetworkInterface, decorator: Google::Apis::BackupdrV1::NetworkInterface::Representation
|
945
|
+
|
946
|
+
property :scheduling, as: 'scheduling', class: Google::Apis::BackupdrV1::Scheduling, decorator: Google::Apis::BackupdrV1::Scheduling::Representation
|
947
|
+
|
948
|
+
collection :service_account, as: 'serviceAccount', class: Google::Apis::BackupdrV1::ServiceAccount, decorator: Google::Apis::BackupdrV1::ServiceAccount::Representation
|
949
|
+
|
950
|
+
property :source_instance, as: 'sourceInstance'
|
951
|
+
property :tags, as: 'tags', class: Google::Apis::BackupdrV1::Tags, decorator: Google::Apis::BackupdrV1::Tags::Representation
|
952
|
+
|
953
|
+
end
|
954
|
+
end
|
955
|
+
|
956
|
+
class ComputeInstanceDataSourceProperties
|
957
|
+
# @private
|
958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
959
|
+
property :description, as: 'description'
|
960
|
+
property :machine_type, as: 'machineType'
|
961
|
+
property :name, as: 'name'
|
962
|
+
property :total_disk_count, :numeric_string => true, as: 'totalDiskCount'
|
963
|
+
property :total_disk_size_gb, :numeric_string => true, as: 'totalDiskSizeGb'
|
964
|
+
end
|
965
|
+
end
|
966
|
+
|
967
|
+
class ComputeInstanceRestoreProperties
|
968
|
+
# @private
|
969
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
970
|
+
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::BackupdrV1::AdvancedMachineFeatures, decorator: Google::Apis::BackupdrV1::AdvancedMachineFeatures::Representation
|
971
|
+
|
972
|
+
property :can_ip_forward, as: 'canIpForward'
|
973
|
+
property :confidential_instance_config, as: 'confidentialInstanceConfig', class: Google::Apis::BackupdrV1::ConfidentialInstanceConfig, decorator: Google::Apis::BackupdrV1::ConfidentialInstanceConfig::Representation
|
974
|
+
|
975
|
+
property :deletion_protection, as: 'deletionProtection'
|
976
|
+
property :description, as: 'description'
|
977
|
+
collection :disks, as: 'disks', class: Google::Apis::BackupdrV1::AttachedDisk, decorator: Google::Apis::BackupdrV1::AttachedDisk::Representation
|
978
|
+
|
979
|
+
property :display_device, as: 'displayDevice', class: Google::Apis::BackupdrV1::DisplayDevice, decorator: Google::Apis::BackupdrV1::DisplayDevice::Representation
|
980
|
+
|
981
|
+
collection :guest_accelerators, as: 'guestAccelerators', class: Google::Apis::BackupdrV1::AcceleratorConfig, decorator: Google::Apis::BackupdrV1::AcceleratorConfig::Representation
|
982
|
+
|
983
|
+
property :hostname, as: 'hostname'
|
984
|
+
property :instance_encryption_key, as: 'instanceEncryptionKey', class: Google::Apis::BackupdrV1::CustomerEncryptionKey, decorator: Google::Apis::BackupdrV1::CustomerEncryptionKey::Representation
|
985
|
+
|
986
|
+
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
987
|
+
hash :labels, as: 'labels'
|
988
|
+
property :machine_type, as: 'machineType'
|
989
|
+
property :metadata, as: 'metadata', class: Google::Apis::BackupdrV1::Metadata, decorator: Google::Apis::BackupdrV1::Metadata::Representation
|
990
|
+
|
991
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
992
|
+
property :name, as: 'name'
|
993
|
+
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::BackupdrV1::NetworkInterface, decorator: Google::Apis::BackupdrV1::NetworkInterface::Representation
|
994
|
+
|
995
|
+
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::BackupdrV1::NetworkPerformanceConfig, decorator: Google::Apis::BackupdrV1::NetworkPerformanceConfig::Representation
|
996
|
+
|
997
|
+
property :params, as: 'params', class: Google::Apis::BackupdrV1::InstanceParams, decorator: Google::Apis::BackupdrV1::InstanceParams::Representation
|
998
|
+
|
999
|
+
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
1000
|
+
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::BackupdrV1::AllocationAffinity, decorator: Google::Apis::BackupdrV1::AllocationAffinity::Representation
|
1001
|
+
|
1002
|
+
collection :resource_policies, as: 'resourcePolicies'
|
1003
|
+
property :scheduling, as: 'scheduling', class: Google::Apis::BackupdrV1::Scheduling, decorator: Google::Apis::BackupdrV1::Scheduling::Representation
|
1004
|
+
|
1005
|
+
collection :service_accounts, as: 'serviceAccounts', class: Google::Apis::BackupdrV1::ServiceAccount, decorator: Google::Apis::BackupdrV1::ServiceAccount::Representation
|
1006
|
+
|
1007
|
+
property :tags, as: 'tags', class: Google::Apis::BackupdrV1::Tags, decorator: Google::Apis::BackupdrV1::Tags::Representation
|
1008
|
+
|
1009
|
+
end
|
1010
|
+
end
|
1011
|
+
|
1012
|
+
class ComputeInstanceTargetEnvironment
|
1013
|
+
# @private
|
1014
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1015
|
+
property :project, as: 'project'
|
1016
|
+
property :zone, as: 'zone'
|
1017
|
+
end
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
class ConfidentialInstanceConfig
|
1021
|
+
# @private
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1023
|
+
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
1024
|
+
end
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class CustomerEncryptionKey
|
1028
|
+
# @private
|
1029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1030
|
+
property :kms_key_name, as: 'kmsKeyName'
|
1031
|
+
property :kms_key_service_account, as: 'kmsKeyServiceAccount'
|
1032
|
+
property :raw_key, as: 'rawKey'
|
1033
|
+
property :rsa_encrypted_key, as: 'rsaEncryptedKey'
|
1034
|
+
end
|
1035
|
+
end
|
1036
|
+
|
1037
|
+
class DataSource
|
1038
|
+
# @private
|
1039
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1040
|
+
property :backup_config_info, as: 'backupConfigInfo', class: Google::Apis::BackupdrV1::BackupConfigInfo, decorator: Google::Apis::BackupdrV1::BackupConfigInfo::Representation
|
1041
|
+
|
1042
|
+
property :backup_count, :numeric_string => true, as: 'backupCount'
|
1043
|
+
property :config_state, as: 'configState'
|
1044
|
+
property :create_time, as: 'createTime'
|
1045
|
+
property :data_source_backup_appliance_application, as: 'dataSourceBackupApplianceApplication', class: Google::Apis::BackupdrV1::DataSourceBackupApplianceApplication, decorator: Google::Apis::BackupdrV1::DataSourceBackupApplianceApplication::Representation
|
1046
|
+
|
1047
|
+
property :data_source_gcp_resource, as: 'dataSourceGcpResource', class: Google::Apis::BackupdrV1::DataSourceGcpResource, decorator: Google::Apis::BackupdrV1::DataSourceGcpResource::Representation
|
1048
|
+
|
1049
|
+
property :etag, as: 'etag'
|
1050
|
+
hash :labels, as: 'labels'
|
1051
|
+
property :name, as: 'name'
|
1052
|
+
property :state, as: 'state'
|
1053
|
+
property :total_stored_bytes, :numeric_string => true, as: 'totalStoredBytes'
|
1054
|
+
property :update_time, as: 'updateTime'
|
1055
|
+
end
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
class DataSourceBackupApplianceApplication
|
1059
|
+
# @private
|
1060
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1061
|
+
property :appliance_id, :numeric_string => true, as: 'applianceId'
|
1062
|
+
property :application_id, :numeric_string => true, as: 'applicationId'
|
1063
|
+
property :application_name, as: 'applicationName'
|
1064
|
+
property :backup_appliance, as: 'backupAppliance'
|
1065
|
+
property :host_id, :numeric_string => true, as: 'hostId'
|
1066
|
+
property :hostname, as: 'hostname'
|
1067
|
+
property :type, as: 'type'
|
1068
|
+
end
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class DataSourceGcpResource
|
1072
|
+
# @private
|
1073
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1074
|
+
property :compute_instance_datasource_properties, as: 'computeInstanceDatasourceProperties', class: Google::Apis::BackupdrV1::ComputeInstanceDataSourceProperties, decorator: Google::Apis::BackupdrV1::ComputeInstanceDataSourceProperties::Representation
|
1075
|
+
|
1076
|
+
property :gcp_resourcename, as: 'gcpResourcename'
|
1077
|
+
property :location, as: 'location'
|
1078
|
+
property :type, as: 'type'
|
1079
|
+
end
|
1080
|
+
end
|
1081
|
+
|
1082
|
+
class DirectLocationAssignment
|
1083
|
+
# @private
|
1084
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1085
|
+
collection :location, as: 'location', class: Google::Apis::BackupdrV1::LocationAssignment, decorator: Google::Apis::BackupdrV1::LocationAssignment::Representation
|
1086
|
+
|
1087
|
+
end
|
1088
|
+
end
|
1089
|
+
|
1090
|
+
class DisplayDevice
|
1091
|
+
# @private
|
1092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1093
|
+
property :enable_display, as: 'enableDisplay'
|
1094
|
+
end
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
class Empty
|
1098
|
+
# @private
|
1099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1100
|
+
end
|
1101
|
+
end
|
1102
|
+
|
1103
|
+
class Entry
|
1104
|
+
# @private
|
1105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1106
|
+
property :key, as: 'key'
|
1107
|
+
property :value, as: 'value'
|
1108
|
+
end
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class Expr
|
1112
|
+
# @private
|
1113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1114
|
+
property :description, as: 'description'
|
1115
|
+
property :expression, as: 'expression'
|
1116
|
+
property :location, as: 'location'
|
1117
|
+
property :title, as: 'title'
|
1118
|
+
end
|
1119
|
+
end
|
1120
|
+
|
1121
|
+
class ExtraParameter
|
1122
|
+
# @private
|
1123
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1124
|
+
property :regional_mig_distribution_policy, as: 'regionalMigDistributionPolicy', class: Google::Apis::BackupdrV1::RegionalMigDistributionPolicy, decorator: Google::Apis::BackupdrV1::RegionalMigDistributionPolicy::Representation
|
93
1125
|
|
94
|
-
|
1126
|
+
end
|
95
1127
|
end
|
96
1128
|
|
97
|
-
class
|
98
|
-
|
99
|
-
|
100
|
-
|
1129
|
+
class FetchAccessTokenRequest
|
1130
|
+
# @private
|
1131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1132
|
+
property :generation_id, as: 'generationId'
|
1133
|
+
end
|
101
1134
|
end
|
102
1135
|
|
103
|
-
class
|
104
|
-
|
105
|
-
|
106
|
-
|
1136
|
+
class FetchAccessTokenResponse
|
1137
|
+
# @private
|
1138
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1139
|
+
property :expire_time, as: 'expireTime'
|
1140
|
+
property :read_location, as: 'readLocation'
|
1141
|
+
property :token, as: 'token'
|
1142
|
+
property :write_location, as: 'writeLocation'
|
1143
|
+
end
|
107
1144
|
end
|
108
1145
|
|
109
|
-
class
|
110
|
-
|
1146
|
+
class FetchUsableBackupVaultsResponse
|
1147
|
+
# @private
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1149
|
+
collection :backup_vaults, as: 'backupVaults', class: Google::Apis::BackupdrV1::BackupVault, decorator: Google::Apis::BackupdrV1::BackupVault::Representation
|
111
1150
|
|
112
|
-
|
1151
|
+
property :next_page_token, as: 'nextPageToken'
|
1152
|
+
collection :unreachable, as: 'unreachable'
|
1153
|
+
end
|
113
1154
|
end
|
114
1155
|
|
115
|
-
class
|
116
|
-
|
117
|
-
|
118
|
-
|
1156
|
+
class FinalizeBackupRequest
|
1157
|
+
# @private
|
1158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1159
|
+
property :backup_id, as: 'backupId'
|
1160
|
+
property :consistency_time, as: 'consistencyTime'
|
1161
|
+
property :description, as: 'description'
|
1162
|
+
property :recovery_range_end_time, as: 'recoveryRangeEndTime'
|
1163
|
+
property :recovery_range_start_time, as: 'recoveryRangeStartTime'
|
1164
|
+
property :request_id, as: 'requestId'
|
1165
|
+
property :retention_duration, as: 'retentionDuration'
|
1166
|
+
end
|
119
1167
|
end
|
120
1168
|
|
121
|
-
class
|
122
|
-
|
123
|
-
|
124
|
-
|
1169
|
+
class GcpBackupPlanInfo
|
1170
|
+
# @private
|
1171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1172
|
+
property :backup_plan, as: 'backupPlan'
|
1173
|
+
property :backup_plan_rule_id, as: 'backupPlanRuleId'
|
1174
|
+
end
|
125
1175
|
end
|
126
1176
|
|
127
|
-
class
|
128
|
-
|
129
|
-
|
130
|
-
|
1177
|
+
class GcpBackupConfig
|
1178
|
+
# @private
|
1179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1180
|
+
property :backup_plan, as: 'backupPlan'
|
1181
|
+
property :backup_plan_association, as: 'backupPlanAssociation'
|
1182
|
+
property :backup_plan_description, as: 'backupPlanDescription'
|
1183
|
+
collection :backup_plan_rules, as: 'backupPlanRules'
|
1184
|
+
end
|
131
1185
|
end
|
132
1186
|
|
133
|
-
class
|
134
|
-
|
135
|
-
|
136
|
-
|
1187
|
+
class GuestOsFeature
|
1188
|
+
# @private
|
1189
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1190
|
+
property :type, as: 'type'
|
1191
|
+
end
|
137
1192
|
end
|
138
1193
|
|
139
|
-
class
|
140
|
-
|
141
|
-
|
142
|
-
|
1194
|
+
class InitializeParams
|
1195
|
+
# @private
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1197
|
+
property :disk_name, as: 'diskName'
|
1198
|
+
collection :replica_zones, as: 'replicaZones'
|
1199
|
+
end
|
143
1200
|
end
|
144
1201
|
|
145
|
-
class
|
146
|
-
|
147
|
-
|
148
|
-
|
1202
|
+
class InitiateBackupRequest
|
1203
|
+
# @private
|
1204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1205
|
+
property :backup_id, as: 'backupId'
|
1206
|
+
property :request_id, as: 'requestId'
|
1207
|
+
end
|
149
1208
|
end
|
150
1209
|
|
151
|
-
class
|
152
|
-
|
153
|
-
|
154
|
-
|
1210
|
+
class InitiateBackupResponse
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
property :backup, as: 'backup'
|
1214
|
+
property :base_backup_generation_id, as: 'baseBackupGenerationId'
|
1215
|
+
property :new_backup_generation_id, as: 'newBackupGenerationId'
|
1216
|
+
end
|
155
1217
|
end
|
156
1218
|
|
157
|
-
class
|
1219
|
+
class InstanceParams
|
158
1220
|
# @private
|
159
1221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
160
|
-
|
1222
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
1223
|
+
end
|
1224
|
+
end
|
161
1225
|
|
162
|
-
|
1226
|
+
class IsolationExpectations
|
1227
|
+
# @private
|
1228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1229
|
+
property :requirement_override, as: 'requirementOverride', class: Google::Apis::BackupdrV1::RequirementOverride, decorator: Google::Apis::BackupdrV1::RequirementOverride::Representation
|
1230
|
+
|
1231
|
+
property :zi_org_policy, as: 'ziOrgPolicy'
|
1232
|
+
property :zi_region_policy, as: 'ziRegionPolicy'
|
1233
|
+
property :zi_region_state, as: 'ziRegionState'
|
1234
|
+
property :zone_isolation, as: 'zoneIsolation'
|
1235
|
+
property :zone_separation, as: 'zoneSeparation'
|
1236
|
+
property :zs_org_policy, as: 'zsOrgPolicy'
|
1237
|
+
property :zs_region_state, as: 'zsRegionState'
|
163
1238
|
end
|
164
1239
|
end
|
165
1240
|
|
166
|
-
class
|
1241
|
+
class ListBackupPlanAssociationsResponse
|
167
1242
|
# @private
|
168
1243
|
class Representation < Google::Apis::Core::JsonRepresentation
|
169
|
-
collection :
|
170
|
-
|
1244
|
+
collection :backup_plan_associations, as: 'backupPlanAssociations', class: Google::Apis::BackupdrV1::BackupPlanAssociation, decorator: Google::Apis::BackupdrV1::BackupPlanAssociation::Representation
|
1245
|
+
|
1246
|
+
property :next_page_token, as: 'nextPageToken'
|
1247
|
+
collection :unreachable, as: 'unreachable'
|
171
1248
|
end
|
172
1249
|
end
|
173
1250
|
|
174
|
-
class
|
1251
|
+
class ListBackupPlansResponse
|
175
1252
|
# @private
|
176
1253
|
class Representation < Google::Apis::Core::JsonRepresentation
|
177
|
-
|
1254
|
+
collection :backup_plans, as: 'backupPlans', class: Google::Apis::BackupdrV1::BackupPlan, decorator: Google::Apis::BackupdrV1::BackupPlan::Representation
|
178
1255
|
|
179
|
-
|
180
|
-
|
1256
|
+
property :next_page_token, as: 'nextPageToken'
|
1257
|
+
collection :unreachable, as: 'unreachable'
|
181
1258
|
end
|
182
1259
|
end
|
183
1260
|
|
184
|
-
class
|
1261
|
+
class ListBackupVaultsResponse
|
185
1262
|
# @private
|
186
1263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1264
|
+
collection :backup_vaults, as: 'backupVaults', class: Google::Apis::BackupdrV1::BackupVault, decorator: Google::Apis::BackupdrV1::BackupVault::Representation
|
1265
|
+
|
1266
|
+
property :next_page_token, as: 'nextPageToken'
|
1267
|
+
collection :unreachable, as: 'unreachable'
|
187
1268
|
end
|
188
1269
|
end
|
189
1270
|
|
190
|
-
class
|
1271
|
+
class ListBackupsResponse
|
191
1272
|
# @private
|
192
1273
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1274
|
+
collection :backups, as: 'backups', class: Google::Apis::BackupdrV1::Backup, decorator: Google::Apis::BackupdrV1::Backup::Representation
|
1275
|
+
|
1276
|
+
property :next_page_token, as: 'nextPageToken'
|
1277
|
+
collection :unreachable, as: 'unreachable'
|
193
1278
|
end
|
194
1279
|
end
|
195
1280
|
|
196
|
-
class
|
1281
|
+
class ListDataSourcesResponse
|
197
1282
|
# @private
|
198
1283
|
class Representation < Google::Apis::Core::JsonRepresentation
|
199
|
-
|
200
|
-
|
201
|
-
property :
|
202
|
-
|
1284
|
+
collection :data_sources, as: 'dataSources', class: Google::Apis::BackupdrV1::DataSource, decorator: Google::Apis::BackupdrV1::DataSource::Representation
|
1285
|
+
|
1286
|
+
property :next_page_token, as: 'nextPageToken'
|
1287
|
+
collection :unreachable, as: 'unreachable'
|
203
1288
|
end
|
204
1289
|
end
|
205
1290
|
|
@@ -242,6 +1327,32 @@ module Google
|
|
242
1327
|
end
|
243
1328
|
end
|
244
1329
|
|
1330
|
+
class LocationAssignment
|
1331
|
+
# @private
|
1332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1333
|
+
property :location, as: 'location'
|
1334
|
+
property :location_type, as: 'locationType'
|
1335
|
+
end
|
1336
|
+
end
|
1337
|
+
|
1338
|
+
class LocationData
|
1339
|
+
# @private
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1341
|
+
property :blobstore_location, as: 'blobstoreLocation', class: Google::Apis::BackupdrV1::BlobstoreLocation, decorator: Google::Apis::BackupdrV1::BlobstoreLocation::Representation
|
1342
|
+
|
1343
|
+
property :child_asset_location, as: 'childAssetLocation', class: Google::Apis::BackupdrV1::CloudAssetComposition, decorator: Google::Apis::BackupdrV1::CloudAssetComposition::Representation
|
1344
|
+
|
1345
|
+
property :direct_location, as: 'directLocation', class: Google::Apis::BackupdrV1::DirectLocationAssignment, decorator: Google::Apis::BackupdrV1::DirectLocationAssignment::Representation
|
1346
|
+
|
1347
|
+
property :gcp_project_proxy, as: 'gcpProjectProxy', class: Google::Apis::BackupdrV1::TenantProjectProxy, decorator: Google::Apis::BackupdrV1::TenantProjectProxy::Representation
|
1348
|
+
|
1349
|
+
property :placer_location, as: 'placerLocation', class: Google::Apis::BackupdrV1::PlacerLocation, decorator: Google::Apis::BackupdrV1::PlacerLocation::Representation
|
1350
|
+
|
1351
|
+
property :spanner_location, as: 'spannerLocation', class: Google::Apis::BackupdrV1::SpannerLocation, decorator: Google::Apis::BackupdrV1::SpannerLocation::Representation
|
1352
|
+
|
1353
|
+
end
|
1354
|
+
end
|
1355
|
+
|
245
1356
|
class ManagementServer
|
246
1357
|
# @private
|
247
1358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -276,6 +1387,14 @@ module Google
|
|
276
1387
|
end
|
277
1388
|
end
|
278
1389
|
|
1390
|
+
class Metadata
|
1391
|
+
# @private
|
1392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1393
|
+
collection :items, as: 'items', class: Google::Apis::BackupdrV1::Entry, decorator: Google::Apis::BackupdrV1::Entry::Representation
|
1394
|
+
|
1395
|
+
end
|
1396
|
+
end
|
1397
|
+
|
279
1398
|
class NetworkConfig
|
280
1399
|
# @private
|
281
1400
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -284,6 +1403,45 @@ module Google
|
|
284
1403
|
end
|
285
1404
|
end
|
286
1405
|
|
1406
|
+
class NetworkInterface
|
1407
|
+
# @private
|
1408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1409
|
+
collection :access_configs, as: 'accessConfigs', class: Google::Apis::BackupdrV1::AccessConfig, decorator: Google::Apis::BackupdrV1::AccessConfig::Representation
|
1410
|
+
|
1411
|
+
collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::BackupdrV1::AliasIpRange, decorator: Google::Apis::BackupdrV1::AliasIpRange::Representation
|
1412
|
+
|
1413
|
+
property :internal_ipv6_prefix_length, as: 'internalIpv6PrefixLength'
|
1414
|
+
collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::BackupdrV1::AccessConfig, decorator: Google::Apis::BackupdrV1::AccessConfig::Representation
|
1415
|
+
|
1416
|
+
property :ipv6_access_type, as: 'ipv6AccessType'
|
1417
|
+
property :ipv6_address, as: 'ipv6Address'
|
1418
|
+
property :name, as: 'name'
|
1419
|
+
property :network, as: 'network'
|
1420
|
+
property :network_attachment, as: 'networkAttachment'
|
1421
|
+
property :network_ip, as: 'networkIP'
|
1422
|
+
property :nic_type, as: 'nicType'
|
1423
|
+
property :queue_count, as: 'queueCount'
|
1424
|
+
property :stack_type, as: 'stackType'
|
1425
|
+
property :subnetwork, as: 'subnetwork'
|
1426
|
+
end
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class NetworkPerformanceConfig
|
1430
|
+
# @private
|
1431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1432
|
+
property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
|
1433
|
+
end
|
1434
|
+
end
|
1435
|
+
|
1436
|
+
class NodeAffinity
|
1437
|
+
# @private
|
1438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1439
|
+
property :key, as: 'key'
|
1440
|
+
property :operator, as: 'operator'
|
1441
|
+
collection :values, as: 'values'
|
1442
|
+
end
|
1443
|
+
end
|
1444
|
+
|
287
1445
|
class Operation
|
288
1446
|
# @private
|
289
1447
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -310,6 +1468,13 @@ module Google
|
|
310
1468
|
end
|
311
1469
|
end
|
312
1470
|
|
1471
|
+
class PlacerLocation
|
1472
|
+
# @private
|
1473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1474
|
+
property :placer_config, as: 'placerConfig'
|
1475
|
+
end
|
1476
|
+
end
|
1477
|
+
|
313
1478
|
class Policy
|
314
1479
|
# @private
|
315
1480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -322,6 +1487,92 @@ module Google
|
|
322
1487
|
end
|
323
1488
|
end
|
324
1489
|
|
1490
|
+
class RegionalMigDistributionPolicy
|
1491
|
+
# @private
|
1492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1493
|
+
property :target_shape, as: 'targetShape'
|
1494
|
+
collection :zones, as: 'zones', class: Google::Apis::BackupdrV1::ZoneConfiguration, decorator: Google::Apis::BackupdrV1::ZoneConfiguration::Representation
|
1495
|
+
|
1496
|
+
end
|
1497
|
+
end
|
1498
|
+
|
1499
|
+
class RemoveDataSourceRequest
|
1500
|
+
# @private
|
1501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1502
|
+
property :request_id, as: 'requestId'
|
1503
|
+
end
|
1504
|
+
end
|
1505
|
+
|
1506
|
+
class RequirementOverride
|
1507
|
+
# @private
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1509
|
+
property :zi_override, as: 'ziOverride'
|
1510
|
+
property :zs_override, as: 'zsOverride'
|
1511
|
+
end
|
1512
|
+
end
|
1513
|
+
|
1514
|
+
class RestoreBackupRequest
|
1515
|
+
# @private
|
1516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1517
|
+
property :compute_instance_restore_properties, as: 'computeInstanceRestoreProperties', class: Google::Apis::BackupdrV1::ComputeInstanceRestoreProperties, decorator: Google::Apis::BackupdrV1::ComputeInstanceRestoreProperties::Representation
|
1518
|
+
|
1519
|
+
property :compute_instance_target_environment, as: 'computeInstanceTargetEnvironment', class: Google::Apis::BackupdrV1::ComputeInstanceTargetEnvironment, decorator: Google::Apis::BackupdrV1::ComputeInstanceTargetEnvironment::Representation
|
1520
|
+
|
1521
|
+
property :request_id, as: 'requestId'
|
1522
|
+
end
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class RuleConfigInfo
|
1526
|
+
# @private
|
1527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1528
|
+
property :data_source, as: 'dataSource'
|
1529
|
+
property :last_backup_error, as: 'lastBackupError', class: Google::Apis::BackupdrV1::Status, decorator: Google::Apis::BackupdrV1::Status::Representation
|
1530
|
+
|
1531
|
+
property :last_backup_state, as: 'lastBackupState'
|
1532
|
+
property :last_successful_backup_consistency_time, as: 'lastSuccessfulBackupConsistencyTime'
|
1533
|
+
property :rule_id, as: 'ruleId'
|
1534
|
+
end
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class Scheduling
|
1538
|
+
# @private
|
1539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1540
|
+
property :automatic_restart, as: 'automaticRestart'
|
1541
|
+
property :instance_termination_action, as: 'instanceTerminationAction'
|
1542
|
+
property :local_ssd_recovery_timeout, as: 'localSsdRecoveryTimeout', class: Google::Apis::BackupdrV1::SchedulingDuration, decorator: Google::Apis::BackupdrV1::SchedulingDuration::Representation
|
1543
|
+
|
1544
|
+
property :min_node_cpus, as: 'minNodeCpus'
|
1545
|
+
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::BackupdrV1::NodeAffinity, decorator: Google::Apis::BackupdrV1::NodeAffinity::Representation
|
1546
|
+
|
1547
|
+
property :on_host_maintenance, as: 'onHostMaintenance'
|
1548
|
+
property :preemptible, as: 'preemptible'
|
1549
|
+
property :provisioning_model, as: 'provisioningModel'
|
1550
|
+
end
|
1551
|
+
end
|
1552
|
+
|
1553
|
+
class SchedulingDuration
|
1554
|
+
# @private
|
1555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1556
|
+
property :nanos, as: 'nanos'
|
1557
|
+
property :seconds, :numeric_string => true, as: 'seconds'
|
1558
|
+
end
|
1559
|
+
end
|
1560
|
+
|
1561
|
+
class ServiceAccount
|
1562
|
+
# @private
|
1563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1564
|
+
property :email, as: 'email'
|
1565
|
+
collection :scopes, as: 'scopes'
|
1566
|
+
end
|
1567
|
+
end
|
1568
|
+
|
1569
|
+
class ServiceLockInfo
|
1570
|
+
# @private
|
1571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1572
|
+
property :operation, as: 'operation'
|
1573
|
+
end
|
1574
|
+
end
|
1575
|
+
|
325
1576
|
class SetIamPolicyRequest
|
326
1577
|
# @private
|
327
1578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -331,6 +1582,39 @@ module Google
|
|
331
1582
|
end
|
332
1583
|
end
|
333
1584
|
|
1585
|
+
class SetInternalStatusRequest
|
1586
|
+
# @private
|
1587
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1588
|
+
property :backup_config_state, as: 'backupConfigState'
|
1589
|
+
property :request_id, as: 'requestId'
|
1590
|
+
property :value, :base64 => true, as: 'value'
|
1591
|
+
end
|
1592
|
+
end
|
1593
|
+
|
1594
|
+
class SpannerLocation
|
1595
|
+
# @private
|
1596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1597
|
+
collection :backup_name, as: 'backupName'
|
1598
|
+
collection :db_name, as: 'dbName'
|
1599
|
+
end
|
1600
|
+
end
|
1601
|
+
|
1602
|
+
class StandardSchedule
|
1603
|
+
# @private
|
1604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1605
|
+
property :backup_window, as: 'backupWindow', class: Google::Apis::BackupdrV1::BackupWindow, decorator: Google::Apis::BackupdrV1::BackupWindow::Representation
|
1606
|
+
|
1607
|
+
collection :days_of_month, as: 'daysOfMonth'
|
1608
|
+
collection :days_of_week, as: 'daysOfWeek'
|
1609
|
+
property :hourly_frequency, as: 'hourlyFrequency'
|
1610
|
+
collection :months, as: 'months'
|
1611
|
+
property :recurrence_type, as: 'recurrenceType'
|
1612
|
+
property :time_zone, as: 'timeZone'
|
1613
|
+
property :week_day_of_month, as: 'weekDayOfMonth', class: Google::Apis::BackupdrV1::WeekDayOfMonth, decorator: Google::Apis::BackupdrV1::WeekDayOfMonth::Representation
|
1614
|
+
|
1615
|
+
end
|
1616
|
+
end
|
1617
|
+
|
334
1618
|
class Status
|
335
1619
|
# @private
|
336
1620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -340,6 +1624,20 @@ module Google
|
|
340
1624
|
end
|
341
1625
|
end
|
342
1626
|
|
1627
|
+
class Tags
|
1628
|
+
# @private
|
1629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1630
|
+
collection :items, as: 'items'
|
1631
|
+
end
|
1632
|
+
end
|
1633
|
+
|
1634
|
+
class TenantProjectProxy
|
1635
|
+
# @private
|
1636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1637
|
+
collection :project_numbers, as: 'projectNumbers'
|
1638
|
+
end
|
1639
|
+
end
|
1640
|
+
|
343
1641
|
class TestIamPermissionsRequest
|
344
1642
|
# @private
|
345
1643
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -354,6 +1652,22 @@ module Google
|
|
354
1652
|
end
|
355
1653
|
end
|
356
1654
|
|
1655
|
+
class TriggerBackupRequest
|
1656
|
+
# @private
|
1657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1658
|
+
property :request_id, as: 'requestId'
|
1659
|
+
property :rule_id, as: 'ruleId'
|
1660
|
+
end
|
1661
|
+
end
|
1662
|
+
|
1663
|
+
class WeekDayOfMonth
|
1664
|
+
# @private
|
1665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1666
|
+
property :day_of_week, as: 'dayOfWeek'
|
1667
|
+
property :week_of_month, as: 'weekOfMonth'
|
1668
|
+
end
|
1669
|
+
end
|
1670
|
+
|
357
1671
|
class WorkforceIdentityBasedManagementUri
|
358
1672
|
# @private
|
359
1673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -369,6 +1683,13 @@ module Google
|
|
369
1683
|
property :third_party_oauth2_client_id, as: 'thirdPartyOauth2ClientId'
|
370
1684
|
end
|
371
1685
|
end
|
1686
|
+
|
1687
|
+
class ZoneConfiguration
|
1688
|
+
# @private
|
1689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1690
|
+
property :zone, as: 'zone'
|
1691
|
+
end
|
1692
|
+
end
|
372
1693
|
end
|
373
1694
|
end
|
374
1695
|
end
|