google-apis-workloadmanager_v1 0.28.0 → 0.30.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 +9 -0
- data/lib/google/apis/workloadmanager_v1/classes.rb +993 -7
- data/lib/google/apis/workloadmanager_v1/gem_version.rb +3 -3
- data/lib/google/apis/workloadmanager_v1/representations.rb +463 -1
- data/lib/google/apis/workloadmanager_v1/service.rb +143 -0
- metadata +4 -7
@@ -22,12 +22,36 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module WorkloadmanagerV1
|
24
24
|
|
25
|
+
class ApiLayerServer
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
25
31
|
class AgentCommand
|
26
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
33
|
|
28
34
|
include Google::Apis::Core::JsonObjectSupport
|
29
35
|
end
|
30
36
|
|
37
|
+
class AvailabilityGroup
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class BackendServer
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class BackupProperties
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
31
55
|
class BigQueryDestination
|
32
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
57
|
|
@@ -40,12 +64,42 @@ module Google
|
|
40
64
|
include Google::Apis::Core::JsonObjectSupport
|
41
65
|
end
|
42
66
|
|
67
|
+
class CloudResource
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class Cluster
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
43
79
|
class Command
|
44
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
81
|
|
46
82
|
include Google::Apis::Core::JsonObjectSupport
|
47
83
|
end
|
48
84
|
|
85
|
+
class ComponentHealth
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class Database
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class DatabaseProperties
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
49
103
|
class Empty
|
50
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
105
|
|
@@ -76,18 +130,54 @@ module Google
|
|
76
130
|
include Google::Apis::Core::JsonObjectSupport
|
77
131
|
end
|
78
132
|
|
133
|
+
class FrontEndServer
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
79
139
|
class GceInstanceFilter
|
80
140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
141
|
|
82
142
|
include Google::Apis::Core::JsonObjectSupport
|
83
143
|
end
|
84
144
|
|
145
|
+
class HealthCheck
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
85
151
|
class Insight
|
86
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
153
|
|
88
154
|
include Google::Apis::Core::JsonObjectSupport
|
89
155
|
end
|
90
156
|
|
157
|
+
class Instance
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class InstanceProperties
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class Layer
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class ListDiscoveredProfilesResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
91
181
|
class ListEvaluationsResponse
|
92
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
183
|
|
@@ -130,6 +220,12 @@ module Google
|
|
130
220
|
include Google::Apis::Core::JsonObjectSupport
|
131
221
|
end
|
132
222
|
|
223
|
+
class LoadBalancerServer
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
133
229
|
class Location
|
134
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
231
|
|
@@ -154,6 +250,12 @@ module Google
|
|
154
250
|
include Google::Apis::Core::JsonObjectSupport
|
155
251
|
end
|
156
252
|
|
253
|
+
class Product
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
157
259
|
class Resource
|
158
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
261
|
|
@@ -190,6 +292,12 @@ module Google
|
|
190
292
|
include Google::Apis::Core::JsonObjectSupport
|
191
293
|
end
|
192
294
|
|
295
|
+
class SapComponent
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
193
301
|
class SapDiscovery
|
194
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
303
|
|
@@ -214,6 +322,12 @@ module Google
|
|
214
322
|
include Google::Apis::Core::JsonObjectSupport
|
215
323
|
end
|
216
324
|
|
325
|
+
class SapDiscoveryComponentReplicationSite
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
217
331
|
class SapDiscoveryMetadata
|
218
332
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
333
|
|
@@ -238,6 +352,12 @@ module Google
|
|
238
352
|
include Google::Apis::Core::JsonObjectSupport
|
239
353
|
end
|
240
354
|
|
355
|
+
class SapDiscoveryResourceInstancePropertiesDiskMount
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
241
361
|
class SapDiscoveryWorkloadProperties
|
242
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
363
|
|
@@ -256,6 +376,12 @@ module Google
|
|
256
376
|
include Google::Apis::Core::JsonObjectSupport
|
257
377
|
end
|
258
378
|
|
379
|
+
class SapInstanceProperties
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
259
385
|
class SapValidation
|
260
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
387
|
|
@@ -268,6 +394,12 @@ module Google
|
|
268
394
|
include Google::Apis::Core::JsonObjectSupport
|
269
395
|
end
|
270
396
|
|
397
|
+
class SapWorkload
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
271
403
|
class ScannedResource
|
272
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
405
|
|
@@ -298,6 +430,12 @@ module Google
|
|
298
430
|
include Google::Apis::Core::JsonObjectSupport
|
299
431
|
end
|
300
432
|
|
433
|
+
class SqlserverWorkload
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
301
439
|
class Status
|
302
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
441
|
|
@@ -310,18 +448,42 @@ module Google
|
|
310
448
|
include Google::Apis::Core::JsonObjectSupport
|
311
449
|
end
|
312
450
|
|
451
|
+
class ThreeTierWorkload
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
313
457
|
class TorsoValidation
|
314
458
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
459
|
|
316
460
|
include Google::Apis::Core::JsonObjectSupport
|
317
461
|
end
|
318
462
|
|
463
|
+
class UpcomingMaintenanceEvent
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
319
469
|
class ViolationDetails
|
320
470
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
471
|
|
322
472
|
include Google::Apis::Core::JsonObjectSupport
|
323
473
|
end
|
324
474
|
|
475
|
+
class WorkloadProfile
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class WorkloadProfileHealth
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
325
487
|
class WriteInsightRequest
|
326
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
489
|
|
@@ -334,6 +496,16 @@ module Google
|
|
334
496
|
include Google::Apis::Core::JsonObjectSupport
|
335
497
|
end
|
336
498
|
|
499
|
+
class ApiLayerServer
|
500
|
+
# @private
|
501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
502
|
+
property :name, as: 'name'
|
503
|
+
property :os_version, as: 'osVersion'
|
504
|
+
collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::CloudResource, decorator: Google::Apis::WorkloadmanagerV1::CloudResource::Representation
|
505
|
+
|
506
|
+
end
|
507
|
+
end
|
508
|
+
|
337
509
|
class AgentCommand
|
338
510
|
# @private
|
339
511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -342,6 +514,36 @@ module Google
|
|
342
514
|
end
|
343
515
|
end
|
344
516
|
|
517
|
+
class AvailabilityGroup
|
518
|
+
# @private
|
519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
520
|
+
collection :databases, as: 'databases'
|
521
|
+
property :name, as: 'name'
|
522
|
+
property :primary_server, as: 'primaryServer'
|
523
|
+
collection :secondary_servers, as: 'secondaryServers'
|
524
|
+
end
|
525
|
+
end
|
526
|
+
|
527
|
+
class BackendServer
|
528
|
+
# @private
|
529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
530
|
+
property :backup_file, as: 'backupFile'
|
531
|
+
property :backup_schedule, as: 'backupSchedule'
|
532
|
+
property :name, as: 'name'
|
533
|
+
property :os_version, as: 'osVersion'
|
534
|
+
collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::CloudResource, decorator: Google::Apis::WorkloadmanagerV1::CloudResource::Representation
|
535
|
+
|
536
|
+
end
|
537
|
+
end
|
538
|
+
|
539
|
+
class BackupProperties
|
540
|
+
# @private
|
541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
542
|
+
property :latest_backup_status, as: 'latestBackupStatus'
|
543
|
+
property :latest_backup_time, as: 'latestBackupTime'
|
544
|
+
end
|
545
|
+
end
|
546
|
+
|
345
547
|
class BigQueryDestination
|
346
548
|
# @private
|
347
549
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -356,6 +558,24 @@ module Google
|
|
356
558
|
end
|
357
559
|
end
|
358
560
|
|
561
|
+
class CloudResource
|
562
|
+
# @private
|
563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
564
|
+
property :instance_properties, as: 'instanceProperties', class: Google::Apis::WorkloadmanagerV1::InstanceProperties, decorator: Google::Apis::WorkloadmanagerV1::InstanceProperties::Representation
|
565
|
+
|
566
|
+
property :kind, as: 'kind'
|
567
|
+
property :name, as: 'name'
|
568
|
+
end
|
569
|
+
end
|
570
|
+
|
571
|
+
class Cluster
|
572
|
+
# @private
|
573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
574
|
+
collection :nodes, as: 'nodes'
|
575
|
+
property :witness_server, as: 'witnessServer'
|
576
|
+
end
|
577
|
+
end
|
578
|
+
|
359
579
|
class Command
|
360
580
|
# @private
|
361
581
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -366,6 +586,39 @@ module Google
|
|
366
586
|
end
|
367
587
|
end
|
368
588
|
|
589
|
+
class ComponentHealth
|
590
|
+
# @private
|
591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
592
|
+
property :component, as: 'component'
|
593
|
+
collection :component_health_checks, as: 'componentHealthChecks', class: Google::Apis::WorkloadmanagerV1::HealthCheck, decorator: Google::Apis::WorkloadmanagerV1::HealthCheck::Representation
|
594
|
+
|
595
|
+
property :component_health_type, as: 'componentHealthType'
|
596
|
+
property :is_required, as: 'isRequired'
|
597
|
+
property :state, as: 'state'
|
598
|
+
collection :sub_component_healthes, as: 'subComponentHealthes', class: Google::Apis::WorkloadmanagerV1::ComponentHealth, decorator: Google::Apis::WorkloadmanagerV1::ComponentHealth::Representation
|
599
|
+
|
600
|
+
end
|
601
|
+
end
|
602
|
+
|
603
|
+
class Database
|
604
|
+
# @private
|
605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
606
|
+
property :backup_file, as: 'backupFile'
|
607
|
+
property :backup_schedule, as: 'backupSchedule'
|
608
|
+
property :host_vm, as: 'hostVm'
|
609
|
+
property :name, as: 'name'
|
610
|
+
end
|
611
|
+
end
|
612
|
+
|
613
|
+
class DatabaseProperties
|
614
|
+
# @private
|
615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
+
property :backup_properties, as: 'backupProperties', class: Google::Apis::WorkloadmanagerV1::BackupProperties, decorator: Google::Apis::WorkloadmanagerV1::BackupProperties::Representation
|
617
|
+
|
618
|
+
property :database_type, as: 'databaseType'
|
619
|
+
end
|
620
|
+
end
|
621
|
+
|
369
622
|
class Empty
|
370
623
|
# @private
|
371
624
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -443,6 +696,16 @@ module Google
|
|
443
696
|
end
|
444
697
|
end
|
445
698
|
|
699
|
+
class FrontEndServer
|
700
|
+
# @private
|
701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
702
|
+
property :name, as: 'name'
|
703
|
+
property :os_version, as: 'osVersion'
|
704
|
+
collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::CloudResource, decorator: Google::Apis::WorkloadmanagerV1::CloudResource::Representation
|
705
|
+
|
706
|
+
end
|
707
|
+
end
|
708
|
+
|
446
709
|
class GceInstanceFilter
|
447
710
|
# @private
|
448
711
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -450,6 +713,18 @@ module Google
|
|
450
713
|
end
|
451
714
|
end
|
452
715
|
|
716
|
+
class HealthCheck
|
717
|
+
# @private
|
718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
719
|
+
property :message, as: 'message'
|
720
|
+
property :metric, as: 'metric'
|
721
|
+
property :resource, as: 'resource', class: Google::Apis::WorkloadmanagerV1::CloudResource, decorator: Google::Apis::WorkloadmanagerV1::CloudResource::Representation
|
722
|
+
|
723
|
+
property :source, as: 'source'
|
724
|
+
property :state, as: 'state'
|
725
|
+
end
|
726
|
+
end
|
727
|
+
|
453
728
|
class Insight
|
454
729
|
# @private
|
455
730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -466,6 +741,51 @@ module Google
|
|
466
741
|
end
|
467
742
|
end
|
468
743
|
|
744
|
+
class Instance
|
745
|
+
# @private
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
747
|
+
property :name, as: 'name'
|
748
|
+
property :region, as: 'region'
|
749
|
+
property :status, as: 'status'
|
750
|
+
end
|
751
|
+
end
|
752
|
+
|
753
|
+
class InstanceProperties
|
754
|
+
# @private
|
755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
756
|
+
property :instance_number, as: 'instanceNumber'
|
757
|
+
property :machine_type, as: 'machineType'
|
758
|
+
property :role, as: 'role'
|
759
|
+
collection :roles, as: 'roles'
|
760
|
+
property :sap_instance_properties, as: 'sapInstanceProperties', class: Google::Apis::WorkloadmanagerV1::SapInstanceProperties, decorator: Google::Apis::WorkloadmanagerV1::SapInstanceProperties::Representation
|
761
|
+
|
762
|
+
property :status, as: 'status'
|
763
|
+
property :upcoming_maintenance_event, as: 'upcomingMaintenanceEvent', class: Google::Apis::WorkloadmanagerV1::UpcomingMaintenanceEvent, decorator: Google::Apis::WorkloadmanagerV1::UpcomingMaintenanceEvent::Representation
|
764
|
+
|
765
|
+
end
|
766
|
+
end
|
767
|
+
|
768
|
+
class Layer
|
769
|
+
# @private
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
771
|
+
property :application_type, as: 'applicationType'
|
772
|
+
property :database_type, as: 'databaseType'
|
773
|
+
collection :instances, as: 'instances', class: Google::Apis::WorkloadmanagerV1::Instance, decorator: Google::Apis::WorkloadmanagerV1::Instance::Representation
|
774
|
+
|
775
|
+
property :sid, as: 'sid'
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
779
|
+
class ListDiscoveredProfilesResponse
|
780
|
+
# @private
|
781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
782
|
+
property :next_page_token, as: 'nextPageToken'
|
783
|
+
collection :unreachable, as: 'unreachable'
|
784
|
+
collection :workload_profiles, as: 'workloadProfiles', class: Google::Apis::WorkloadmanagerV1::WorkloadProfile, decorator: Google::Apis::WorkloadmanagerV1::WorkloadProfile::Representation
|
785
|
+
|
786
|
+
end
|
787
|
+
end
|
788
|
+
|
469
789
|
class ListEvaluationsResponse
|
470
790
|
# @private
|
471
791
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -531,6 +851,14 @@ module Google
|
|
531
851
|
end
|
532
852
|
end
|
533
853
|
|
854
|
+
class LoadBalancerServer
|
855
|
+
# @private
|
856
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
857
|
+
property :ip, as: 'ip'
|
858
|
+
property :vm, as: 'vm'
|
859
|
+
end
|
860
|
+
end
|
861
|
+
|
534
862
|
class Location
|
535
863
|
# @private
|
536
864
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -574,6 +902,14 @@ module Google
|
|
574
902
|
end
|
575
903
|
end
|
576
904
|
|
905
|
+
class Product
|
906
|
+
# @private
|
907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
908
|
+
property :name, as: 'name'
|
909
|
+
property :version, as: 'version'
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
577
913
|
class Resource
|
578
914
|
# @private
|
579
915
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -640,6 +976,19 @@ module Google
|
|
640
976
|
end
|
641
977
|
end
|
642
978
|
|
979
|
+
class SapComponent
|
980
|
+
# @private
|
981
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
982
|
+
property :database_properties, as: 'databaseProperties', class: Google::Apis::WorkloadmanagerV1::DatabaseProperties, decorator: Google::Apis::WorkloadmanagerV1::DatabaseProperties::Representation
|
983
|
+
|
984
|
+
collection :ha_hosts, as: 'haHosts'
|
985
|
+
collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::CloudResource, decorator: Google::Apis::WorkloadmanagerV1::CloudResource::Representation
|
986
|
+
|
987
|
+
property :sid, as: 'sid'
|
988
|
+
property :topology_type, as: 'topologyType'
|
989
|
+
end
|
990
|
+
end
|
991
|
+
|
643
992
|
class SapDiscovery
|
644
993
|
# @private
|
645
994
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -652,6 +1001,7 @@ module Google
|
|
652
1001
|
property :project_number, as: 'projectNumber'
|
653
1002
|
property :system_id, as: 'systemId'
|
654
1003
|
property :update_time, as: 'updateTime'
|
1004
|
+
property :use_dr_reconciliation, as: 'useDrReconciliation'
|
655
1005
|
property :workload_properties, as: 'workloadProperties', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryWorkloadProperties, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryWorkloadProperties::Representation
|
656
1006
|
|
657
1007
|
end
|
@@ -666,7 +1016,8 @@ module Google
|
|
666
1016
|
|
667
1017
|
collection :ha_hosts, as: 'haHosts'
|
668
1018
|
property :host_project, as: 'hostProject'
|
669
|
-
|
1019
|
+
property :region, as: 'region'
|
1020
|
+
collection :replication_sites, as: 'replicationSites', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryComponentReplicationSite, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryComponentReplicationSite::Representation
|
670
1021
|
|
671
1022
|
collection :resources, as: 'resources', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResource, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResource::Representation
|
672
1023
|
|
@@ -696,11 +1047,21 @@ module Google
|
|
696
1047
|
property :database_type, as: 'databaseType'
|
697
1048
|
property :database_version, as: 'databaseVersion'
|
698
1049
|
property :instance_number, as: 'instanceNumber'
|
1050
|
+
property :landscape_id, as: 'landscapeId'
|
699
1051
|
property :primary_instance_uri, as: 'primaryInstanceUri'
|
700
1052
|
property :shared_nfs_uri, as: 'sharedNfsUri'
|
701
1053
|
end
|
702
1054
|
end
|
703
1055
|
|
1056
|
+
class SapDiscoveryComponentReplicationSite
|
1057
|
+
# @private
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1059
|
+
property :component, as: 'component', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryComponent, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryComponent::Representation
|
1060
|
+
|
1061
|
+
property :source_site, as: 'sourceSite'
|
1062
|
+
end
|
1063
|
+
end
|
1064
|
+
|
704
1065
|
class SapDiscoveryMetadata
|
705
1066
|
# @private
|
706
1067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -730,6 +1091,8 @@ module Google
|
|
730
1091
|
collection :app_instances, as: 'appInstances', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesAppInstance, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesAppInstance::Representation
|
731
1092
|
|
732
1093
|
collection :cluster_instances, as: 'clusterInstances'
|
1094
|
+
collection :disk_mounts, as: 'diskMounts', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesDiskMount, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesDiskMount::Representation
|
1095
|
+
|
733
1096
|
property :instance_number, :numeric_string => true, as: 'instanceNumber'
|
734
1097
|
property :instance_role, as: 'instanceRole'
|
735
1098
|
property :is_dr_site, as: 'isDrSite'
|
@@ -745,6 +1108,14 @@ module Google
|
|
745
1108
|
end
|
746
1109
|
end
|
747
1110
|
|
1111
|
+
class SapDiscoveryResourceInstancePropertiesDiskMount
|
1112
|
+
# @private
|
1113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1114
|
+
property :mount_point, as: 'mountPoint'
|
1115
|
+
property :name, as: 'name'
|
1116
|
+
end
|
1117
|
+
end
|
1118
|
+
|
748
1119
|
class SapDiscoveryWorkloadProperties
|
749
1120
|
# @private
|
750
1121
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -773,6 +1144,13 @@ module Google
|
|
773
1144
|
end
|
774
1145
|
end
|
775
1146
|
|
1147
|
+
class SapInstanceProperties
|
1148
|
+
# @private
|
1149
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1150
|
+
collection :numbers, as: 'numbers'
|
1151
|
+
end
|
1152
|
+
end
|
1153
|
+
|
776
1154
|
class SapValidation
|
777
1155
|
# @private
|
778
1156
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -792,6 +1170,20 @@ module Google
|
|
792
1170
|
end
|
793
1171
|
end
|
794
1172
|
|
1173
|
+
class SapWorkload
|
1174
|
+
# @private
|
1175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1176
|
+
property :application, as: 'application', class: Google::Apis::WorkloadmanagerV1::SapComponent, decorator: Google::Apis::WorkloadmanagerV1::SapComponent::Representation
|
1177
|
+
|
1178
|
+
property :architecture, as: 'architecture'
|
1179
|
+
property :database, as: 'database', class: Google::Apis::WorkloadmanagerV1::SapComponent, decorator: Google::Apis::WorkloadmanagerV1::SapComponent::Representation
|
1180
|
+
|
1181
|
+
hash :metadata, as: 'metadata'
|
1182
|
+
collection :products, as: 'products', class: Google::Apis::WorkloadmanagerV1::Product, decorator: Google::Apis::WorkloadmanagerV1::Product::Representation
|
1183
|
+
|
1184
|
+
end
|
1185
|
+
end
|
1186
|
+
|
795
1187
|
class ScannedResource
|
796
1188
|
# @private
|
797
1189
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -836,6 +1228,20 @@ module Google
|
|
836
1228
|
end
|
837
1229
|
end
|
838
1230
|
|
1231
|
+
class SqlserverWorkload
|
1232
|
+
# @private
|
1233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1234
|
+
collection :ags, as: 'ags', class: Google::Apis::WorkloadmanagerV1::AvailabilityGroup, decorator: Google::Apis::WorkloadmanagerV1::AvailabilityGroup::Representation
|
1235
|
+
|
1236
|
+
property :cluster, as: 'cluster', class: Google::Apis::WorkloadmanagerV1::Cluster, decorator: Google::Apis::WorkloadmanagerV1::Cluster::Representation
|
1237
|
+
|
1238
|
+
collection :databases, as: 'databases', class: Google::Apis::WorkloadmanagerV1::Database, decorator: Google::Apis::WorkloadmanagerV1::Database::Representation
|
1239
|
+
|
1240
|
+
property :load_balancer_server, as: 'loadBalancerServer', class: Google::Apis::WorkloadmanagerV1::LoadBalancerServer, decorator: Google::Apis::WorkloadmanagerV1::LoadBalancerServer::Representation
|
1241
|
+
|
1242
|
+
end
|
1243
|
+
end
|
1244
|
+
|
839
1245
|
class Status
|
840
1246
|
# @private
|
841
1247
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -854,6 +1260,19 @@ module Google
|
|
854
1260
|
end
|
855
1261
|
end
|
856
1262
|
|
1263
|
+
class ThreeTierWorkload
|
1264
|
+
# @private
|
1265
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1266
|
+
property :api_layer, as: 'apiLayer', class: Google::Apis::WorkloadmanagerV1::ApiLayerServer, decorator: Google::Apis::WorkloadmanagerV1::ApiLayerServer::Representation
|
1267
|
+
|
1268
|
+
property :backend, as: 'backend', class: Google::Apis::WorkloadmanagerV1::BackendServer, decorator: Google::Apis::WorkloadmanagerV1::BackendServer::Representation
|
1269
|
+
|
1270
|
+
property :endpoint, as: 'endpoint'
|
1271
|
+
property :frontend, as: 'frontend', class: Google::Apis::WorkloadmanagerV1::FrontEndServer, decorator: Google::Apis::WorkloadmanagerV1::FrontEndServer::Representation
|
1272
|
+
|
1273
|
+
end
|
1274
|
+
end
|
1275
|
+
|
857
1276
|
class TorsoValidation
|
858
1277
|
# @private
|
859
1278
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -865,6 +1284,16 @@ module Google
|
|
865
1284
|
end
|
866
1285
|
end
|
867
1286
|
|
1287
|
+
class UpcomingMaintenanceEvent
|
1288
|
+
# @private
|
1289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1290
|
+
property :end_time, as: 'endTime'
|
1291
|
+
property :maintenance_status, as: 'maintenanceStatus'
|
1292
|
+
property :start_time, as: 'startTime'
|
1293
|
+
property :type, as: 'type'
|
1294
|
+
end
|
1295
|
+
end
|
1296
|
+
|
868
1297
|
class ViolationDetails
|
869
1298
|
# @private
|
870
1299
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -874,6 +1303,39 @@ module Google
|
|
874
1303
|
end
|
875
1304
|
end
|
876
1305
|
|
1306
|
+
class WorkloadProfile
|
1307
|
+
# @private
|
1308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1309
|
+
property :application, as: 'application', class: Google::Apis::WorkloadmanagerV1::Layer, decorator: Google::Apis::WorkloadmanagerV1::Layer::Representation
|
1310
|
+
|
1311
|
+
property :ascs, as: 'ascs', class: Google::Apis::WorkloadmanagerV1::Layer, decorator: Google::Apis::WorkloadmanagerV1::Layer::Representation
|
1312
|
+
|
1313
|
+
property :database, as: 'database', class: Google::Apis::WorkloadmanagerV1::Layer, decorator: Google::Apis::WorkloadmanagerV1::Layer::Representation
|
1314
|
+
|
1315
|
+
hash :labels, as: 'labels'
|
1316
|
+
property :name, as: 'name'
|
1317
|
+
property :refreshed_time, as: 'refreshedTime'
|
1318
|
+
property :sap_workload, as: 'sapWorkload', class: Google::Apis::WorkloadmanagerV1::SapWorkload, decorator: Google::Apis::WorkloadmanagerV1::SapWorkload::Representation
|
1319
|
+
|
1320
|
+
property :sqlserver_workload, as: 'sqlserverWorkload', class: Google::Apis::WorkloadmanagerV1::SqlserverWorkload, decorator: Google::Apis::WorkloadmanagerV1::SqlserverWorkload::Representation
|
1321
|
+
|
1322
|
+
property :state, as: 'state'
|
1323
|
+
property :three_tier_workload, as: 'threeTierWorkload', class: Google::Apis::WorkloadmanagerV1::ThreeTierWorkload, decorator: Google::Apis::WorkloadmanagerV1::ThreeTierWorkload::Representation
|
1324
|
+
|
1325
|
+
property :workload_type, as: 'workloadType'
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class WorkloadProfileHealth
|
1330
|
+
# @private
|
1331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1332
|
+
property :check_time, as: 'checkTime'
|
1333
|
+
collection :component_healthes, as: 'componentHealthes', class: Google::Apis::WorkloadmanagerV1::ComponentHealth, decorator: Google::Apis::WorkloadmanagerV1::ComponentHealth::Representation
|
1334
|
+
|
1335
|
+
property :state, as: 'state'
|
1336
|
+
end
|
1337
|
+
end
|
1338
|
+
|
877
1339
|
class WriteInsightRequest
|
878
1340
|
# @private
|
879
1341
|
class Representation < Google::Apis::Core::JsonRepresentation
|