google-apis-container_v1beta1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module ContainerV1beta1
18
+ # Version of the google-apis-container_v1beta1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201209"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1932 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ require 'date'
16
+ require 'google/apis/core/base_service'
17
+ require 'google/apis/core/json_representation'
18
+ require 'google/apis/core/hashable'
19
+ require 'google/apis/errors'
20
+
21
+ module Google
22
+ module Apis
23
+ module ContainerV1beta1
24
+
25
+ class AcceleratorConfig
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AddonsConfig
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AuthenticatorGroupsConfig
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AutoUpgradeOptions
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AutoprovisioningNodePoolDefaults
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AvailableVersion
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class BigQueryDestination
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class BinaryAuthorization
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CancelOperationRequest
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CidrBlock
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class ClientCertificateConfig
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class CloudRunConfig
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class Cluster
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class ClusterAutoscaling
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class ClusterTelemetry
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class ClusterUpdate
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class CompleteIpRotationRequest
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class ConfidentialNodes
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class ConfigConnectorConfig
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class ConsumptionMeteringConfig
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class CreateClusterRequest
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class CreateNodePoolRequest
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class DailyMaintenanceWindow
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class DatabaseEncryption
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class DefaultSnatStatus
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class DnsCacheConfig
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class Empty
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class EphemeralStorageConfig
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GcePersistentDiskCsiDriverConfig
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GetJsonWebKeysResponse
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GetOpenIdConfigResponse
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class HorizontalPodAutoscaling
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class HttpCacheControlResponseHeader
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class HttpLoadBalancing
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class IpAllocationPolicy
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class IntraNodeVisibilityConfig
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class IstioConfig
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class Jwk
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class KalmConfig
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class KubernetesDashboard
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class LegacyAbac
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class LinuxNodeConfig
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class ListClustersResponse
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class ListLocationsResponse
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class ListNodePoolsResponse
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class ListOperationsResponse
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class ListUsableSubnetworksResponse
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class Location
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class MaintenancePolicy
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class MaintenanceWindow
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class Master
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class MasterAuth
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class MasterAuthorizedNetworksConfig
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class MaxPodsConstraint
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class Metric
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class NetworkConfig
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class NetworkPolicy
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class NetworkPolicyConfig
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class NodeConfig
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class NodeKubeletConfig
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class NodeManagement
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class NodePool
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class NodePoolAutoscaling
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class NodeTaint
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class NotificationConfig
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class Operation
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class OperationProgress
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class PodSecurityPolicyConfig
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class PrivateClusterConfig
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class PrivateClusterMasterGlobalAccessConfig
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class PubSub
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class RecurringTimeWindow
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class ReleaseChannel
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class ReleaseChannelConfig
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class ReservationAffinity
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class ResourceLimit
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class ResourceUsageExportConfig
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class RollbackNodePoolUpgradeRequest
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class SandboxConfig
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class ServerConfig
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class SetAddonsConfigRequest
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class SetLabelsRequest
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class SetLegacyAbacRequest
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class SetLocationsRequest
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class SetLoggingServiceRequest
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class SetMaintenancePolicyRequest
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class SetMasterAuthRequest
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class SetMonitoringServiceRequest
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class SetNetworkPolicyRequest
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class SetNodePoolAutoscalingRequest
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class SetNodePoolManagementRequest
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class SetNodePoolSizeRequest
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class ShieldedInstanceConfig
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class ShieldedNodes
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class StartIpRotationRequest
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class Status
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class StatusCondition
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class TimeWindow
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class TpuConfig
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class UpdateClusterRequest
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class UpdateMasterRequest
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class UpdateNodePoolRequest
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class UpgradeEvent
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class UpgradeSettings
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class UsableSubnetwork
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class UsableSubnetworkSecondaryRange
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class VerticalPodAutoscaling
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class WorkloadIdentityConfig
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class WorkloadMetadataConfig
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class AcceleratorConfig
680
+ # @private
681
+ class Representation < Google::Apis::Core::JsonRepresentation
682
+ property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
683
+ property :accelerator_type, as: 'acceleratorType'
684
+ end
685
+ end
686
+
687
+ class AddonsConfig
688
+ # @private
689
+ class Representation < Google::Apis::Core::JsonRepresentation
690
+ property :cloud_run_config, as: 'cloudRunConfig', class: Google::Apis::ContainerV1beta1::CloudRunConfig, decorator: Google::Apis::ContainerV1beta1::CloudRunConfig::Representation
691
+
692
+ property :config_connector_config, as: 'configConnectorConfig', class: Google::Apis::ContainerV1beta1::ConfigConnectorConfig, decorator: Google::Apis::ContainerV1beta1::ConfigConnectorConfig::Representation
693
+
694
+ property :dns_cache_config, as: 'dnsCacheConfig', class: Google::Apis::ContainerV1beta1::DnsCacheConfig, decorator: Google::Apis::ContainerV1beta1::DnsCacheConfig::Representation
695
+
696
+ property :gce_persistent_disk_csi_driver_config, as: 'gcePersistentDiskCsiDriverConfig', class: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig, decorator: Google::Apis::ContainerV1beta1::GcePersistentDiskCsiDriverConfig::Representation
697
+
698
+ property :horizontal_pod_autoscaling, as: 'horizontalPodAutoscaling', class: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::HorizontalPodAutoscaling::Representation
699
+
700
+ property :http_load_balancing, as: 'httpLoadBalancing', class: Google::Apis::ContainerV1beta1::HttpLoadBalancing, decorator: Google::Apis::ContainerV1beta1::HttpLoadBalancing::Representation
701
+
702
+ property :istio_config, as: 'istioConfig', class: Google::Apis::ContainerV1beta1::IstioConfig, decorator: Google::Apis::ContainerV1beta1::IstioConfig::Representation
703
+
704
+ property :kalm_config, as: 'kalmConfig', class: Google::Apis::ContainerV1beta1::KalmConfig, decorator: Google::Apis::ContainerV1beta1::KalmConfig::Representation
705
+
706
+ property :kubernetes_dashboard, as: 'kubernetesDashboard', class: Google::Apis::ContainerV1beta1::KubernetesDashboard, decorator: Google::Apis::ContainerV1beta1::KubernetesDashboard::Representation
707
+
708
+ property :network_policy_config, as: 'networkPolicyConfig', class: Google::Apis::ContainerV1beta1::NetworkPolicyConfig, decorator: Google::Apis::ContainerV1beta1::NetworkPolicyConfig::Representation
709
+
710
+ end
711
+ end
712
+
713
+ class AuthenticatorGroupsConfig
714
+ # @private
715
+ class Representation < Google::Apis::Core::JsonRepresentation
716
+ property :enabled, as: 'enabled'
717
+ property :security_group, as: 'securityGroup'
718
+ end
719
+ end
720
+
721
+ class AutoUpgradeOptions
722
+ # @private
723
+ class Representation < Google::Apis::Core::JsonRepresentation
724
+ property :auto_upgrade_start_time, as: 'autoUpgradeStartTime'
725
+ property :description, as: 'description'
726
+ end
727
+ end
728
+
729
+ class AutoprovisioningNodePoolDefaults
730
+ # @private
731
+ class Representation < Google::Apis::Core::JsonRepresentation
732
+ property :boot_disk_kms_key, as: 'bootDiskKmsKey'
733
+ property :disk_size_gb, as: 'diskSizeGb'
734
+ property :disk_type, as: 'diskType'
735
+ property :management, as: 'management', class: Google::Apis::ContainerV1beta1::NodeManagement, decorator: Google::Apis::ContainerV1beta1::NodeManagement::Representation
736
+
737
+ property :min_cpu_platform, as: 'minCpuPlatform'
738
+ collection :oauth_scopes, as: 'oauthScopes'
739
+ property :service_account, as: 'serviceAccount'
740
+ property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig::Representation
741
+
742
+ property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1beta1::UpgradeSettings, decorator: Google::Apis::ContainerV1beta1::UpgradeSettings::Representation
743
+
744
+ end
745
+ end
746
+
747
+ class AvailableVersion
748
+ # @private
749
+ class Representation < Google::Apis::Core::JsonRepresentation
750
+ property :reason, as: 'reason'
751
+ property :version, as: 'version'
752
+ end
753
+ end
754
+
755
+ class BigQueryDestination
756
+ # @private
757
+ class Representation < Google::Apis::Core::JsonRepresentation
758
+ property :dataset_id, as: 'datasetId'
759
+ end
760
+ end
761
+
762
+ class BinaryAuthorization
763
+ # @private
764
+ class Representation < Google::Apis::Core::JsonRepresentation
765
+ property :enabled, as: 'enabled'
766
+ end
767
+ end
768
+
769
+ class CancelOperationRequest
770
+ # @private
771
+ class Representation < Google::Apis::Core::JsonRepresentation
772
+ property :name, as: 'name'
773
+ property :operation_id, as: 'operationId'
774
+ property :project_id, as: 'projectId'
775
+ property :zone, as: 'zone'
776
+ end
777
+ end
778
+
779
+ class CidrBlock
780
+ # @private
781
+ class Representation < Google::Apis::Core::JsonRepresentation
782
+ property :cidr_block, as: 'cidrBlock'
783
+ property :display_name, as: 'displayName'
784
+ end
785
+ end
786
+
787
+ class ClientCertificateConfig
788
+ # @private
789
+ class Representation < Google::Apis::Core::JsonRepresentation
790
+ property :issue_client_certificate, as: 'issueClientCertificate'
791
+ end
792
+ end
793
+
794
+ class CloudRunConfig
795
+ # @private
796
+ class Representation < Google::Apis::Core::JsonRepresentation
797
+ property :disabled, as: 'disabled'
798
+ property :load_balancer_type, as: 'loadBalancerType'
799
+ end
800
+ end
801
+
802
+ class Cluster
803
+ # @private
804
+ class Representation < Google::Apis::Core::JsonRepresentation
805
+ property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
806
+
807
+ property :authenticator_groups_config, as: 'authenticatorGroupsConfig', class: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig, decorator: Google::Apis::ContainerV1beta1::AuthenticatorGroupsConfig::Representation
808
+
809
+ property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1beta1::ClusterAutoscaling::Representation
810
+
811
+ property :binary_authorization, as: 'binaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
812
+
813
+ property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
814
+ property :cluster_telemetry, as: 'clusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
815
+
816
+ collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
817
+
818
+ property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
819
+
820
+ property :create_time, as: 'createTime'
821
+ property :current_master_version, as: 'currentMasterVersion'
822
+ property :current_node_count, as: 'currentNodeCount'
823
+ property :current_node_version, as: 'currentNodeVersion'
824
+ property :database_encryption, as: 'databaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
825
+
826
+ property :default_max_pods_constraint, as: 'defaultMaxPodsConstraint', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
827
+
828
+ property :description, as: 'description'
829
+ property :enable_kubernetes_alpha, as: 'enableKubernetesAlpha'
830
+ property :enable_tpu, as: 'enableTpu'
831
+ property :endpoint, as: 'endpoint'
832
+ property :expire_time, as: 'expireTime'
833
+ property :initial_cluster_version, as: 'initialClusterVersion'
834
+ property :initial_node_count, as: 'initialNodeCount'
835
+ collection :instance_group_urls, as: 'instanceGroupUrls'
836
+ property :ip_allocation_policy, as: 'ipAllocationPolicy', class: Google::Apis::ContainerV1beta1::IpAllocationPolicy, decorator: Google::Apis::ContainerV1beta1::IpAllocationPolicy::Representation
837
+
838
+ property :label_fingerprint, as: 'labelFingerprint'
839
+ property :legacy_abac, as: 'legacyAbac', class: Google::Apis::ContainerV1beta1::LegacyAbac, decorator: Google::Apis::ContainerV1beta1::LegacyAbac::Representation
840
+
841
+ property :location, as: 'location'
842
+ collection :locations, as: 'locations'
843
+ property :logging_service, as: 'loggingService'
844
+ property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1beta1::MaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::MaintenancePolicy::Representation
845
+
846
+ property :master, as: 'master', class: Google::Apis::ContainerV1beta1::Master, decorator: Google::Apis::ContainerV1beta1::Master::Representation
847
+
848
+ property :master_auth, as: 'masterAuth', class: Google::Apis::ContainerV1beta1::MasterAuth, decorator: Google::Apis::ContainerV1beta1::MasterAuth::Representation
849
+
850
+ property :master_authorized_networks_config, as: 'masterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
851
+
852
+ property :master_ipv4_cidr_block, as: 'masterIpv4CidrBlock'
853
+ property :monitoring_service, as: 'monitoringService'
854
+ property :name, as: 'name'
855
+ property :network, as: 'network'
856
+ property :network_config, as: 'networkConfig', class: Google::Apis::ContainerV1beta1::NetworkConfig, decorator: Google::Apis::ContainerV1beta1::NetworkConfig::Representation
857
+
858
+ property :network_policy, as: 'networkPolicy', class: Google::Apis::ContainerV1beta1::NetworkPolicy, decorator: Google::Apis::ContainerV1beta1::NetworkPolicy::Representation
859
+
860
+ property :node_config, as: 'nodeConfig', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
861
+
862
+ property :node_ipv4_cidr_size, as: 'nodeIpv4CidrSize'
863
+ collection :node_pools, as: 'nodePools', class: Google::Apis::ContainerV1beta1::NodePool, decorator: Google::Apis::ContainerV1beta1::NodePool::Representation
864
+
865
+ property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
866
+
867
+ property :pod_security_policy_config, as: 'podSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
868
+
869
+ property :private_cluster, as: 'privateCluster'
870
+ property :private_cluster_config, as: 'privateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
871
+
872
+ property :release_channel, as: 'releaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
873
+
874
+ hash :resource_labels, as: 'resourceLabels'
875
+ property :resource_usage_export_config, as: 'resourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
876
+
877
+ property :self_link, as: 'selfLink'
878
+ property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
879
+ property :shielded_nodes, as: 'shieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
880
+
881
+ property :status, as: 'status'
882
+ property :status_message, as: 'statusMessage'
883
+ property :subnetwork, as: 'subnetwork'
884
+ property :tpu_config, as: 'tpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
885
+
886
+ property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
887
+ property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
888
+
889
+ property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
890
+
891
+ property :zone, as: 'zone'
892
+ end
893
+ end
894
+
895
+ class ClusterAutoscaling
896
+ # @private
897
+ class Representation < Google::Apis::Core::JsonRepresentation
898
+ collection :autoprovisioning_locations, as: 'autoprovisioningLocations'
899
+ property :autoprovisioning_node_pool_defaults, as: 'autoprovisioningNodePoolDefaults', class: Google::Apis::ContainerV1beta1::AutoprovisioningNodePoolDefaults, decorator: Google::Apis::ContainerV1beta1::AutoprovisioningNodePoolDefaults::Representation
900
+
901
+ property :autoscaling_profile, as: 'autoscalingProfile'
902
+ property :enable_node_autoprovisioning, as: 'enableNodeAutoprovisioning'
903
+ collection :resource_limits, as: 'resourceLimits', class: Google::Apis::ContainerV1beta1::ResourceLimit, decorator: Google::Apis::ContainerV1beta1::ResourceLimit::Representation
904
+
905
+ end
906
+ end
907
+
908
+ class ClusterTelemetry
909
+ # @private
910
+ class Representation < Google::Apis::Core::JsonRepresentation
911
+ property :type, as: 'type'
912
+ end
913
+ end
914
+
915
+ class ClusterUpdate
916
+ # @private
917
+ class Representation < Google::Apis::Core::JsonRepresentation
918
+ property :desired_addons_config, as: 'desiredAddonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
919
+
920
+ property :desired_binary_authorization, as: 'desiredBinaryAuthorization', class: Google::Apis::ContainerV1beta1::BinaryAuthorization, decorator: Google::Apis::ContainerV1beta1::BinaryAuthorization::Representation
921
+
922
+ property :desired_cluster_autoscaling, as: 'desiredClusterAutoscaling', class: Google::Apis::ContainerV1beta1::ClusterAutoscaling, decorator: Google::Apis::ContainerV1beta1::ClusterAutoscaling::Representation
923
+
924
+ property :desired_cluster_telemetry, as: 'desiredClusterTelemetry', class: Google::Apis::ContainerV1beta1::ClusterTelemetry, decorator: Google::Apis::ContainerV1beta1::ClusterTelemetry::Representation
925
+
926
+ property :desired_database_encryption, as: 'desiredDatabaseEncryption', class: Google::Apis::ContainerV1beta1::DatabaseEncryption, decorator: Google::Apis::ContainerV1beta1::DatabaseEncryption::Representation
927
+
928
+ property :desired_datapath_provider, as: 'desiredDatapathProvider'
929
+ property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
930
+
931
+ property :desired_image_type, as: 'desiredImageType'
932
+ property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
933
+
934
+ collection :desired_locations, as: 'desiredLocations'
935
+ property :desired_logging_service, as: 'desiredLoggingService'
936
+ property :desired_master, as: 'desiredMaster', class: Google::Apis::ContainerV1beta1::Master, decorator: Google::Apis::ContainerV1beta1::Master::Representation
937
+
938
+ property :desired_master_authorized_networks_config, as: 'desiredMasterAuthorizedNetworksConfig', class: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig, decorator: Google::Apis::ContainerV1beta1::MasterAuthorizedNetworksConfig::Representation
939
+
940
+ property :desired_master_version, as: 'desiredMasterVersion'
941
+ property :desired_monitoring_service, as: 'desiredMonitoringService'
942
+ property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
943
+
944
+ property :desired_node_pool_id, as: 'desiredNodePoolId'
945
+ property :desired_node_version, as: 'desiredNodeVersion'
946
+ property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
947
+
948
+ property :desired_pod_security_policy_config, as: 'desiredPodSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
949
+
950
+ property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
951
+
952
+ property :desired_private_ipv6_google_access, as: 'desiredPrivateIpv6GoogleAccess'
953
+ property :desired_release_channel, as: 'desiredReleaseChannel', class: Google::Apis::ContainerV1beta1::ReleaseChannel, decorator: Google::Apis::ContainerV1beta1::ReleaseChannel::Representation
954
+
955
+ property :desired_resource_usage_export_config, as: 'desiredResourceUsageExportConfig', class: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig, decorator: Google::Apis::ContainerV1beta1::ResourceUsageExportConfig::Representation
956
+
957
+ property :desired_shielded_nodes, as: 'desiredShieldedNodes', class: Google::Apis::ContainerV1beta1::ShieldedNodes, decorator: Google::Apis::ContainerV1beta1::ShieldedNodes::Representation
958
+
959
+ property :desired_tpu_config, as: 'desiredTpuConfig', class: Google::Apis::ContainerV1beta1::TpuConfig, decorator: Google::Apis::ContainerV1beta1::TpuConfig::Representation
960
+
961
+ property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
962
+
963
+ property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
964
+
965
+ end
966
+ end
967
+
968
+ class CompleteIpRotationRequest
969
+ # @private
970
+ class Representation < Google::Apis::Core::JsonRepresentation
971
+ property :cluster_id, as: 'clusterId'
972
+ property :name, as: 'name'
973
+ property :project_id, as: 'projectId'
974
+ property :zone, as: 'zone'
975
+ end
976
+ end
977
+
978
+ class ConfidentialNodes
979
+ # @private
980
+ class Representation < Google::Apis::Core::JsonRepresentation
981
+ property :enabled, as: 'enabled'
982
+ end
983
+ end
984
+
985
+ class ConfigConnectorConfig
986
+ # @private
987
+ class Representation < Google::Apis::Core::JsonRepresentation
988
+ property :enabled, as: 'enabled'
989
+ end
990
+ end
991
+
992
+ class ConsumptionMeteringConfig
993
+ # @private
994
+ class Representation < Google::Apis::Core::JsonRepresentation
995
+ property :enabled, as: 'enabled'
996
+ end
997
+ end
998
+
999
+ class CreateClusterRequest
1000
+ # @private
1001
+ class Representation < Google::Apis::Core::JsonRepresentation
1002
+ property :cluster, as: 'cluster', class: Google::Apis::ContainerV1beta1::Cluster, decorator: Google::Apis::ContainerV1beta1::Cluster::Representation
1003
+
1004
+ property :parent, as: 'parent'
1005
+ property :project_id, as: 'projectId'
1006
+ property :zone, as: 'zone'
1007
+ end
1008
+ end
1009
+
1010
+ class CreateNodePoolRequest
1011
+ # @private
1012
+ class Representation < Google::Apis::Core::JsonRepresentation
1013
+ property :cluster_id, as: 'clusterId'
1014
+ property :node_pool, as: 'nodePool', class: Google::Apis::ContainerV1beta1::NodePool, decorator: Google::Apis::ContainerV1beta1::NodePool::Representation
1015
+
1016
+ property :parent, as: 'parent'
1017
+ property :project_id, as: 'projectId'
1018
+ property :zone, as: 'zone'
1019
+ end
1020
+ end
1021
+
1022
+ class DailyMaintenanceWindow
1023
+ # @private
1024
+ class Representation < Google::Apis::Core::JsonRepresentation
1025
+ property :duration, as: 'duration'
1026
+ property :start_time, as: 'startTime'
1027
+ end
1028
+ end
1029
+
1030
+ class DatabaseEncryption
1031
+ # @private
1032
+ class Representation < Google::Apis::Core::JsonRepresentation
1033
+ property :key_name, as: 'keyName'
1034
+ property :state, as: 'state'
1035
+ end
1036
+ end
1037
+
1038
+ class DefaultSnatStatus
1039
+ # @private
1040
+ class Representation < Google::Apis::Core::JsonRepresentation
1041
+ property :disabled, as: 'disabled'
1042
+ end
1043
+ end
1044
+
1045
+ class DnsCacheConfig
1046
+ # @private
1047
+ class Representation < Google::Apis::Core::JsonRepresentation
1048
+ property :enabled, as: 'enabled'
1049
+ end
1050
+ end
1051
+
1052
+ class Empty
1053
+ # @private
1054
+ class Representation < Google::Apis::Core::JsonRepresentation
1055
+ end
1056
+ end
1057
+
1058
+ class EphemeralStorageConfig
1059
+ # @private
1060
+ class Representation < Google::Apis::Core::JsonRepresentation
1061
+ property :local_ssd_count, as: 'localSsdCount'
1062
+ end
1063
+ end
1064
+
1065
+ class GcePersistentDiskCsiDriverConfig
1066
+ # @private
1067
+ class Representation < Google::Apis::Core::JsonRepresentation
1068
+ property :enabled, as: 'enabled'
1069
+ end
1070
+ end
1071
+
1072
+ class GetJsonWebKeysResponse
1073
+ # @private
1074
+ class Representation < Google::Apis::Core::JsonRepresentation
1075
+ property :cache_header, as: 'cacheHeader', class: Google::Apis::ContainerV1beta1::HttpCacheControlResponseHeader, decorator: Google::Apis::ContainerV1beta1::HttpCacheControlResponseHeader::Representation
1076
+
1077
+ collection :keys, as: 'keys', class: Google::Apis::ContainerV1beta1::Jwk, decorator: Google::Apis::ContainerV1beta1::Jwk::Representation
1078
+
1079
+ end
1080
+ end
1081
+
1082
+ class GetOpenIdConfigResponse
1083
+ # @private
1084
+ class Representation < Google::Apis::Core::JsonRepresentation
1085
+ property :cache_header, as: 'cacheHeader', class: Google::Apis::ContainerV1beta1::HttpCacheControlResponseHeader, decorator: Google::Apis::ContainerV1beta1::HttpCacheControlResponseHeader::Representation
1086
+
1087
+ collection :claims_supported, as: 'claims_supported'
1088
+ collection :grant_types, as: 'grant_types'
1089
+ collection :id_token_signing_alg_values_supported, as: 'id_token_signing_alg_values_supported'
1090
+ property :issuer, as: 'issuer'
1091
+ property :jwks_uri, as: 'jwks_uri'
1092
+ collection :response_types_supported, as: 'response_types_supported'
1093
+ collection :subject_types_supported, as: 'subject_types_supported'
1094
+ end
1095
+ end
1096
+
1097
+ class HorizontalPodAutoscaling
1098
+ # @private
1099
+ class Representation < Google::Apis::Core::JsonRepresentation
1100
+ property :disabled, as: 'disabled'
1101
+ end
1102
+ end
1103
+
1104
+ class HttpCacheControlResponseHeader
1105
+ # @private
1106
+ class Representation < Google::Apis::Core::JsonRepresentation
1107
+ property :age, :numeric_string => true, as: 'age'
1108
+ property :directive, as: 'directive'
1109
+ property :expires, as: 'expires'
1110
+ end
1111
+ end
1112
+
1113
+ class HttpLoadBalancing
1114
+ # @private
1115
+ class Representation < Google::Apis::Core::JsonRepresentation
1116
+ property :disabled, as: 'disabled'
1117
+ end
1118
+ end
1119
+
1120
+ class IpAllocationPolicy
1121
+ # @private
1122
+ class Representation < Google::Apis::Core::JsonRepresentation
1123
+ property :allow_route_overlap, as: 'allowRouteOverlap'
1124
+ property :cluster_ipv4_cidr, as: 'clusterIpv4Cidr'
1125
+ property :cluster_ipv4_cidr_block, as: 'clusterIpv4CidrBlock'
1126
+ property :cluster_secondary_range_name, as: 'clusterSecondaryRangeName'
1127
+ property :create_subnetwork, as: 'createSubnetwork'
1128
+ property :node_ipv4_cidr, as: 'nodeIpv4Cidr'
1129
+ property :node_ipv4_cidr_block, as: 'nodeIpv4CidrBlock'
1130
+ property :services_ipv4_cidr, as: 'servicesIpv4Cidr'
1131
+ property :services_ipv4_cidr_block, as: 'servicesIpv4CidrBlock'
1132
+ property :services_secondary_range_name, as: 'servicesSecondaryRangeName'
1133
+ property :subnetwork_name, as: 'subnetworkName'
1134
+ property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
1135
+ property :use_ip_aliases, as: 'useIpAliases'
1136
+ property :use_routes, as: 'useRoutes'
1137
+ end
1138
+ end
1139
+
1140
+ class IntraNodeVisibilityConfig
1141
+ # @private
1142
+ class Representation < Google::Apis::Core::JsonRepresentation
1143
+ property :enabled, as: 'enabled'
1144
+ end
1145
+ end
1146
+
1147
+ class IstioConfig
1148
+ # @private
1149
+ class Representation < Google::Apis::Core::JsonRepresentation
1150
+ property :auth, as: 'auth'
1151
+ property :disabled, as: 'disabled'
1152
+ end
1153
+ end
1154
+
1155
+ class Jwk
1156
+ # @private
1157
+ class Representation < Google::Apis::Core::JsonRepresentation
1158
+ property :alg, as: 'alg'
1159
+ property :crv, as: 'crv'
1160
+ property :e, as: 'e'
1161
+ property :kid, as: 'kid'
1162
+ property :kty, as: 'kty'
1163
+ property :n, as: 'n'
1164
+ property :use, as: 'use'
1165
+ property :x, as: 'x'
1166
+ property :y, as: 'y'
1167
+ end
1168
+ end
1169
+
1170
+ class KalmConfig
1171
+ # @private
1172
+ class Representation < Google::Apis::Core::JsonRepresentation
1173
+ property :enabled, as: 'enabled'
1174
+ end
1175
+ end
1176
+
1177
+ class KubernetesDashboard
1178
+ # @private
1179
+ class Representation < Google::Apis::Core::JsonRepresentation
1180
+ property :disabled, as: 'disabled'
1181
+ end
1182
+ end
1183
+
1184
+ class LegacyAbac
1185
+ # @private
1186
+ class Representation < Google::Apis::Core::JsonRepresentation
1187
+ property :enabled, as: 'enabled'
1188
+ end
1189
+ end
1190
+
1191
+ class LinuxNodeConfig
1192
+ # @private
1193
+ class Representation < Google::Apis::Core::JsonRepresentation
1194
+ hash :sysctls, as: 'sysctls'
1195
+ end
1196
+ end
1197
+
1198
+ class ListClustersResponse
1199
+ # @private
1200
+ class Representation < Google::Apis::Core::JsonRepresentation
1201
+ collection :clusters, as: 'clusters', class: Google::Apis::ContainerV1beta1::Cluster, decorator: Google::Apis::ContainerV1beta1::Cluster::Representation
1202
+
1203
+ collection :missing_zones, as: 'missingZones'
1204
+ end
1205
+ end
1206
+
1207
+ class ListLocationsResponse
1208
+ # @private
1209
+ class Representation < Google::Apis::Core::JsonRepresentation
1210
+ collection :locations, as: 'locations', class: Google::Apis::ContainerV1beta1::Location, decorator: Google::Apis::ContainerV1beta1::Location::Representation
1211
+
1212
+ property :next_page_token, as: 'nextPageToken'
1213
+ end
1214
+ end
1215
+
1216
+ class ListNodePoolsResponse
1217
+ # @private
1218
+ class Representation < Google::Apis::Core::JsonRepresentation
1219
+ collection :node_pools, as: 'nodePools', class: Google::Apis::ContainerV1beta1::NodePool, decorator: Google::Apis::ContainerV1beta1::NodePool::Representation
1220
+
1221
+ end
1222
+ end
1223
+
1224
+ class ListOperationsResponse
1225
+ # @private
1226
+ class Representation < Google::Apis::Core::JsonRepresentation
1227
+ collection :missing_zones, as: 'missingZones'
1228
+ collection :operations, as: 'operations', class: Google::Apis::ContainerV1beta1::Operation, decorator: Google::Apis::ContainerV1beta1::Operation::Representation
1229
+
1230
+ end
1231
+ end
1232
+
1233
+ class ListUsableSubnetworksResponse
1234
+ # @private
1235
+ class Representation < Google::Apis::Core::JsonRepresentation
1236
+ property :next_page_token, as: 'nextPageToken'
1237
+ collection :subnetworks, as: 'subnetworks', class: Google::Apis::ContainerV1beta1::UsableSubnetwork, decorator: Google::Apis::ContainerV1beta1::UsableSubnetwork::Representation
1238
+
1239
+ end
1240
+ end
1241
+
1242
+ class Location
1243
+ # @private
1244
+ class Representation < Google::Apis::Core::JsonRepresentation
1245
+ property :name, as: 'name'
1246
+ property :recommended, as: 'recommended'
1247
+ property :type, as: 'type'
1248
+ end
1249
+ end
1250
+
1251
+ class MaintenancePolicy
1252
+ # @private
1253
+ class Representation < Google::Apis::Core::JsonRepresentation
1254
+ property :resource_version, as: 'resourceVersion'
1255
+ property :window, as: 'window', class: Google::Apis::ContainerV1beta1::MaintenanceWindow, decorator: Google::Apis::ContainerV1beta1::MaintenanceWindow::Representation
1256
+
1257
+ end
1258
+ end
1259
+
1260
+ class MaintenanceWindow
1261
+ # @private
1262
+ class Representation < Google::Apis::Core::JsonRepresentation
1263
+ property :daily_maintenance_window, as: 'dailyMaintenanceWindow', class: Google::Apis::ContainerV1beta1::DailyMaintenanceWindow, decorator: Google::Apis::ContainerV1beta1::DailyMaintenanceWindow::Representation
1264
+
1265
+ hash :maintenance_exclusions, as: 'maintenanceExclusions', class: Google::Apis::ContainerV1beta1::TimeWindow, decorator: Google::Apis::ContainerV1beta1::TimeWindow::Representation
1266
+
1267
+ property :recurring_window, as: 'recurringWindow', class: Google::Apis::ContainerV1beta1::RecurringTimeWindow, decorator: Google::Apis::ContainerV1beta1::RecurringTimeWindow::Representation
1268
+
1269
+ end
1270
+ end
1271
+
1272
+ class Master
1273
+ # @private
1274
+ class Representation < Google::Apis::Core::JsonRepresentation
1275
+ end
1276
+ end
1277
+
1278
+ class MasterAuth
1279
+ # @private
1280
+ class Representation < Google::Apis::Core::JsonRepresentation
1281
+ property :client_certificate, as: 'clientCertificate'
1282
+ property :client_certificate_config, as: 'clientCertificateConfig', class: Google::Apis::ContainerV1beta1::ClientCertificateConfig, decorator: Google::Apis::ContainerV1beta1::ClientCertificateConfig::Representation
1283
+
1284
+ property :client_key, as: 'clientKey'
1285
+ property :cluster_ca_certificate, as: 'clusterCaCertificate'
1286
+ property :password, as: 'password'
1287
+ property :username, as: 'username'
1288
+ end
1289
+ end
1290
+
1291
+ class MasterAuthorizedNetworksConfig
1292
+ # @private
1293
+ class Representation < Google::Apis::Core::JsonRepresentation
1294
+ collection :cidr_blocks, as: 'cidrBlocks', class: Google::Apis::ContainerV1beta1::CidrBlock, decorator: Google::Apis::ContainerV1beta1::CidrBlock::Representation
1295
+
1296
+ property :enabled, as: 'enabled'
1297
+ end
1298
+ end
1299
+
1300
+ class MaxPodsConstraint
1301
+ # @private
1302
+ class Representation < Google::Apis::Core::JsonRepresentation
1303
+ property :max_pods_per_node, :numeric_string => true, as: 'maxPodsPerNode'
1304
+ end
1305
+ end
1306
+
1307
+ class Metric
1308
+ # @private
1309
+ class Representation < Google::Apis::Core::JsonRepresentation
1310
+ property :double_value, as: 'doubleValue'
1311
+ property :int_value, :numeric_string => true, as: 'intValue'
1312
+ property :name, as: 'name'
1313
+ property :string_value, as: 'stringValue'
1314
+ end
1315
+ end
1316
+
1317
+ class NetworkConfig
1318
+ # @private
1319
+ class Representation < Google::Apis::Core::JsonRepresentation
1320
+ property :datapath_provider, as: 'datapathProvider'
1321
+ property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
1322
+
1323
+ property :enable_intra_node_visibility, as: 'enableIntraNodeVisibility'
1324
+ property :network, as: 'network'
1325
+ property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
1326
+ property :subnetwork, as: 'subnetwork'
1327
+ end
1328
+ end
1329
+
1330
+ class NetworkPolicy
1331
+ # @private
1332
+ class Representation < Google::Apis::Core::JsonRepresentation
1333
+ property :enabled, as: 'enabled'
1334
+ property :provider, as: 'provider'
1335
+ end
1336
+ end
1337
+
1338
+ class NetworkPolicyConfig
1339
+ # @private
1340
+ class Representation < Google::Apis::Core::JsonRepresentation
1341
+ property :disabled, as: 'disabled'
1342
+ end
1343
+ end
1344
+
1345
+ class NodeConfig
1346
+ # @private
1347
+ class Representation < Google::Apis::Core::JsonRepresentation
1348
+ collection :accelerators, as: 'accelerators', class: Google::Apis::ContainerV1beta1::AcceleratorConfig, decorator: Google::Apis::ContainerV1beta1::AcceleratorConfig::Representation
1349
+
1350
+ property :boot_disk_kms_key, as: 'bootDiskKmsKey'
1351
+ property :disk_size_gb, as: 'diskSizeGb'
1352
+ property :disk_type, as: 'diskType'
1353
+ property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
1354
+
1355
+ property :image_type, as: 'imageType'
1356
+ property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
1357
+
1358
+ hash :labels, as: 'labels'
1359
+ property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
1360
+
1361
+ property :local_ssd_count, as: 'localSsdCount'
1362
+ property :machine_type, as: 'machineType'
1363
+ hash :metadata, as: 'metadata'
1364
+ property :min_cpu_platform, as: 'minCpuPlatform'
1365
+ property :node_group, as: 'nodeGroup'
1366
+ collection :oauth_scopes, as: 'oauthScopes'
1367
+ property :preemptible, as: 'preemptible'
1368
+ property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1beta1::ReservationAffinity, decorator: Google::Apis::ContainerV1beta1::ReservationAffinity::Representation
1369
+
1370
+ property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1beta1::SandboxConfig, decorator: Google::Apis::ContainerV1beta1::SandboxConfig::Representation
1371
+
1372
+ property :service_account, as: 'serviceAccount'
1373
+ property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig, decorator: Google::Apis::ContainerV1beta1::ShieldedInstanceConfig::Representation
1374
+
1375
+ collection :tags, as: 'tags'
1376
+ collection :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaint, decorator: Google::Apis::ContainerV1beta1::NodeTaint::Representation
1377
+
1378
+ property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig::Representation
1379
+
1380
+ end
1381
+ end
1382
+
1383
+ class NodeKubeletConfig
1384
+ # @private
1385
+ class Representation < Google::Apis::Core::JsonRepresentation
1386
+ property :cpu_cfs_quota, as: 'cpuCfsQuota'
1387
+ property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
1388
+ property :cpu_manager_policy, as: 'cpuManagerPolicy'
1389
+ end
1390
+ end
1391
+
1392
+ class NodeManagement
1393
+ # @private
1394
+ class Representation < Google::Apis::Core::JsonRepresentation
1395
+ property :auto_repair, as: 'autoRepair'
1396
+ property :auto_upgrade, as: 'autoUpgrade'
1397
+ property :upgrade_options, as: 'upgradeOptions', class: Google::Apis::ContainerV1beta1::AutoUpgradeOptions, decorator: Google::Apis::ContainerV1beta1::AutoUpgradeOptions::Representation
1398
+
1399
+ end
1400
+ end
1401
+
1402
+ class NodePool
1403
+ # @private
1404
+ class Representation < Google::Apis::Core::JsonRepresentation
1405
+ property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
1406
+
1407
+ collection :conditions, as: 'conditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
1408
+
1409
+ property :config, as: 'config', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
1410
+
1411
+ property :initial_node_count, as: 'initialNodeCount'
1412
+ collection :instance_group_urls, as: 'instanceGroupUrls'
1413
+ collection :locations, as: 'locations'
1414
+ property :management, as: 'management', class: Google::Apis::ContainerV1beta1::NodeManagement, decorator: Google::Apis::ContainerV1beta1::NodeManagement::Representation
1415
+
1416
+ property :max_pods_constraint, as: 'maxPodsConstraint', class: Google::Apis::ContainerV1beta1::MaxPodsConstraint, decorator: Google::Apis::ContainerV1beta1::MaxPodsConstraint::Representation
1417
+
1418
+ property :name, as: 'name'
1419
+ property :pod_ipv4_cidr_size, as: 'podIpv4CidrSize'
1420
+ property :self_link, as: 'selfLink'
1421
+ property :status, as: 'status'
1422
+ property :status_message, as: 'statusMessage'
1423
+ property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1beta1::UpgradeSettings, decorator: Google::Apis::ContainerV1beta1::UpgradeSettings::Representation
1424
+
1425
+ property :version, as: 'version'
1426
+ end
1427
+ end
1428
+
1429
+ class NodePoolAutoscaling
1430
+ # @private
1431
+ class Representation < Google::Apis::Core::JsonRepresentation
1432
+ property :autoprovisioned, as: 'autoprovisioned'
1433
+ property :enabled, as: 'enabled'
1434
+ property :max_node_count, as: 'maxNodeCount'
1435
+ property :min_node_count, as: 'minNodeCount'
1436
+ end
1437
+ end
1438
+
1439
+ class NodeTaint
1440
+ # @private
1441
+ class Representation < Google::Apis::Core::JsonRepresentation
1442
+ property :effect, as: 'effect'
1443
+ property :key, as: 'key'
1444
+ property :value, as: 'value'
1445
+ end
1446
+ end
1447
+
1448
+ class NotificationConfig
1449
+ # @private
1450
+ class Representation < Google::Apis::Core::JsonRepresentation
1451
+ property :pubsub, as: 'pubsub', class: Google::Apis::ContainerV1beta1::PubSub, decorator: Google::Apis::ContainerV1beta1::PubSub::Representation
1452
+
1453
+ end
1454
+ end
1455
+
1456
+ class Operation
1457
+ # @private
1458
+ class Representation < Google::Apis::Core::JsonRepresentation
1459
+ collection :cluster_conditions, as: 'clusterConditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
1460
+
1461
+ property :detail, as: 'detail'
1462
+ property :end_time, as: 'endTime'
1463
+ property :error, as: 'error', class: Google::Apis::ContainerV1beta1::Status, decorator: Google::Apis::ContainerV1beta1::Status::Representation
1464
+
1465
+ property :location, as: 'location'
1466
+ property :name, as: 'name'
1467
+ collection :nodepool_conditions, as: 'nodepoolConditions', class: Google::Apis::ContainerV1beta1::StatusCondition, decorator: Google::Apis::ContainerV1beta1::StatusCondition::Representation
1468
+
1469
+ property :operation_type, as: 'operationType'
1470
+ property :progress, as: 'progress', class: Google::Apis::ContainerV1beta1::OperationProgress, decorator: Google::Apis::ContainerV1beta1::OperationProgress::Representation
1471
+
1472
+ property :self_link, as: 'selfLink'
1473
+ property :start_time, as: 'startTime'
1474
+ property :status, as: 'status'
1475
+ property :status_message, as: 'statusMessage'
1476
+ property :target_link, as: 'targetLink'
1477
+ property :zone, as: 'zone'
1478
+ end
1479
+ end
1480
+
1481
+ class OperationProgress
1482
+ # @private
1483
+ class Representation < Google::Apis::Core::JsonRepresentation
1484
+ collection :metrics, as: 'metrics', class: Google::Apis::ContainerV1beta1::Metric, decorator: Google::Apis::ContainerV1beta1::Metric::Representation
1485
+
1486
+ property :name, as: 'name'
1487
+ collection :stages, as: 'stages', class: Google::Apis::ContainerV1beta1::OperationProgress, decorator: Google::Apis::ContainerV1beta1::OperationProgress::Representation
1488
+
1489
+ property :status, as: 'status'
1490
+ end
1491
+ end
1492
+
1493
+ class PodSecurityPolicyConfig
1494
+ # @private
1495
+ class Representation < Google::Apis::Core::JsonRepresentation
1496
+ property :enabled, as: 'enabled'
1497
+ end
1498
+ end
1499
+
1500
+ class PrivateClusterConfig
1501
+ # @private
1502
+ class Representation < Google::Apis::Core::JsonRepresentation
1503
+ property :enable_private_endpoint, as: 'enablePrivateEndpoint'
1504
+ property :enable_private_nodes, as: 'enablePrivateNodes'
1505
+ property :master_global_access_config, as: 'masterGlobalAccessConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterMasterGlobalAccessConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterMasterGlobalAccessConfig::Representation
1506
+
1507
+ property :master_ipv4_cidr_block, as: 'masterIpv4CidrBlock'
1508
+ property :peering_name, as: 'peeringName'
1509
+ property :private_endpoint, as: 'privateEndpoint'
1510
+ property :public_endpoint, as: 'publicEndpoint'
1511
+ end
1512
+ end
1513
+
1514
+ class PrivateClusterMasterGlobalAccessConfig
1515
+ # @private
1516
+ class Representation < Google::Apis::Core::JsonRepresentation
1517
+ property :enabled, as: 'enabled'
1518
+ end
1519
+ end
1520
+
1521
+ class PubSub
1522
+ # @private
1523
+ class Representation < Google::Apis::Core::JsonRepresentation
1524
+ property :enabled, as: 'enabled'
1525
+ property :topic, as: 'topic'
1526
+ end
1527
+ end
1528
+
1529
+ class RecurringTimeWindow
1530
+ # @private
1531
+ class Representation < Google::Apis::Core::JsonRepresentation
1532
+ property :recurrence, as: 'recurrence'
1533
+ property :window, as: 'window', class: Google::Apis::ContainerV1beta1::TimeWindow, decorator: Google::Apis::ContainerV1beta1::TimeWindow::Representation
1534
+
1535
+ end
1536
+ end
1537
+
1538
+ class ReleaseChannel
1539
+ # @private
1540
+ class Representation < Google::Apis::Core::JsonRepresentation
1541
+ property :channel, as: 'channel'
1542
+ end
1543
+ end
1544
+
1545
+ class ReleaseChannelConfig
1546
+ # @private
1547
+ class Representation < Google::Apis::Core::JsonRepresentation
1548
+ collection :available_versions, as: 'availableVersions', class: Google::Apis::ContainerV1beta1::AvailableVersion, decorator: Google::Apis::ContainerV1beta1::AvailableVersion::Representation
1549
+
1550
+ property :channel, as: 'channel'
1551
+ property :default_version, as: 'defaultVersion'
1552
+ collection :valid_versions, as: 'validVersions'
1553
+ end
1554
+ end
1555
+
1556
+ class ReservationAffinity
1557
+ # @private
1558
+ class Representation < Google::Apis::Core::JsonRepresentation
1559
+ property :consume_reservation_type, as: 'consumeReservationType'
1560
+ property :key, as: 'key'
1561
+ collection :values, as: 'values'
1562
+ end
1563
+ end
1564
+
1565
+ class ResourceLimit
1566
+ # @private
1567
+ class Representation < Google::Apis::Core::JsonRepresentation
1568
+ property :maximum, :numeric_string => true, as: 'maximum'
1569
+ property :minimum, :numeric_string => true, as: 'minimum'
1570
+ property :resource_type, as: 'resourceType'
1571
+ end
1572
+ end
1573
+
1574
+ class ResourceUsageExportConfig
1575
+ # @private
1576
+ class Representation < Google::Apis::Core::JsonRepresentation
1577
+ property :bigquery_destination, as: 'bigqueryDestination', class: Google::Apis::ContainerV1beta1::BigQueryDestination, decorator: Google::Apis::ContainerV1beta1::BigQueryDestination::Representation
1578
+
1579
+ property :consumption_metering_config, as: 'consumptionMeteringConfig', class: Google::Apis::ContainerV1beta1::ConsumptionMeteringConfig, decorator: Google::Apis::ContainerV1beta1::ConsumptionMeteringConfig::Representation
1580
+
1581
+ property :enable_network_egress_metering, as: 'enableNetworkEgressMetering'
1582
+ end
1583
+ end
1584
+
1585
+ class RollbackNodePoolUpgradeRequest
1586
+ # @private
1587
+ class Representation < Google::Apis::Core::JsonRepresentation
1588
+ property :cluster_id, as: 'clusterId'
1589
+ property :name, as: 'name'
1590
+ property :node_pool_id, as: 'nodePoolId'
1591
+ property :project_id, as: 'projectId'
1592
+ property :zone, as: 'zone'
1593
+ end
1594
+ end
1595
+
1596
+ class SandboxConfig
1597
+ # @private
1598
+ class Representation < Google::Apis::Core::JsonRepresentation
1599
+ property :sandbox_type, as: 'sandboxType'
1600
+ property :type, as: 'type'
1601
+ end
1602
+ end
1603
+
1604
+ class ServerConfig
1605
+ # @private
1606
+ class Representation < Google::Apis::Core::JsonRepresentation
1607
+ collection :channels, as: 'channels', class: Google::Apis::ContainerV1beta1::ReleaseChannelConfig, decorator: Google::Apis::ContainerV1beta1::ReleaseChannelConfig::Representation
1608
+
1609
+ property :default_cluster_version, as: 'defaultClusterVersion'
1610
+ property :default_image_type, as: 'defaultImageType'
1611
+ collection :valid_image_types, as: 'validImageTypes'
1612
+ collection :valid_master_versions, as: 'validMasterVersions'
1613
+ collection :valid_node_versions, as: 'validNodeVersions'
1614
+ end
1615
+ end
1616
+
1617
+ class SetAddonsConfigRequest
1618
+ # @private
1619
+ class Representation < Google::Apis::Core::JsonRepresentation
1620
+ property :addons_config, as: 'addonsConfig', class: Google::Apis::ContainerV1beta1::AddonsConfig, decorator: Google::Apis::ContainerV1beta1::AddonsConfig::Representation
1621
+
1622
+ property :cluster_id, as: 'clusterId'
1623
+ property :name, as: 'name'
1624
+ property :project_id, as: 'projectId'
1625
+ property :zone, as: 'zone'
1626
+ end
1627
+ end
1628
+
1629
+ class SetLabelsRequest
1630
+ # @private
1631
+ class Representation < Google::Apis::Core::JsonRepresentation
1632
+ property :cluster_id, as: 'clusterId'
1633
+ property :label_fingerprint, as: 'labelFingerprint'
1634
+ property :name, as: 'name'
1635
+ property :project_id, as: 'projectId'
1636
+ hash :resource_labels, as: 'resourceLabels'
1637
+ property :zone, as: 'zone'
1638
+ end
1639
+ end
1640
+
1641
+ class SetLegacyAbacRequest
1642
+ # @private
1643
+ class Representation < Google::Apis::Core::JsonRepresentation
1644
+ property :cluster_id, as: 'clusterId'
1645
+ property :enabled, as: 'enabled'
1646
+ property :name, as: 'name'
1647
+ property :project_id, as: 'projectId'
1648
+ property :zone, as: 'zone'
1649
+ end
1650
+ end
1651
+
1652
+ class SetLocationsRequest
1653
+ # @private
1654
+ class Representation < Google::Apis::Core::JsonRepresentation
1655
+ property :cluster_id, as: 'clusterId'
1656
+ collection :locations, as: 'locations'
1657
+ property :name, as: 'name'
1658
+ property :project_id, as: 'projectId'
1659
+ property :zone, as: 'zone'
1660
+ end
1661
+ end
1662
+
1663
+ class SetLoggingServiceRequest
1664
+ # @private
1665
+ class Representation < Google::Apis::Core::JsonRepresentation
1666
+ property :cluster_id, as: 'clusterId'
1667
+ property :logging_service, as: 'loggingService'
1668
+ property :name, as: 'name'
1669
+ property :project_id, as: 'projectId'
1670
+ property :zone, as: 'zone'
1671
+ end
1672
+ end
1673
+
1674
+ class SetMaintenancePolicyRequest
1675
+ # @private
1676
+ class Representation < Google::Apis::Core::JsonRepresentation
1677
+ property :cluster_id, as: 'clusterId'
1678
+ property :maintenance_policy, as: 'maintenancePolicy', class: Google::Apis::ContainerV1beta1::MaintenancePolicy, decorator: Google::Apis::ContainerV1beta1::MaintenancePolicy::Representation
1679
+
1680
+ property :name, as: 'name'
1681
+ property :project_id, as: 'projectId'
1682
+ property :zone, as: 'zone'
1683
+ end
1684
+ end
1685
+
1686
+ class SetMasterAuthRequest
1687
+ # @private
1688
+ class Representation < Google::Apis::Core::JsonRepresentation
1689
+ property :action, as: 'action'
1690
+ property :cluster_id, as: 'clusterId'
1691
+ property :name, as: 'name'
1692
+ property :project_id, as: 'projectId'
1693
+ property :update, as: 'update', class: Google::Apis::ContainerV1beta1::MasterAuth, decorator: Google::Apis::ContainerV1beta1::MasterAuth::Representation
1694
+
1695
+ property :zone, as: 'zone'
1696
+ end
1697
+ end
1698
+
1699
+ class SetMonitoringServiceRequest
1700
+ # @private
1701
+ class Representation < Google::Apis::Core::JsonRepresentation
1702
+ property :cluster_id, as: 'clusterId'
1703
+ property :monitoring_service, as: 'monitoringService'
1704
+ property :name, as: 'name'
1705
+ property :project_id, as: 'projectId'
1706
+ property :zone, as: 'zone'
1707
+ end
1708
+ end
1709
+
1710
+ class SetNetworkPolicyRequest
1711
+ # @private
1712
+ class Representation < Google::Apis::Core::JsonRepresentation
1713
+ property :cluster_id, as: 'clusterId'
1714
+ property :name, as: 'name'
1715
+ property :network_policy, as: 'networkPolicy', class: Google::Apis::ContainerV1beta1::NetworkPolicy, decorator: Google::Apis::ContainerV1beta1::NetworkPolicy::Representation
1716
+
1717
+ property :project_id, as: 'projectId'
1718
+ property :zone, as: 'zone'
1719
+ end
1720
+ end
1721
+
1722
+ class SetNodePoolAutoscalingRequest
1723
+ # @private
1724
+ class Representation < Google::Apis::Core::JsonRepresentation
1725
+ property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
1726
+
1727
+ property :cluster_id, as: 'clusterId'
1728
+ property :name, as: 'name'
1729
+ property :node_pool_id, as: 'nodePoolId'
1730
+ property :project_id, as: 'projectId'
1731
+ property :zone, as: 'zone'
1732
+ end
1733
+ end
1734
+
1735
+ class SetNodePoolManagementRequest
1736
+ # @private
1737
+ class Representation < Google::Apis::Core::JsonRepresentation
1738
+ property :cluster_id, as: 'clusterId'
1739
+ property :management, as: 'management', class: Google::Apis::ContainerV1beta1::NodeManagement, decorator: Google::Apis::ContainerV1beta1::NodeManagement::Representation
1740
+
1741
+ property :name, as: 'name'
1742
+ property :node_pool_id, as: 'nodePoolId'
1743
+ property :project_id, as: 'projectId'
1744
+ property :zone, as: 'zone'
1745
+ end
1746
+ end
1747
+
1748
+ class SetNodePoolSizeRequest
1749
+ # @private
1750
+ class Representation < Google::Apis::Core::JsonRepresentation
1751
+ property :cluster_id, as: 'clusterId'
1752
+ property :name, as: 'name'
1753
+ property :node_count, as: 'nodeCount'
1754
+ property :node_pool_id, as: 'nodePoolId'
1755
+ property :project_id, as: 'projectId'
1756
+ property :zone, as: 'zone'
1757
+ end
1758
+ end
1759
+
1760
+ class ShieldedInstanceConfig
1761
+ # @private
1762
+ class Representation < Google::Apis::Core::JsonRepresentation
1763
+ property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
1764
+ property :enable_secure_boot, as: 'enableSecureBoot'
1765
+ end
1766
+ end
1767
+
1768
+ class ShieldedNodes
1769
+ # @private
1770
+ class Representation < Google::Apis::Core::JsonRepresentation
1771
+ property :enabled, as: 'enabled'
1772
+ end
1773
+ end
1774
+
1775
+ class StartIpRotationRequest
1776
+ # @private
1777
+ class Representation < Google::Apis::Core::JsonRepresentation
1778
+ property :cluster_id, as: 'clusterId'
1779
+ property :name, as: 'name'
1780
+ property :project_id, as: 'projectId'
1781
+ property :rotate_credentials, as: 'rotateCredentials'
1782
+ property :zone, as: 'zone'
1783
+ end
1784
+ end
1785
+
1786
+ class Status
1787
+ # @private
1788
+ class Representation < Google::Apis::Core::JsonRepresentation
1789
+ property :code, as: 'code'
1790
+ collection :details, as: 'details'
1791
+ property :message, as: 'message'
1792
+ end
1793
+ end
1794
+
1795
+ class StatusCondition
1796
+ # @private
1797
+ class Representation < Google::Apis::Core::JsonRepresentation
1798
+ property :canonical_code, as: 'canonicalCode'
1799
+ property :code, as: 'code'
1800
+ property :message, as: 'message'
1801
+ end
1802
+ end
1803
+
1804
+ class TimeWindow
1805
+ # @private
1806
+ class Representation < Google::Apis::Core::JsonRepresentation
1807
+ property :end_time, as: 'endTime'
1808
+ property :start_time, as: 'startTime'
1809
+ end
1810
+ end
1811
+
1812
+ class TpuConfig
1813
+ # @private
1814
+ class Representation < Google::Apis::Core::JsonRepresentation
1815
+ property :enabled, as: 'enabled'
1816
+ property :ipv4_cidr_block, as: 'ipv4CidrBlock'
1817
+ property :use_service_networking, as: 'useServiceNetworking'
1818
+ end
1819
+ end
1820
+
1821
+ class UpdateClusterRequest
1822
+ # @private
1823
+ class Representation < Google::Apis::Core::JsonRepresentation
1824
+ property :cluster_id, as: 'clusterId'
1825
+ property :name, as: 'name'
1826
+ property :project_id, as: 'projectId'
1827
+ property :update, as: 'update', class: Google::Apis::ContainerV1beta1::ClusterUpdate, decorator: Google::Apis::ContainerV1beta1::ClusterUpdate::Representation
1828
+
1829
+ property :zone, as: 'zone'
1830
+ end
1831
+ end
1832
+
1833
+ class UpdateMasterRequest
1834
+ # @private
1835
+ class Representation < Google::Apis::Core::JsonRepresentation
1836
+ property :cluster_id, as: 'clusterId'
1837
+ property :master_version, as: 'masterVersion'
1838
+ property :name, as: 'name'
1839
+ property :project_id, as: 'projectId'
1840
+ property :zone, as: 'zone'
1841
+ end
1842
+ end
1843
+
1844
+ class UpdateNodePoolRequest
1845
+ # @private
1846
+ class Representation < Google::Apis::Core::JsonRepresentation
1847
+ property :cluster_id, as: 'clusterId'
1848
+ property :image_type, as: 'imageType'
1849
+ property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::ContainerV1beta1::NodeKubeletConfig, decorator: Google::Apis::ContainerV1beta1::NodeKubeletConfig::Representation
1850
+
1851
+ property :linux_node_config, as: 'linuxNodeConfig', class: Google::Apis::ContainerV1beta1::LinuxNodeConfig, decorator: Google::Apis::ContainerV1beta1::LinuxNodeConfig::Representation
1852
+
1853
+ collection :locations, as: 'locations'
1854
+ property :name, as: 'name'
1855
+ property :node_pool_id, as: 'nodePoolId'
1856
+ property :node_version, as: 'nodeVersion'
1857
+ property :project_id, as: 'projectId'
1858
+ property :upgrade_settings, as: 'upgradeSettings', class: Google::Apis::ContainerV1beta1::UpgradeSettings, decorator: Google::Apis::ContainerV1beta1::UpgradeSettings::Representation
1859
+
1860
+ property :workload_metadata_config, as: 'workloadMetadataConfig', class: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadMetadataConfig::Representation
1861
+
1862
+ property :zone, as: 'zone'
1863
+ end
1864
+ end
1865
+
1866
+ class UpgradeEvent
1867
+ # @private
1868
+ class Representation < Google::Apis::Core::JsonRepresentation
1869
+ property :current_version, as: 'currentVersion'
1870
+ property :operation, as: 'operation'
1871
+ property :operation_start_time, as: 'operationStartTime'
1872
+ property :resource, as: 'resource'
1873
+ property :resource_type, as: 'resourceType'
1874
+ property :target_version, as: 'targetVersion'
1875
+ end
1876
+ end
1877
+
1878
+ class UpgradeSettings
1879
+ # @private
1880
+ class Representation < Google::Apis::Core::JsonRepresentation
1881
+ property :max_surge, as: 'maxSurge'
1882
+ property :max_unavailable, as: 'maxUnavailable'
1883
+ end
1884
+ end
1885
+
1886
+ class UsableSubnetwork
1887
+ # @private
1888
+ class Representation < Google::Apis::Core::JsonRepresentation
1889
+ property :ip_cidr_range, as: 'ipCidrRange'
1890
+ property :network, as: 'network'
1891
+ collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ContainerV1beta1::UsableSubnetworkSecondaryRange, decorator: Google::Apis::ContainerV1beta1::UsableSubnetworkSecondaryRange::Representation
1892
+
1893
+ property :status_message, as: 'statusMessage'
1894
+ property :subnetwork, as: 'subnetwork'
1895
+ end
1896
+ end
1897
+
1898
+ class UsableSubnetworkSecondaryRange
1899
+ # @private
1900
+ class Representation < Google::Apis::Core::JsonRepresentation
1901
+ property :ip_cidr_range, as: 'ipCidrRange'
1902
+ property :range_name, as: 'rangeName'
1903
+ property :status, as: 'status'
1904
+ end
1905
+ end
1906
+
1907
+ class VerticalPodAutoscaling
1908
+ # @private
1909
+ class Representation < Google::Apis::Core::JsonRepresentation
1910
+ property :enabled, as: 'enabled'
1911
+ end
1912
+ end
1913
+
1914
+ class WorkloadIdentityConfig
1915
+ # @private
1916
+ class Representation < Google::Apis::Core::JsonRepresentation
1917
+ property :identity_namespace, as: 'identityNamespace'
1918
+ property :identity_provider, as: 'identityProvider'
1919
+ property :workload_pool, as: 'workloadPool'
1920
+ end
1921
+ end
1922
+
1923
+ class WorkloadMetadataConfig
1924
+ # @private
1925
+ class Representation < Google::Apis::Core::JsonRepresentation
1926
+ property :mode, as: 'mode'
1927
+ property :node_metadata, as: 'nodeMetadata'
1928
+ end
1929
+ end
1930
+ end
1931
+ end
1932
+ end