google-apis-workloadmanager_v1 0.34.0 → 0.36.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 +10 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/workloadmanager_v1/classes.rb +285 -369
- data/lib/google/apis/workloadmanager_v1/gem_version.rb +3 -3
- data/lib/google/apis/workloadmanager_v1/representations.rb +99 -158
- metadata +5 -5
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module WorkloadmanagerV1
|
18
18
|
# Version of the google-apis-workloadmanager_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.36.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250528"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,73 +22,73 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module WorkloadmanagerV1
|
24
24
|
|
25
|
-
class
|
25
|
+
class AgentCommand
|
26
26
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
27
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
-
class
|
31
|
+
class AgentStatus
|
32
32
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
33
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
-
class
|
37
|
+
class AgentStatusConfigValue
|
38
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
39
|
|
40
40
|
include Google::Apis::Core::JsonObjectSupport
|
41
41
|
end
|
42
42
|
|
43
|
-
class
|
43
|
+
class AgentStatusIamPermission
|
44
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
45
|
|
46
46
|
include Google::Apis::Core::JsonObjectSupport
|
47
47
|
end
|
48
48
|
|
49
|
-
class
|
49
|
+
class AgentStatusReference
|
50
50
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
51
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
-
class
|
55
|
+
class AgentStatusServiceStatus
|
56
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
57
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
60
|
|
61
|
-
class
|
61
|
+
class BackupProperties
|
62
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
63
|
|
64
64
|
include Google::Apis::Core::JsonObjectSupport
|
65
65
|
end
|
66
66
|
|
67
|
-
class
|
67
|
+
class BigQueryDestination
|
68
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
69
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
-
class
|
73
|
+
class CancelOperationRequest
|
74
74
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
75
|
|
76
76
|
include Google::Apis::Core::JsonObjectSupport
|
77
77
|
end
|
78
78
|
|
79
|
-
class
|
79
|
+
class CloudResource
|
80
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
81
|
|
82
82
|
include Google::Apis::Core::JsonObjectSupport
|
83
83
|
end
|
84
84
|
|
85
|
-
class
|
85
|
+
class Command
|
86
86
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
87
|
|
88
88
|
include Google::Apis::Core::JsonObjectSupport
|
89
89
|
end
|
90
90
|
|
91
|
-
class
|
91
|
+
class ComponentHealth
|
92
92
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
93
|
|
94
94
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -130,12 +130,6 @@ module Google
|
|
130
130
|
include Google::Apis::Core::JsonObjectSupport
|
131
131
|
end
|
132
132
|
|
133
|
-
class FrontEndServer
|
134
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
-
|
136
|
-
include Google::Apis::Core::JsonObjectSupport
|
137
|
-
end
|
138
|
-
|
139
133
|
class GceInstanceFilter
|
140
134
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
135
|
|
@@ -154,24 +148,12 @@ module Google
|
|
154
148
|
include Google::Apis::Core::JsonObjectSupport
|
155
149
|
end
|
156
150
|
|
157
|
-
class Instance
|
158
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
-
|
160
|
-
include Google::Apis::Core::JsonObjectSupport
|
161
|
-
end
|
162
|
-
|
163
151
|
class InstanceProperties
|
164
152
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
153
|
|
166
154
|
include Google::Apis::Core::JsonObjectSupport
|
167
155
|
end
|
168
156
|
|
169
|
-
class Layer
|
170
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
-
|
172
|
-
include Google::Apis::Core::JsonObjectSupport
|
173
|
-
end
|
174
|
-
|
175
157
|
class ListDiscoveredProfilesResponse
|
176
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
159
|
|
@@ -220,12 +202,6 @@ module Google
|
|
220
202
|
include Google::Apis::Core::JsonObjectSupport
|
221
203
|
end
|
222
204
|
|
223
|
-
class LoadBalancerServer
|
224
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
-
|
226
|
-
include Google::Apis::Core::JsonObjectSupport
|
227
|
-
end
|
228
|
-
|
229
205
|
class Location
|
230
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
207
|
|
@@ -358,6 +334,18 @@ module Google
|
|
358
334
|
include Google::Apis::Core::JsonObjectSupport
|
359
335
|
end
|
360
336
|
|
337
|
+
class SapDiscoveryResourceInstancePropertiesKernelVersion
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class SapDiscoveryResourceInstancePropertiesKernelVersionVersion
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
361
349
|
class SapDiscoveryWorkloadProperties
|
362
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
351
|
|
@@ -430,12 +418,6 @@ module Google
|
|
430
418
|
include Google::Apis::Core::JsonObjectSupport
|
431
419
|
end
|
432
420
|
|
433
|
-
class SqlserverWorkload
|
434
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
-
|
436
|
-
include Google::Apis::Core::JsonObjectSupport
|
437
|
-
end
|
438
|
-
|
439
421
|
class Status
|
440
422
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
423
|
|
@@ -448,12 +430,6 @@ module Google
|
|
448
430
|
include Google::Apis::Core::JsonObjectSupport
|
449
431
|
end
|
450
432
|
|
451
|
-
class ThreeTierWorkload
|
452
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
-
|
454
|
-
include Google::Apis::Core::JsonObjectSupport
|
455
|
-
end
|
456
|
-
|
457
433
|
class TorsoValidation
|
458
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
435
|
|
@@ -496,43 +472,72 @@ module Google
|
|
496
472
|
include Google::Apis::Core::JsonObjectSupport
|
497
473
|
end
|
498
474
|
|
499
|
-
class
|
475
|
+
class AgentCommand
|
500
476
|
# @private
|
501
477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
502
|
-
property :
|
503
|
-
|
504
|
-
|
478
|
+
property :command, as: 'command'
|
479
|
+
hash :parameters, as: 'parameters'
|
480
|
+
end
|
481
|
+
end
|
482
|
+
|
483
|
+
class AgentStatus
|
484
|
+
# @private
|
485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
486
|
+
property :agent_name, as: 'agentName'
|
487
|
+
property :available_version, as: 'availableVersion'
|
488
|
+
property :cloud_api_access_full_scopes_granted, as: 'cloudApiAccessFullScopesGranted'
|
489
|
+
property :configuration_error_message, as: 'configurationErrorMessage'
|
490
|
+
property :configuration_file_path, as: 'configurationFilePath'
|
491
|
+
property :configuration_valid, as: 'configurationValid'
|
492
|
+
property :installed_version, as: 'installedVersion'
|
493
|
+
property :kernel_version, as: 'kernelVersion', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion::Representation
|
494
|
+
|
495
|
+
collection :references, as: 'references', class: Google::Apis::WorkloadmanagerV1::AgentStatusReference, decorator: Google::Apis::WorkloadmanagerV1::AgentStatusReference::Representation
|
505
496
|
|
497
|
+
collection :services, as: 'services', class: Google::Apis::WorkloadmanagerV1::AgentStatusServiceStatus, decorator: Google::Apis::WorkloadmanagerV1::AgentStatusServiceStatus::Representation
|
498
|
+
|
499
|
+
property :systemd_service_enabled, as: 'systemdServiceEnabled'
|
500
|
+
property :systemd_service_running, as: 'systemdServiceRunning'
|
506
501
|
end
|
507
502
|
end
|
508
503
|
|
509
|
-
class
|
504
|
+
class AgentStatusConfigValue
|
510
505
|
# @private
|
511
506
|
class Representation < Google::Apis::Core::JsonRepresentation
|
512
|
-
property :
|
513
|
-
|
507
|
+
property :is_default, as: 'isDefault'
|
508
|
+
property :name, as: 'name'
|
509
|
+
property :value, as: 'value'
|
514
510
|
end
|
515
511
|
end
|
516
512
|
|
517
|
-
class
|
513
|
+
class AgentStatusIamPermission
|
518
514
|
# @private
|
519
515
|
class Representation < Google::Apis::Core::JsonRepresentation
|
520
|
-
|
516
|
+
property :granted, as: 'granted'
|
521
517
|
property :name, as: 'name'
|
522
|
-
property :primary_server, as: 'primaryServer'
|
523
|
-
collection :secondary_servers, as: 'secondaryServers'
|
524
518
|
end
|
525
519
|
end
|
526
520
|
|
527
|
-
class
|
521
|
+
class AgentStatusReference
|
528
522
|
# @private
|
529
523
|
class Representation < Google::Apis::Core::JsonRepresentation
|
530
|
-
property :backup_file, as: 'backupFile'
|
531
|
-
property :backup_schedule, as: 'backupSchedule'
|
532
524
|
property :name, as: 'name'
|
533
|
-
property :
|
534
|
-
|
525
|
+
property :url, as: 'url'
|
526
|
+
end
|
527
|
+
end
|
535
528
|
|
529
|
+
class AgentStatusServiceStatus
|
530
|
+
# @private
|
531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
532
|
+
collection :config_values, as: 'configValues', class: Google::Apis::WorkloadmanagerV1::AgentStatusConfigValue, decorator: Google::Apis::WorkloadmanagerV1::AgentStatusConfigValue::Representation
|
533
|
+
|
534
|
+
property :error_message, as: 'errorMessage'
|
535
|
+
property :fully_functional, as: 'fullyFunctional'
|
536
|
+
collection :iam_permissions, as: 'iamPermissions', class: Google::Apis::WorkloadmanagerV1::AgentStatusIamPermission, decorator: Google::Apis::WorkloadmanagerV1::AgentStatusIamPermission::Representation
|
537
|
+
|
538
|
+
property :name, as: 'name'
|
539
|
+
property :state, as: 'state'
|
540
|
+
property :unspecified_state_message, as: 'unspecifiedStateMessage'
|
536
541
|
end
|
537
542
|
end
|
538
543
|
|
@@ -568,14 +573,6 @@ module Google
|
|
568
573
|
end
|
569
574
|
end
|
570
575
|
|
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
|
-
|
579
576
|
class Command
|
580
577
|
# @private
|
581
578
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -597,16 +594,8 @@ module Google
|
|
597
594
|
property :state, as: 'state'
|
598
595
|
collection :sub_component_healthes, as: 'subComponentHealthes', class: Google::Apis::WorkloadmanagerV1::ComponentHealth, decorator: Google::Apis::WorkloadmanagerV1::ComponentHealth::Representation
|
599
596
|
|
600
|
-
|
601
|
-
end
|
597
|
+
collection :sub_components_health, as: 'subComponentsHealth', class: Google::Apis::WorkloadmanagerV1::ComponentHealth, decorator: Google::Apis::WorkloadmanagerV1::ComponentHealth::Representation
|
602
598
|
|
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
599
|
end
|
611
600
|
end
|
612
601
|
|
@@ -696,16 +685,6 @@ module Google
|
|
696
685
|
end
|
697
686
|
end
|
698
687
|
|
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
|
-
|
709
688
|
class GceInstanceFilter
|
710
689
|
# @private
|
711
690
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -728,6 +707,8 @@ module Google
|
|
728
707
|
class Insight
|
729
708
|
# @private
|
730
709
|
class Representation < Google::Apis::Core::JsonRepresentation
|
710
|
+
property :agent_status, as: 'agentStatus', class: Google::Apis::WorkloadmanagerV1::AgentStatus, decorator: Google::Apis::WorkloadmanagerV1::AgentStatus::Representation
|
711
|
+
|
731
712
|
property :instance_id, as: 'instanceId'
|
732
713
|
property :sap_discovery, as: 'sapDiscovery', class: Google::Apis::WorkloadmanagerV1::SapDiscovery, decorator: Google::Apis::WorkloadmanagerV1::SapDiscovery::Representation
|
733
714
|
|
@@ -741,21 +722,11 @@ module Google
|
|
741
722
|
end
|
742
723
|
end
|
743
724
|
|
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
725
|
class InstanceProperties
|
754
726
|
# @private
|
755
727
|
class Representation < Google::Apis::Core::JsonRepresentation
|
756
728
|
property :instance_number, as: 'instanceNumber'
|
757
729
|
property :machine_type, as: 'machineType'
|
758
|
-
property :role, as: 'role'
|
759
730
|
collection :roles, as: 'roles'
|
760
731
|
property :sap_instance_properties, as: 'sapInstanceProperties', class: Google::Apis::WorkloadmanagerV1::SapInstanceProperties, decorator: Google::Apis::WorkloadmanagerV1::SapInstanceProperties::Representation
|
761
732
|
|
@@ -765,17 +736,6 @@ module Google
|
|
765
736
|
end
|
766
737
|
end
|
767
738
|
|
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
739
|
class ListDiscoveredProfilesResponse
|
780
740
|
# @private
|
781
741
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -851,14 +811,6 @@ module Google
|
|
851
811
|
end
|
852
812
|
end
|
853
813
|
|
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
|
-
|
862
814
|
class Location
|
863
815
|
# @private
|
864
816
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1096,6 +1048,8 @@ module Google
|
|
1096
1048
|
property :instance_number, :numeric_string => true, as: 'instanceNumber'
|
1097
1049
|
property :instance_role, as: 'instanceRole'
|
1098
1050
|
property :is_dr_site, as: 'isDrSite'
|
1051
|
+
property :os_kernel_version, as: 'osKernelVersion', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersion::Representation
|
1052
|
+
|
1099
1053
|
property :virtual_hostname, as: 'virtualHostname'
|
1100
1054
|
end
|
1101
1055
|
end
|
@@ -1117,6 +1071,28 @@ module Google
|
|
1117
1071
|
end
|
1118
1072
|
end
|
1119
1073
|
|
1074
|
+
class SapDiscoveryResourceInstancePropertiesKernelVersion
|
1075
|
+
# @private
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1077
|
+
property :distro_kernel, as: 'distroKernel', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersionVersion, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersionVersion::Representation
|
1078
|
+
|
1079
|
+
property :os_kernel, as: 'osKernel', class: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersionVersion, decorator: Google::Apis::WorkloadmanagerV1::SapDiscoveryResourceInstancePropertiesKernelVersionVersion::Representation
|
1080
|
+
|
1081
|
+
property :raw_string, as: 'rawString'
|
1082
|
+
end
|
1083
|
+
end
|
1084
|
+
|
1085
|
+
class SapDiscoveryResourceInstancePropertiesKernelVersionVersion
|
1086
|
+
# @private
|
1087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1088
|
+
property :build, as: 'build'
|
1089
|
+
property :major, as: 'major'
|
1090
|
+
property :minor, as: 'minor'
|
1091
|
+
property :patch, as: 'patch'
|
1092
|
+
property :remainder, as: 'remainder'
|
1093
|
+
end
|
1094
|
+
end
|
1095
|
+
|
1120
1096
|
class SapDiscoveryWorkloadProperties
|
1121
1097
|
# @private
|
1122
1098
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1229,20 +1205,6 @@ module Google
|
|
1229
1205
|
end
|
1230
1206
|
end
|
1231
1207
|
|
1232
|
-
class SqlserverWorkload
|
1233
|
-
# @private
|
1234
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1235
|
-
collection :ags, as: 'ags', class: Google::Apis::WorkloadmanagerV1::AvailabilityGroup, decorator: Google::Apis::WorkloadmanagerV1::AvailabilityGroup::Representation
|
1236
|
-
|
1237
|
-
property :cluster, as: 'cluster', class: Google::Apis::WorkloadmanagerV1::Cluster, decorator: Google::Apis::WorkloadmanagerV1::Cluster::Representation
|
1238
|
-
|
1239
|
-
collection :databases, as: 'databases', class: Google::Apis::WorkloadmanagerV1::Database, decorator: Google::Apis::WorkloadmanagerV1::Database::Representation
|
1240
|
-
|
1241
|
-
property :load_balancer_server, as: 'loadBalancerServer', class: Google::Apis::WorkloadmanagerV1::LoadBalancerServer, decorator: Google::Apis::WorkloadmanagerV1::LoadBalancerServer::Representation
|
1242
|
-
|
1243
|
-
end
|
1244
|
-
end
|
1245
|
-
|
1246
1208
|
class Status
|
1247
1209
|
# @private
|
1248
1210
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1261,19 +1223,6 @@ module Google
|
|
1261
1223
|
end
|
1262
1224
|
end
|
1263
1225
|
|
1264
|
-
class ThreeTierWorkload
|
1265
|
-
# @private
|
1266
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1267
|
-
property :api_layer, as: 'apiLayer', class: Google::Apis::WorkloadmanagerV1::ApiLayerServer, decorator: Google::Apis::WorkloadmanagerV1::ApiLayerServer::Representation
|
1268
|
-
|
1269
|
-
property :backend, as: 'backend', class: Google::Apis::WorkloadmanagerV1::BackendServer, decorator: Google::Apis::WorkloadmanagerV1::BackendServer::Representation
|
1270
|
-
|
1271
|
-
property :endpoint, as: 'endpoint'
|
1272
|
-
property :frontend, as: 'frontend', class: Google::Apis::WorkloadmanagerV1::FrontEndServer, decorator: Google::Apis::WorkloadmanagerV1::FrontEndServer::Representation
|
1273
|
-
|
1274
|
-
end
|
1275
|
-
end
|
1276
|
-
|
1277
1226
|
class TorsoValidation
|
1278
1227
|
# @private
|
1279
1228
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1290,6 +1239,7 @@ module Google
|
|
1290
1239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1291
1240
|
property :end_time, as: 'endTime'
|
1292
1241
|
property :maintenance_status, as: 'maintenanceStatus'
|
1242
|
+
property :on_host_maintenance, as: 'onHostMaintenance'
|
1293
1243
|
property :start_time, as: 'startTime'
|
1294
1244
|
property :type, as: 'type'
|
1295
1245
|
end
|
@@ -1307,22 +1257,11 @@ module Google
|
|
1307
1257
|
class WorkloadProfile
|
1308
1258
|
# @private
|
1309
1259
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1310
|
-
property :application, as: 'application', class: Google::Apis::WorkloadmanagerV1::Layer, decorator: Google::Apis::WorkloadmanagerV1::Layer::Representation
|
1311
|
-
|
1312
|
-
property :ascs, as: 'ascs', class: Google::Apis::WorkloadmanagerV1::Layer, decorator: Google::Apis::WorkloadmanagerV1::Layer::Representation
|
1313
|
-
|
1314
|
-
property :database, as: 'database', class: Google::Apis::WorkloadmanagerV1::Layer, decorator: Google::Apis::WorkloadmanagerV1::Layer::Representation
|
1315
|
-
|
1316
1260
|
hash :labels, as: 'labels'
|
1317
1261
|
property :name, as: 'name'
|
1318
1262
|
property :refreshed_time, as: 'refreshedTime'
|
1319
1263
|
property :sap_workload, as: 'sapWorkload', class: Google::Apis::WorkloadmanagerV1::SapWorkload, decorator: Google::Apis::WorkloadmanagerV1::SapWorkload::Representation
|
1320
1264
|
|
1321
|
-
property :sqlserver_workload, as: 'sqlserverWorkload', class: Google::Apis::WorkloadmanagerV1::SqlserverWorkload, decorator: Google::Apis::WorkloadmanagerV1::SqlserverWorkload::Representation
|
1322
|
-
|
1323
|
-
property :state, as: 'state'
|
1324
|
-
property :three_tier_workload, as: 'threeTierWorkload', class: Google::Apis::WorkloadmanagerV1::ThreeTierWorkload, decorator: Google::Apis::WorkloadmanagerV1::ThreeTierWorkload::Representation
|
1325
|
-
|
1326
1265
|
property :workload_type, as: 'workloadType'
|
1327
1266
|
end
|
1328
1267
|
end
|
@@ -1333,6 +1272,8 @@ module Google
|
|
1333
1272
|
property :check_time, as: 'checkTime'
|
1334
1273
|
collection :component_healthes, as: 'componentHealthes', class: Google::Apis::WorkloadmanagerV1::ComponentHealth, decorator: Google::Apis::WorkloadmanagerV1::ComponentHealth::Representation
|
1335
1274
|
|
1275
|
+
collection :components_health, as: 'componentsHealth', class: Google::Apis::WorkloadmanagerV1::ComponentHealth, decorator: Google::Apis::WorkloadmanagerV1::ComponentHealth::Representation
|
1276
|
+
|
1336
1277
|
property :state, as: 'state'
|
1337
1278
|
end
|
1338
1279
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-workloadmanager_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.36.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.36.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.1'
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Workload Manager API V1
|
79
79
|
test_files: []
|