google-apis-backupdr_v1 0.12.0 → 0.13.0
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/backupdr_v1/classes.rb +1403 -43
- data/lib/google/apis/backupdr_v1/gem_version.rb +3 -3
- data/lib/google/apis/backupdr_v1/representations.rb +576 -1
- data/lib/google/apis/backupdr_v1/service.rb +423 -4
- metadata +3 -3
@@ -40,12 +40,30 @@ module Google
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
+
class AdvancedMachineFeatures
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
43
49
|
class AliasIpRange
|
44
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
51
|
|
46
52
|
include Google::Apis::Core::JsonObjectSupport
|
47
53
|
end
|
48
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
|
+
|
49
67
|
class AttachedDisk
|
50
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
69
|
|
@@ -100,24 +118,66 @@ module Google
|
|
100
118
|
include Google::Apis::Core::JsonObjectSupport
|
101
119
|
end
|
102
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
|
+
|
103
139
|
class BackupVault
|
104
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
141
|
|
106
142
|
include Google::Apis::Core::JsonObjectSupport
|
107
143
|
end
|
108
144
|
|
145
|
+
class BackupWindow
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
109
151
|
class Binding
|
110
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
153
|
|
112
154
|
include Google::Apis::Core::JsonObjectSupport
|
113
155
|
end
|
114
156
|
|
157
|
+
class BlobstoreLocation
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
115
163
|
class CancelOperationRequest
|
116
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
165
|
|
118
166
|
include Google::Apis::Core::JsonObjectSupport
|
119
167
|
end
|
120
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
|
+
|
121
181
|
class ComputeInstanceBackupProperties
|
122
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
183
|
|
@@ -130,6 +190,24 @@ module Google
|
|
130
190
|
include Google::Apis::Core::JsonObjectSupport
|
131
191
|
end
|
132
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
|
+
|
133
211
|
class CustomerEncryptionKey
|
134
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
213
|
|
@@ -154,6 +232,18 @@ module Google
|
|
154
232
|
include Google::Apis::Core::JsonObjectSupport
|
155
233
|
end
|
156
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
|
+
|
157
247
|
class Empty
|
158
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
249
|
|
@@ -172,6 +262,12 @@ module Google
|
|
172
262
|
include Google::Apis::Core::JsonObjectSupport
|
173
263
|
end
|
174
264
|
|
265
|
+
class ExtraParameter
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
175
271
|
class FetchAccessTokenRequest
|
176
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
273
|
|
@@ -232,6 +328,30 @@ module Google
|
|
232
328
|
include Google::Apis::Core::JsonObjectSupport
|
233
329
|
end
|
234
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
|
+
|
235
355
|
class ListBackupVaultsResponse
|
236
356
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
357
|
|
@@ -274,6 +394,18 @@ module Google
|
|
274
394
|
include Google::Apis::Core::JsonObjectSupport
|
275
395
|
end
|
276
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
|
+
|
277
409
|
class ManagementServer
|
278
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
411
|
|
@@ -304,6 +436,12 @@ module Google
|
|
304
436
|
include Google::Apis::Core::JsonObjectSupport
|
305
437
|
end
|
306
438
|
|
439
|
+
class NetworkPerformanceConfig
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
307
445
|
class NodeAffinity
|
308
446
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
447
|
|
@@ -322,18 +460,48 @@ module Google
|
|
322
460
|
include Google::Apis::Core::JsonObjectSupport
|
323
461
|
end
|
324
462
|
|
463
|
+
class PlacerLocation
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
325
469
|
class Policy
|
326
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
471
|
|
328
472
|
include Google::Apis::Core::JsonObjectSupport
|
329
473
|
end
|
330
474
|
|
475
|
+
class RegionalMigDistributionPolicy
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
331
481
|
class RemoveDataSourceRequest
|
332
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
483
|
|
334
484
|
include Google::Apis::Core::JsonObjectSupport
|
335
485
|
end
|
336
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
|
+
|
337
505
|
class Scheduling
|
338
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
507
|
|
@@ -370,6 +538,18 @@ module Google
|
|
370
538
|
include Google::Apis::Core::JsonObjectSupport
|
371
539
|
end
|
372
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
|
+
|
373
553
|
class Status
|
374
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
555
|
|
@@ -382,6 +562,12 @@ module Google
|
|
382
562
|
include Google::Apis::Core::JsonObjectSupport
|
383
563
|
end
|
384
564
|
|
565
|
+
class TenantProjectProxy
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
385
571
|
class TestIamPermissionsRequest
|
386
572
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
573
|
|
@@ -394,6 +580,18 @@ module Google
|
|
394
580
|
include Google::Apis::Core::JsonObjectSupport
|
395
581
|
end
|
396
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
|
+
|
397
595
|
class WorkforceIdentityBasedManagementUri
|
398
596
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
597
|
|
@@ -406,6 +604,12 @@ module Google
|
|
406
604
|
include Google::Apis::Core::JsonObjectSupport
|
407
605
|
end
|
408
606
|
|
607
|
+
class ZoneConfiguration
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
409
613
|
class AbandonBackupRequest
|
410
614
|
# @private
|
411
615
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -435,6 +639,16 @@ module Google
|
|
435
639
|
end
|
436
640
|
end
|
437
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
|
+
|
438
652
|
class AliasIpRange
|
439
653
|
# @private
|
440
654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -443,6 +657,30 @@ module Google
|
|
443
657
|
end
|
444
658
|
end
|
445
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
|
+
|
446
684
|
class AttachedDisk
|
447
685
|
# @private
|
448
686
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -454,7 +692,7 @@ module Google
|
|
454
692
|
property :disk_interface, as: 'diskInterface'
|
455
693
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
456
694
|
property :disk_type, as: 'diskType'
|
457
|
-
property :
|
695
|
+
property :disk_type_deprecated, as: 'diskTypeDeprecated'
|
458
696
|
collection :guest_os_feature, as: 'guestOsFeature', class: Google::Apis::BackupdrV1::GuestOsFeature, decorator: Google::Apis::BackupdrV1::GuestOsFeature::Representation
|
459
697
|
|
460
698
|
property :index, :numeric_string => true, as: 'index'
|
@@ -465,6 +703,7 @@ module Google
|
|
465
703
|
property :mode, as: 'mode'
|
466
704
|
property :saved_state, as: 'savedState'
|
467
705
|
property :source, as: 'source'
|
706
|
+
property :type, as: 'type'
|
468
707
|
end
|
469
708
|
end
|
470
709
|
|
@@ -573,6 +812,52 @@ module Google
|
|
573
812
|
end
|
574
813
|
end
|
575
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
|
+
|
576
861
|
class BackupVault
|
577
862
|
# @private
|
578
863
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -595,6 +880,14 @@ module Google
|
|
595
880
|
end
|
596
881
|
end
|
597
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
|
+
|
598
891
|
class Binding
|
599
892
|
# @private
|
600
893
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -605,12 +898,35 @@ module Google
|
|
605
898
|
end
|
606
899
|
end
|
607
900
|
|
901
|
+
class BlobstoreLocation
|
902
|
+
# @private
|
903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
904
|
+
collection :policy_id, as: 'policyId'
|
905
|
+
end
|
906
|
+
end
|
907
|
+
|
608
908
|
class CancelOperationRequest
|
609
909
|
# @private
|
610
910
|
class Representation < Google::Apis::Core::JsonRepresentation
|
611
911
|
end
|
612
912
|
end
|
613
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
|
+
|
614
930
|
class ComputeInstanceBackupProperties
|
615
931
|
# @private
|
616
932
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -648,6 +964,66 @@ module Google
|
|
648
964
|
end
|
649
965
|
end
|
650
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
|
+
|
651
1027
|
class CustomerEncryptionKey
|
652
1028
|
# @private
|
653
1029
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -703,6 +1079,21 @@ module Google
|
|
703
1079
|
end
|
704
1080
|
end
|
705
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
|
+
|
706
1097
|
class Empty
|
707
1098
|
# @private
|
708
1099
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -727,6 +1118,14 @@ module Google
|
|
727
1118
|
end
|
728
1119
|
end
|
729
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
|
1125
|
+
|
1126
|
+
end
|
1127
|
+
end
|
1128
|
+
|
730
1129
|
class FetchAccessTokenRequest
|
731
1130
|
# @private
|
732
1131
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -817,6 +1216,48 @@ module Google
|
|
817
1216
|
end
|
818
1217
|
end
|
819
1218
|
|
1219
|
+
class InstanceParams
|
1220
|
+
# @private
|
1221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1222
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
1223
|
+
end
|
1224
|
+
end
|
1225
|
+
|
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'
|
1238
|
+
end
|
1239
|
+
end
|
1240
|
+
|
1241
|
+
class ListBackupPlanAssociationsResponse
|
1242
|
+
# @private
|
1243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
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'
|
1248
|
+
end
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
class ListBackupPlansResponse
|
1252
|
+
# @private
|
1253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1254
|
+
collection :backup_plans, as: 'backupPlans', class: Google::Apis::BackupdrV1::BackupPlan, decorator: Google::Apis::BackupdrV1::BackupPlan::Representation
|
1255
|
+
|
1256
|
+
property :next_page_token, as: 'nextPageToken'
|
1257
|
+
collection :unreachable, as: 'unreachable'
|
1258
|
+
end
|
1259
|
+
end
|
1260
|
+
|
820
1261
|
class ListBackupVaultsResponse
|
821
1262
|
# @private
|
822
1263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -886,6 +1327,32 @@ module Google
|
|
886
1327
|
end
|
887
1328
|
end
|
888
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
|
+
|
889
1356
|
class ManagementServer
|
890
1357
|
# @private
|
891
1358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -959,6 +1426,13 @@ module Google
|
|
959
1426
|
end
|
960
1427
|
end
|
961
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
|
+
|
962
1436
|
class NodeAffinity
|
963
1437
|
# @private
|
964
1438
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -994,6 +1468,13 @@ module Google
|
|
994
1468
|
end
|
995
1469
|
end
|
996
1470
|
|
1471
|
+
class PlacerLocation
|
1472
|
+
# @private
|
1473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1474
|
+
property :placer_config, as: 'placerConfig'
|
1475
|
+
end
|
1476
|
+
end
|
1477
|
+
|
997
1478
|
class Policy
|
998
1479
|
# @private
|
999
1480
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1006,6 +1487,15 @@ module Google
|
|
1006
1487
|
end
|
1007
1488
|
end
|
1008
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
|
+
|
1009
1499
|
class RemoveDataSourceRequest
|
1010
1500
|
# @private
|
1011
1501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1013,6 +1503,37 @@ module Google
|
|
1013
1503
|
end
|
1014
1504
|
end
|
1015
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
|
+
|
1016
1537
|
class Scheduling
|
1017
1538
|
# @private
|
1018
1539
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1070,6 +1591,30 @@ module Google
|
|
1070
1591
|
end
|
1071
1592
|
end
|
1072
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
|
+
|
1073
1618
|
class Status
|
1074
1619
|
# @private
|
1075
1620
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1086,6 +1631,13 @@ module Google
|
|
1086
1631
|
end
|
1087
1632
|
end
|
1088
1633
|
|
1634
|
+
class TenantProjectProxy
|
1635
|
+
# @private
|
1636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1637
|
+
collection :project_numbers, as: 'projectNumbers'
|
1638
|
+
end
|
1639
|
+
end
|
1640
|
+
|
1089
1641
|
class TestIamPermissionsRequest
|
1090
1642
|
# @private
|
1091
1643
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1100,6 +1652,22 @@ module Google
|
|
1100
1652
|
end
|
1101
1653
|
end
|
1102
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
|
+
|
1103
1671
|
class WorkforceIdentityBasedManagementUri
|
1104
1672
|
# @private
|
1105
1673
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1115,6 +1683,13 @@ module Google
|
|
1115
1683
|
property :third_party_oauth2_client_id, as: 'thirdPartyOauth2ClientId'
|
1116
1684
|
end
|
1117
1685
|
end
|
1686
|
+
|
1687
|
+
class ZoneConfiguration
|
1688
|
+
# @private
|
1689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1690
|
+
property :zone, as: 'zone'
|
1691
|
+
end
|
1692
|
+
end
|
1118
1693
|
end
|
1119
1694
|
end
|
1120
1695
|
end
|