google-apis-gkeonprem_v1 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google/apis/gkeonprem_v1/classes.rb +5073 -0
- data/lib/google/apis/gkeonprem_v1/gem_version.rb +28 -0
- data/lib/google/apis/gkeonprem_v1/representations.rb +2247 -0
- data/lib/google/apis/gkeonprem_v1/service.rb +3216 -0
- data/lib/google/apis/gkeonprem_v1.rb +36 -0
- data/lib/google-apis-gkeonprem_v1.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,2247 @@
|
|
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 GkeonpremV1
|
24
|
+
|
25
|
+
class Authorization
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class BareMetalAdminApiServerArgument
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class BareMetalAdminCluster
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class BareMetalAdminClusterOperationsConfig
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class BareMetalAdminControlPlaneConfig
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class BareMetalAdminControlPlaneNodePoolConfig
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class BareMetalAdminDrainedMachine
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class BareMetalAdminDrainingMachine
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class BareMetalAdminIslandModeCidrConfig
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class BareMetalAdminLoadBalancerConfig
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class BareMetalAdminMachineDrainStatus
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class BareMetalAdminMaintenanceConfig
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class BareMetalAdminMaintenanceStatus
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class BareMetalAdminManualLbConfig
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class BareMetalAdminNetworkConfig
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class BareMetalAdminNodeAccessConfig
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class BareMetalAdminOsEnvironmentConfig
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class BareMetalAdminPortConfig
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class BareMetalAdminProxyConfig
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class BareMetalAdminSecurityConfig
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class BareMetalAdminStorageConfig
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class BareMetalAdminVipConfig
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class BareMetalAdminWorkloadNodeConfig
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class BareMetalApiServerArgument
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class BareMetalBgpLbConfig
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class BareMetalBgpPeerConfig
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class BareMetalCluster
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class BareMetalClusterOperationsConfig
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class BareMetalControlPlaneConfig
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class BareMetalControlPlaneNodePoolConfig
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class BareMetalDrainedMachine
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class BareMetalDrainingMachine
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class BareMetalIslandModeCidrConfig
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class BareMetalKubeletConfig
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class BareMetalLoadBalancerAddressPool
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class BareMetalLoadBalancerConfig
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class BareMetalLoadBalancerNodePoolConfig
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class BareMetalLvpConfig
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class BareMetalLvpShareConfig
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class BareMetalMachineDrainStatus
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class BareMetalMaintenanceConfig
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class BareMetalMaintenanceStatus
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class BareMetalManualLbConfig
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class BareMetalMetalLbConfig
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class BareMetalMultipleNetworkInterfacesConfig
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class BareMetalNetworkConfig
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class BareMetalNodeAccessConfig
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class BareMetalNodeConfig
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class BareMetalNodePool
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class BareMetalNodePoolConfig
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class BareMetalOsEnvironmentConfig
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class BareMetalPortConfig
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class BareMetalProxyConfig
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class BareMetalSecurityConfig
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class BareMetalSrIovConfig
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class BareMetalStorageConfig
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class BareMetalVersionInfo
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class BareMetalVipConfig
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class BareMetalWorkloadNodeConfig
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class Binding
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class CancelOperationRequest
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class ClusterUser
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class Empty
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class EnrollBareMetalAdminClusterRequest
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class EnrollBareMetalClusterRequest
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class EnrollBareMetalNodePoolRequest
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class EnrollVmwareAdminClusterRequest
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class EnrollVmwareClusterRequest
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class EnrollVmwareNodePoolRequest
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class Expr
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class Fleet
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class ListBareMetalAdminClustersResponse
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class ListBareMetalClustersResponse
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class ListBareMetalNodePoolsResponse
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class ListLocationsResponse
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class ListOperationsResponse
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class ListVmwareAdminClustersResponse
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class ListVmwareClustersResponse
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class ListVmwareNodePoolsResponse
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class Location
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class NodeTaint
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class Operation
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class OperationMetadata
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class Policy
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class QueryBareMetalAdminVersionConfigResponse
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class QueryBareMetalVersionConfigResponse
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class QueryVmwareVersionConfigResponse
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class ResourceCondition
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class ResourceStatus
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class SetIamPolicyRequest
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class Status
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class TestIamPermissionsRequest
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class TestIamPermissionsResponse
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
583
|
+
class ValidationCheck
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
589
|
+
class ValidationCheckResult
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
|
+
|
592
|
+
include Google::Apis::Core::JsonObjectSupport
|
593
|
+
end
|
594
|
+
|
595
|
+
class ValidationCheckStatus
|
596
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
597
|
+
|
598
|
+
include Google::Apis::Core::JsonObjectSupport
|
599
|
+
end
|
600
|
+
|
601
|
+
class VmwareAagConfig
|
602
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
603
|
+
|
604
|
+
include Google::Apis::Core::JsonObjectSupport
|
605
|
+
end
|
606
|
+
|
607
|
+
class VmwareAddressPool
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
613
|
+
class VmwareAdminAddonNodeConfig
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
|
+
|
616
|
+
include Google::Apis::Core::JsonObjectSupport
|
617
|
+
end
|
618
|
+
|
619
|
+
class VmwareAdminCluster
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
|
+
|
622
|
+
include Google::Apis::Core::JsonObjectSupport
|
623
|
+
end
|
624
|
+
|
625
|
+
class VmwareAdminControlPlaneNodeConfig
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
|
+
|
628
|
+
include Google::Apis::Core::JsonObjectSupport
|
629
|
+
end
|
630
|
+
|
631
|
+
class VmwareAdminF5BigIpConfig
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
|
+
|
634
|
+
include Google::Apis::Core::JsonObjectSupport
|
635
|
+
end
|
636
|
+
|
637
|
+
class VmwareAdminLoadBalancerConfig
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
|
+
|
640
|
+
include Google::Apis::Core::JsonObjectSupport
|
641
|
+
end
|
642
|
+
|
643
|
+
class VmwareAdminManualLbConfig
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
|
+
|
646
|
+
include Google::Apis::Core::JsonObjectSupport
|
647
|
+
end
|
648
|
+
|
649
|
+
class VmwareAdminMetalLbConfig
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
|
+
|
652
|
+
include Google::Apis::Core::JsonObjectSupport
|
653
|
+
end
|
654
|
+
|
655
|
+
class VmwareAdminNetworkConfig
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
|
+
|
658
|
+
include Google::Apis::Core::JsonObjectSupport
|
659
|
+
end
|
660
|
+
|
661
|
+
class VmwareAdminVCenterConfig
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
|
+
|
664
|
+
include Google::Apis::Core::JsonObjectSupport
|
665
|
+
end
|
666
|
+
|
667
|
+
class VmwareAdminVipConfig
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
|
+
|
670
|
+
include Google::Apis::Core::JsonObjectSupport
|
671
|
+
end
|
672
|
+
|
673
|
+
class VmwareAutoRepairConfig
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
679
|
+
class VmwareAutoResizeConfig
|
680
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
|
+
|
682
|
+
include Google::Apis::Core::JsonObjectSupport
|
683
|
+
end
|
684
|
+
|
685
|
+
class VmwareBundleConfig
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
691
|
+
class VmwareCluster
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
|
+
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
695
|
+
end
|
696
|
+
|
697
|
+
class VmwareControlPlaneNodeConfig
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
|
+
|
700
|
+
include Google::Apis::Core::JsonObjectSupport
|
701
|
+
end
|
702
|
+
|
703
|
+
class VmwareControlPlaneV2Config
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
|
+
|
706
|
+
include Google::Apis::Core::JsonObjectSupport
|
707
|
+
end
|
708
|
+
|
709
|
+
class VmwareControlPlaneVsphereConfig
|
710
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
|
+
|
712
|
+
include Google::Apis::Core::JsonObjectSupport
|
713
|
+
end
|
714
|
+
|
715
|
+
class VmwareDataplaneV2Config
|
716
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
|
+
|
718
|
+
include Google::Apis::Core::JsonObjectSupport
|
719
|
+
end
|
720
|
+
|
721
|
+
class VmwareDhcpIpConfig
|
722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
|
+
|
724
|
+
include Google::Apis::Core::JsonObjectSupport
|
725
|
+
end
|
726
|
+
|
727
|
+
class VmwareF5BigIpConfig
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
|
+
|
730
|
+
include Google::Apis::Core::JsonObjectSupport
|
731
|
+
end
|
732
|
+
|
733
|
+
class VmwareHostConfig
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
|
+
|
736
|
+
include Google::Apis::Core::JsonObjectSupport
|
737
|
+
end
|
738
|
+
|
739
|
+
class VmwareHostIp
|
740
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
|
+
|
742
|
+
include Google::Apis::Core::JsonObjectSupport
|
743
|
+
end
|
744
|
+
|
745
|
+
class VmwareIpBlock
|
746
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
|
+
|
748
|
+
include Google::Apis::Core::JsonObjectSupport
|
749
|
+
end
|
750
|
+
|
751
|
+
class VmwareLoadBalancerConfig
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class VmwareManualLbConfig
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
763
|
+
class VmwareMetalLbConfig
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
|
+
|
766
|
+
include Google::Apis::Core::JsonObjectSupport
|
767
|
+
end
|
768
|
+
|
769
|
+
class VmwareNetworkConfig
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
|
+
|
772
|
+
include Google::Apis::Core::JsonObjectSupport
|
773
|
+
end
|
774
|
+
|
775
|
+
class VmwareNodeConfig
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
|
+
|
778
|
+
include Google::Apis::Core::JsonObjectSupport
|
779
|
+
end
|
780
|
+
|
781
|
+
class VmwareNodePool
|
782
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
|
+
|
784
|
+
include Google::Apis::Core::JsonObjectSupport
|
785
|
+
end
|
786
|
+
|
787
|
+
class VmwareNodePoolAutoscalingConfig
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
793
|
+
class VmwarePlatformConfig
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
|
+
|
796
|
+
include Google::Apis::Core::JsonObjectSupport
|
797
|
+
end
|
798
|
+
|
799
|
+
class VmwareStaticIpConfig
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
805
|
+
class VmwareStorageConfig
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
811
|
+
class VmwareVCenterConfig
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
|
+
|
814
|
+
include Google::Apis::Core::JsonObjectSupport
|
815
|
+
end
|
816
|
+
|
817
|
+
class VmwareVersionInfo
|
818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
|
+
|
820
|
+
include Google::Apis::Core::JsonObjectSupport
|
821
|
+
end
|
822
|
+
|
823
|
+
class VmwareVipConfig
|
824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
|
+
|
826
|
+
include Google::Apis::Core::JsonObjectSupport
|
827
|
+
end
|
828
|
+
|
829
|
+
class VmwareVsphereConfig
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
|
+
|
832
|
+
include Google::Apis::Core::JsonObjectSupport
|
833
|
+
end
|
834
|
+
|
835
|
+
class VmwareVsphereTag
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
|
+
|
838
|
+
include Google::Apis::Core::JsonObjectSupport
|
839
|
+
end
|
840
|
+
|
841
|
+
class Authorization
|
842
|
+
# @private
|
843
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
844
|
+
collection :admin_users, as: 'adminUsers', class: Google::Apis::GkeonpremV1::ClusterUser, decorator: Google::Apis::GkeonpremV1::ClusterUser::Representation
|
845
|
+
|
846
|
+
end
|
847
|
+
end
|
848
|
+
|
849
|
+
class BareMetalAdminApiServerArgument
|
850
|
+
# @private
|
851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
852
|
+
property :argument, as: 'argument'
|
853
|
+
property :value, as: 'value'
|
854
|
+
end
|
855
|
+
end
|
856
|
+
|
857
|
+
class BareMetalAdminCluster
|
858
|
+
# @private
|
859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
860
|
+
hash :annotations, as: 'annotations'
|
861
|
+
property :bare_metal_version, as: 'bareMetalVersion'
|
862
|
+
property :cluster_operations, as: 'clusterOperations', class: Google::Apis::GkeonpremV1::BareMetalAdminClusterOperationsConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminClusterOperationsConfig::Representation
|
863
|
+
|
864
|
+
property :control_plane, as: 'controlPlane', class: Google::Apis::GkeonpremV1::BareMetalAdminControlPlaneConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminControlPlaneConfig::Representation
|
865
|
+
|
866
|
+
property :create_time, as: 'createTime'
|
867
|
+
property :delete_time, as: 'deleteTime'
|
868
|
+
property :description, as: 'description'
|
869
|
+
property :endpoint, as: 'endpoint'
|
870
|
+
property :etag, as: 'etag'
|
871
|
+
property :fleet, as: 'fleet', class: Google::Apis::GkeonpremV1::Fleet, decorator: Google::Apis::GkeonpremV1::Fleet::Representation
|
872
|
+
|
873
|
+
property :load_balancer, as: 'loadBalancer', class: Google::Apis::GkeonpremV1::BareMetalAdminLoadBalancerConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminLoadBalancerConfig::Representation
|
874
|
+
|
875
|
+
property :local_name, as: 'localName'
|
876
|
+
property :maintenance_config, as: 'maintenanceConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminMaintenanceConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminMaintenanceConfig::Representation
|
877
|
+
|
878
|
+
property :maintenance_status, as: 'maintenanceStatus', class: Google::Apis::GkeonpremV1::BareMetalAdminMaintenanceStatus, decorator: Google::Apis::GkeonpremV1::BareMetalAdminMaintenanceStatus::Representation
|
879
|
+
|
880
|
+
property :name, as: 'name'
|
881
|
+
property :network_config, as: 'networkConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminNetworkConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminNetworkConfig::Representation
|
882
|
+
|
883
|
+
property :node_access_config, as: 'nodeAccessConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminNodeAccessConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminNodeAccessConfig::Representation
|
884
|
+
|
885
|
+
property :node_config, as: 'nodeConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminWorkloadNodeConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminWorkloadNodeConfig::Representation
|
886
|
+
|
887
|
+
property :os_environment_config, as: 'osEnvironmentConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminOsEnvironmentConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminOsEnvironmentConfig::Representation
|
888
|
+
|
889
|
+
property :proxy, as: 'proxy', class: Google::Apis::GkeonpremV1::BareMetalAdminProxyConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminProxyConfig::Representation
|
890
|
+
|
891
|
+
property :reconciling, as: 'reconciling'
|
892
|
+
property :security_config, as: 'securityConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminSecurityConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminSecurityConfig::Representation
|
893
|
+
|
894
|
+
property :state, as: 'state'
|
895
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
|
896
|
+
|
897
|
+
property :storage, as: 'storage', class: Google::Apis::GkeonpremV1::BareMetalAdminStorageConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminStorageConfig::Representation
|
898
|
+
|
899
|
+
property :uid, as: 'uid'
|
900
|
+
property :update_time, as: 'updateTime'
|
901
|
+
property :validation_check, as: 'validationCheck', class: Google::Apis::GkeonpremV1::ValidationCheck, decorator: Google::Apis::GkeonpremV1::ValidationCheck::Representation
|
902
|
+
|
903
|
+
end
|
904
|
+
end
|
905
|
+
|
906
|
+
class BareMetalAdminClusterOperationsConfig
|
907
|
+
# @private
|
908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
909
|
+
property :enable_application_logs, as: 'enableApplicationLogs'
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
913
|
+
class BareMetalAdminControlPlaneConfig
|
914
|
+
# @private
|
915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
916
|
+
collection :api_server_args, as: 'apiServerArgs', class: Google::Apis::GkeonpremV1::BareMetalAdminApiServerArgument, decorator: Google::Apis::GkeonpremV1::BareMetalAdminApiServerArgument::Representation
|
917
|
+
|
918
|
+
property :control_plane_node_pool_config, as: 'controlPlaneNodePoolConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminControlPlaneNodePoolConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminControlPlaneNodePoolConfig::Representation
|
919
|
+
|
920
|
+
end
|
921
|
+
end
|
922
|
+
|
923
|
+
class BareMetalAdminControlPlaneNodePoolConfig
|
924
|
+
# @private
|
925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
926
|
+
property :node_pool_config, as: 'nodePoolConfig', class: Google::Apis::GkeonpremV1::BareMetalNodePoolConfig, decorator: Google::Apis::GkeonpremV1::BareMetalNodePoolConfig::Representation
|
927
|
+
|
928
|
+
end
|
929
|
+
end
|
930
|
+
|
931
|
+
class BareMetalAdminDrainedMachine
|
932
|
+
# @private
|
933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
934
|
+
property :node_ip, as: 'nodeIp'
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
938
|
+
class BareMetalAdminDrainingMachine
|
939
|
+
# @private
|
940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
941
|
+
property :node_ip, as: 'nodeIp'
|
942
|
+
property :pod_count, as: 'podCount'
|
943
|
+
end
|
944
|
+
end
|
945
|
+
|
946
|
+
class BareMetalAdminIslandModeCidrConfig
|
947
|
+
# @private
|
948
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
949
|
+
collection :pod_address_cidr_blocks, as: 'podAddressCidrBlocks'
|
950
|
+
collection :service_address_cidr_blocks, as: 'serviceAddressCidrBlocks'
|
951
|
+
end
|
952
|
+
end
|
953
|
+
|
954
|
+
class BareMetalAdminLoadBalancerConfig
|
955
|
+
# @private
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
957
|
+
property :manual_lb_config, as: 'manualLbConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminManualLbConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminManualLbConfig::Representation
|
958
|
+
|
959
|
+
property :port_config, as: 'portConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminPortConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminPortConfig::Representation
|
960
|
+
|
961
|
+
property :vip_config, as: 'vipConfig', class: Google::Apis::GkeonpremV1::BareMetalAdminVipConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminVipConfig::Representation
|
962
|
+
|
963
|
+
end
|
964
|
+
end
|
965
|
+
|
966
|
+
class BareMetalAdminMachineDrainStatus
|
967
|
+
# @private
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
969
|
+
collection :drained_machines, as: 'drainedMachines', class: Google::Apis::GkeonpremV1::BareMetalAdminDrainedMachine, decorator: Google::Apis::GkeonpremV1::BareMetalAdminDrainedMachine::Representation
|
970
|
+
|
971
|
+
collection :draining_machines, as: 'drainingMachines', class: Google::Apis::GkeonpremV1::BareMetalAdminDrainingMachine, decorator: Google::Apis::GkeonpremV1::BareMetalAdminDrainingMachine::Representation
|
972
|
+
|
973
|
+
end
|
974
|
+
end
|
975
|
+
|
976
|
+
class BareMetalAdminMaintenanceConfig
|
977
|
+
# @private
|
978
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
979
|
+
collection :maintenance_address_cidr_blocks, as: 'maintenanceAddressCidrBlocks'
|
980
|
+
end
|
981
|
+
end
|
982
|
+
|
983
|
+
class BareMetalAdminMaintenanceStatus
|
984
|
+
# @private
|
985
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
986
|
+
property :machine_drain_status, as: 'machineDrainStatus', class: Google::Apis::GkeonpremV1::BareMetalAdminMachineDrainStatus, decorator: Google::Apis::GkeonpremV1::BareMetalAdminMachineDrainStatus::Representation
|
987
|
+
|
988
|
+
end
|
989
|
+
end
|
990
|
+
|
991
|
+
class BareMetalAdminManualLbConfig
|
992
|
+
# @private
|
993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
994
|
+
property :enabled, as: 'enabled'
|
995
|
+
end
|
996
|
+
end
|
997
|
+
|
998
|
+
class BareMetalAdminNetworkConfig
|
999
|
+
# @private
|
1000
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1001
|
+
property :island_mode_cidr, as: 'islandModeCidr', class: Google::Apis::GkeonpremV1::BareMetalAdminIslandModeCidrConfig, decorator: Google::Apis::GkeonpremV1::BareMetalAdminIslandModeCidrConfig::Representation
|
1002
|
+
|
1003
|
+
end
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class BareMetalAdminNodeAccessConfig
|
1007
|
+
# @private
|
1008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1009
|
+
property :login_user, as: 'loginUser'
|
1010
|
+
end
|
1011
|
+
end
|
1012
|
+
|
1013
|
+
class BareMetalAdminOsEnvironmentConfig
|
1014
|
+
# @private
|
1015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1016
|
+
property :package_repo_excluded, as: 'packageRepoExcluded'
|
1017
|
+
end
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
class BareMetalAdminPortConfig
|
1021
|
+
# @private
|
1022
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1023
|
+
property :control_plane_load_balancer_port, as: 'controlPlaneLoadBalancerPort'
|
1024
|
+
end
|
1025
|
+
end
|
1026
|
+
|
1027
|
+
class BareMetalAdminProxyConfig
|
1028
|
+
# @private
|
1029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1030
|
+
collection :no_proxy, as: 'noProxy'
|
1031
|
+
property :uri, as: 'uri'
|
1032
|
+
end
|
1033
|
+
end
|
1034
|
+
|
1035
|
+
class BareMetalAdminSecurityConfig
|
1036
|
+
# @private
|
1037
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1038
|
+
property :authorization, as: 'authorization', class: Google::Apis::GkeonpremV1::Authorization, decorator: Google::Apis::GkeonpremV1::Authorization::Representation
|
1039
|
+
|
1040
|
+
end
|
1041
|
+
end
|
1042
|
+
|
1043
|
+
class BareMetalAdminStorageConfig
|
1044
|
+
# @private
|
1045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1046
|
+
property :lvp_node_mounts_config, as: 'lvpNodeMountsConfig', class: Google::Apis::GkeonpremV1::BareMetalLvpConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLvpConfig::Representation
|
1047
|
+
|
1048
|
+
property :lvp_share_config, as: 'lvpShareConfig', class: Google::Apis::GkeonpremV1::BareMetalLvpShareConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLvpShareConfig::Representation
|
1049
|
+
|
1050
|
+
end
|
1051
|
+
end
|
1052
|
+
|
1053
|
+
class BareMetalAdminVipConfig
|
1054
|
+
# @private
|
1055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1056
|
+
property :control_plane_vip, as: 'controlPlaneVip'
|
1057
|
+
end
|
1058
|
+
end
|
1059
|
+
|
1060
|
+
class BareMetalAdminWorkloadNodeConfig
|
1061
|
+
# @private
|
1062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1063
|
+
property :max_pods_per_node, :numeric_string => true, as: 'maxPodsPerNode'
|
1064
|
+
end
|
1065
|
+
end
|
1066
|
+
|
1067
|
+
class BareMetalApiServerArgument
|
1068
|
+
# @private
|
1069
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1070
|
+
property :argument, as: 'argument'
|
1071
|
+
property :value, as: 'value'
|
1072
|
+
end
|
1073
|
+
end
|
1074
|
+
|
1075
|
+
class BareMetalBgpLbConfig
|
1076
|
+
# @private
|
1077
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1078
|
+
collection :address_pools, as: 'addressPools', class: Google::Apis::GkeonpremV1::BareMetalLoadBalancerAddressPool, decorator: Google::Apis::GkeonpremV1::BareMetalLoadBalancerAddressPool::Representation
|
1079
|
+
|
1080
|
+
property :asn, :numeric_string => true, as: 'asn'
|
1081
|
+
collection :bgp_peer_configs, as: 'bgpPeerConfigs', class: Google::Apis::GkeonpremV1::BareMetalBgpPeerConfig, decorator: Google::Apis::GkeonpremV1::BareMetalBgpPeerConfig::Representation
|
1082
|
+
|
1083
|
+
property :load_balancer_node_pool_config, as: 'loadBalancerNodePoolConfig', class: Google::Apis::GkeonpremV1::BareMetalLoadBalancerNodePoolConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLoadBalancerNodePoolConfig::Representation
|
1084
|
+
|
1085
|
+
end
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
class BareMetalBgpPeerConfig
|
1089
|
+
# @private
|
1090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1091
|
+
property :asn, :numeric_string => true, as: 'asn'
|
1092
|
+
collection :control_plane_nodes, as: 'controlPlaneNodes'
|
1093
|
+
property :ip_address, as: 'ipAddress'
|
1094
|
+
end
|
1095
|
+
end
|
1096
|
+
|
1097
|
+
class BareMetalCluster
|
1098
|
+
# @private
|
1099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1100
|
+
property :admin_cluster_membership, as: 'adminClusterMembership'
|
1101
|
+
property :admin_cluster_name, as: 'adminClusterName'
|
1102
|
+
hash :annotations, as: 'annotations'
|
1103
|
+
property :bare_metal_version, as: 'bareMetalVersion'
|
1104
|
+
property :cluster_operations, as: 'clusterOperations', class: Google::Apis::GkeonpremV1::BareMetalClusterOperationsConfig, decorator: Google::Apis::GkeonpremV1::BareMetalClusterOperationsConfig::Representation
|
1105
|
+
|
1106
|
+
property :control_plane, as: 'controlPlane', class: Google::Apis::GkeonpremV1::BareMetalControlPlaneConfig, decorator: Google::Apis::GkeonpremV1::BareMetalControlPlaneConfig::Representation
|
1107
|
+
|
1108
|
+
property :create_time, as: 'createTime'
|
1109
|
+
property :delete_time, as: 'deleteTime'
|
1110
|
+
property :description, as: 'description'
|
1111
|
+
property :endpoint, as: 'endpoint'
|
1112
|
+
property :etag, as: 'etag'
|
1113
|
+
property :fleet, as: 'fleet', class: Google::Apis::GkeonpremV1::Fleet, decorator: Google::Apis::GkeonpremV1::Fleet::Representation
|
1114
|
+
|
1115
|
+
property :load_balancer, as: 'loadBalancer', class: Google::Apis::GkeonpremV1::BareMetalLoadBalancerConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLoadBalancerConfig::Representation
|
1116
|
+
|
1117
|
+
property :local_name, as: 'localName'
|
1118
|
+
property :maintenance_config, as: 'maintenanceConfig', class: Google::Apis::GkeonpremV1::BareMetalMaintenanceConfig, decorator: Google::Apis::GkeonpremV1::BareMetalMaintenanceConfig::Representation
|
1119
|
+
|
1120
|
+
property :maintenance_status, as: 'maintenanceStatus', class: Google::Apis::GkeonpremV1::BareMetalMaintenanceStatus, decorator: Google::Apis::GkeonpremV1::BareMetalMaintenanceStatus::Representation
|
1121
|
+
|
1122
|
+
property :name, as: 'name'
|
1123
|
+
property :network_config, as: 'networkConfig', class: Google::Apis::GkeonpremV1::BareMetalNetworkConfig, decorator: Google::Apis::GkeonpremV1::BareMetalNetworkConfig::Representation
|
1124
|
+
|
1125
|
+
property :node_access_config, as: 'nodeAccessConfig', class: Google::Apis::GkeonpremV1::BareMetalNodeAccessConfig, decorator: Google::Apis::GkeonpremV1::BareMetalNodeAccessConfig::Representation
|
1126
|
+
|
1127
|
+
property :node_config, as: 'nodeConfig', class: Google::Apis::GkeonpremV1::BareMetalWorkloadNodeConfig, decorator: Google::Apis::GkeonpremV1::BareMetalWorkloadNodeConfig::Representation
|
1128
|
+
|
1129
|
+
property :os_environment_config, as: 'osEnvironmentConfig', class: Google::Apis::GkeonpremV1::BareMetalOsEnvironmentConfig, decorator: Google::Apis::GkeonpremV1::BareMetalOsEnvironmentConfig::Representation
|
1130
|
+
|
1131
|
+
property :proxy, as: 'proxy', class: Google::Apis::GkeonpremV1::BareMetalProxyConfig, decorator: Google::Apis::GkeonpremV1::BareMetalProxyConfig::Representation
|
1132
|
+
|
1133
|
+
property :reconciling, as: 'reconciling'
|
1134
|
+
property :security_config, as: 'securityConfig', class: Google::Apis::GkeonpremV1::BareMetalSecurityConfig, decorator: Google::Apis::GkeonpremV1::BareMetalSecurityConfig::Representation
|
1135
|
+
|
1136
|
+
property :state, as: 'state'
|
1137
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
|
1138
|
+
|
1139
|
+
property :storage, as: 'storage', class: Google::Apis::GkeonpremV1::BareMetalStorageConfig, decorator: Google::Apis::GkeonpremV1::BareMetalStorageConfig::Representation
|
1140
|
+
|
1141
|
+
property :uid, as: 'uid'
|
1142
|
+
property :update_time, as: 'updateTime'
|
1143
|
+
property :validation_check, as: 'validationCheck', class: Google::Apis::GkeonpremV1::ValidationCheck, decorator: Google::Apis::GkeonpremV1::ValidationCheck::Representation
|
1144
|
+
|
1145
|
+
end
|
1146
|
+
end
|
1147
|
+
|
1148
|
+
class BareMetalClusterOperationsConfig
|
1149
|
+
# @private
|
1150
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1151
|
+
property :enable_application_logs, as: 'enableApplicationLogs'
|
1152
|
+
end
|
1153
|
+
end
|
1154
|
+
|
1155
|
+
class BareMetalControlPlaneConfig
|
1156
|
+
# @private
|
1157
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1158
|
+
collection :api_server_args, as: 'apiServerArgs', class: Google::Apis::GkeonpremV1::BareMetalApiServerArgument, decorator: Google::Apis::GkeonpremV1::BareMetalApiServerArgument::Representation
|
1159
|
+
|
1160
|
+
property :control_plane_node_pool_config, as: 'controlPlaneNodePoolConfig', class: Google::Apis::GkeonpremV1::BareMetalControlPlaneNodePoolConfig, decorator: Google::Apis::GkeonpremV1::BareMetalControlPlaneNodePoolConfig::Representation
|
1161
|
+
|
1162
|
+
end
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class BareMetalControlPlaneNodePoolConfig
|
1166
|
+
# @private
|
1167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1168
|
+
property :node_pool_config, as: 'nodePoolConfig', class: Google::Apis::GkeonpremV1::BareMetalNodePoolConfig, decorator: Google::Apis::GkeonpremV1::BareMetalNodePoolConfig::Representation
|
1169
|
+
|
1170
|
+
end
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
class BareMetalDrainedMachine
|
1174
|
+
# @private
|
1175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1176
|
+
property :node_ip, as: 'nodeIp'
|
1177
|
+
end
|
1178
|
+
end
|
1179
|
+
|
1180
|
+
class BareMetalDrainingMachine
|
1181
|
+
# @private
|
1182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1183
|
+
property :node_ip, as: 'nodeIp'
|
1184
|
+
property :pod_count, as: 'podCount'
|
1185
|
+
end
|
1186
|
+
end
|
1187
|
+
|
1188
|
+
class BareMetalIslandModeCidrConfig
|
1189
|
+
# @private
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1191
|
+
collection :pod_address_cidr_blocks, as: 'podAddressCidrBlocks'
|
1192
|
+
collection :service_address_cidr_blocks, as: 'serviceAddressCidrBlocks'
|
1193
|
+
end
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class BareMetalKubeletConfig
|
1197
|
+
# @private
|
1198
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1199
|
+
property :registry_burst, as: 'registryBurst'
|
1200
|
+
property :registry_pull_qps, as: 'registryPullQps'
|
1201
|
+
property :serialize_image_pulls_disabled, as: 'serializeImagePullsDisabled'
|
1202
|
+
end
|
1203
|
+
end
|
1204
|
+
|
1205
|
+
class BareMetalLoadBalancerAddressPool
|
1206
|
+
# @private
|
1207
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1208
|
+
collection :addresses, as: 'addresses'
|
1209
|
+
property :avoid_buggy_ips, as: 'avoidBuggyIps'
|
1210
|
+
property :manual_assign, as: 'manualAssign'
|
1211
|
+
property :pool, as: 'pool'
|
1212
|
+
end
|
1213
|
+
end
|
1214
|
+
|
1215
|
+
class BareMetalLoadBalancerConfig
|
1216
|
+
# @private
|
1217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1218
|
+
property :bgp_lb_config, as: 'bgpLbConfig', class: Google::Apis::GkeonpremV1::BareMetalBgpLbConfig, decorator: Google::Apis::GkeonpremV1::BareMetalBgpLbConfig::Representation
|
1219
|
+
|
1220
|
+
property :manual_lb_config, as: 'manualLbConfig', class: Google::Apis::GkeonpremV1::BareMetalManualLbConfig, decorator: Google::Apis::GkeonpremV1::BareMetalManualLbConfig::Representation
|
1221
|
+
|
1222
|
+
property :metal_lb_config, as: 'metalLbConfig', class: Google::Apis::GkeonpremV1::BareMetalMetalLbConfig, decorator: Google::Apis::GkeonpremV1::BareMetalMetalLbConfig::Representation
|
1223
|
+
|
1224
|
+
property :port_config, as: 'portConfig', class: Google::Apis::GkeonpremV1::BareMetalPortConfig, decorator: Google::Apis::GkeonpremV1::BareMetalPortConfig::Representation
|
1225
|
+
|
1226
|
+
property :vip_config, as: 'vipConfig', class: Google::Apis::GkeonpremV1::BareMetalVipConfig, decorator: Google::Apis::GkeonpremV1::BareMetalVipConfig::Representation
|
1227
|
+
|
1228
|
+
end
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class BareMetalLoadBalancerNodePoolConfig
|
1232
|
+
# @private
|
1233
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1234
|
+
property :node_pool_config, as: 'nodePoolConfig', class: Google::Apis::GkeonpremV1::BareMetalNodePoolConfig, decorator: Google::Apis::GkeonpremV1::BareMetalNodePoolConfig::Representation
|
1235
|
+
|
1236
|
+
end
|
1237
|
+
end
|
1238
|
+
|
1239
|
+
class BareMetalLvpConfig
|
1240
|
+
# @private
|
1241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1242
|
+
property :path, as: 'path'
|
1243
|
+
property :storage_class, as: 'storageClass'
|
1244
|
+
end
|
1245
|
+
end
|
1246
|
+
|
1247
|
+
class BareMetalLvpShareConfig
|
1248
|
+
# @private
|
1249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1250
|
+
property :lvp_config, as: 'lvpConfig', class: Google::Apis::GkeonpremV1::BareMetalLvpConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLvpConfig::Representation
|
1251
|
+
|
1252
|
+
property :shared_path_pv_count, as: 'sharedPathPvCount'
|
1253
|
+
end
|
1254
|
+
end
|
1255
|
+
|
1256
|
+
class BareMetalMachineDrainStatus
|
1257
|
+
# @private
|
1258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1259
|
+
collection :drained_machines, as: 'drainedMachines', class: Google::Apis::GkeonpremV1::BareMetalDrainedMachine, decorator: Google::Apis::GkeonpremV1::BareMetalDrainedMachine::Representation
|
1260
|
+
|
1261
|
+
collection :draining_machines, as: 'drainingMachines', class: Google::Apis::GkeonpremV1::BareMetalDrainingMachine, decorator: Google::Apis::GkeonpremV1::BareMetalDrainingMachine::Representation
|
1262
|
+
|
1263
|
+
end
|
1264
|
+
end
|
1265
|
+
|
1266
|
+
class BareMetalMaintenanceConfig
|
1267
|
+
# @private
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1269
|
+
collection :maintenance_address_cidr_blocks, as: 'maintenanceAddressCidrBlocks'
|
1270
|
+
end
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class BareMetalMaintenanceStatus
|
1274
|
+
# @private
|
1275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1276
|
+
property :machine_drain_status, as: 'machineDrainStatus', class: Google::Apis::GkeonpremV1::BareMetalMachineDrainStatus, decorator: Google::Apis::GkeonpremV1::BareMetalMachineDrainStatus::Representation
|
1277
|
+
|
1278
|
+
end
|
1279
|
+
end
|
1280
|
+
|
1281
|
+
class BareMetalManualLbConfig
|
1282
|
+
# @private
|
1283
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1284
|
+
property :enabled, as: 'enabled'
|
1285
|
+
end
|
1286
|
+
end
|
1287
|
+
|
1288
|
+
class BareMetalMetalLbConfig
|
1289
|
+
# @private
|
1290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1291
|
+
collection :address_pools, as: 'addressPools', class: Google::Apis::GkeonpremV1::BareMetalLoadBalancerAddressPool, decorator: Google::Apis::GkeonpremV1::BareMetalLoadBalancerAddressPool::Representation
|
1292
|
+
|
1293
|
+
property :load_balancer_node_pool_config, as: 'loadBalancerNodePoolConfig', class: Google::Apis::GkeonpremV1::BareMetalLoadBalancerNodePoolConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLoadBalancerNodePoolConfig::Representation
|
1294
|
+
|
1295
|
+
end
|
1296
|
+
end
|
1297
|
+
|
1298
|
+
class BareMetalMultipleNetworkInterfacesConfig
|
1299
|
+
# @private
|
1300
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1301
|
+
property :enabled, as: 'enabled'
|
1302
|
+
end
|
1303
|
+
end
|
1304
|
+
|
1305
|
+
class BareMetalNetworkConfig
|
1306
|
+
# @private
|
1307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1308
|
+
property :advanced_networking, as: 'advancedNetworking'
|
1309
|
+
property :island_mode_cidr, as: 'islandModeCidr', class: Google::Apis::GkeonpremV1::BareMetalIslandModeCidrConfig, decorator: Google::Apis::GkeonpremV1::BareMetalIslandModeCidrConfig::Representation
|
1310
|
+
|
1311
|
+
property :multiple_network_interfaces_config, as: 'multipleNetworkInterfacesConfig', class: Google::Apis::GkeonpremV1::BareMetalMultipleNetworkInterfacesConfig, decorator: Google::Apis::GkeonpremV1::BareMetalMultipleNetworkInterfacesConfig::Representation
|
1312
|
+
|
1313
|
+
property :sr_iov_config, as: 'srIovConfig', class: Google::Apis::GkeonpremV1::BareMetalSrIovConfig, decorator: Google::Apis::GkeonpremV1::BareMetalSrIovConfig::Representation
|
1314
|
+
|
1315
|
+
end
|
1316
|
+
end
|
1317
|
+
|
1318
|
+
class BareMetalNodeAccessConfig
|
1319
|
+
# @private
|
1320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1321
|
+
property :login_user, as: 'loginUser'
|
1322
|
+
end
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
class BareMetalNodeConfig
|
1326
|
+
# @private
|
1327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1328
|
+
hash :labels, as: 'labels'
|
1329
|
+
property :node_ip, as: 'nodeIp'
|
1330
|
+
end
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class BareMetalNodePool
|
1334
|
+
# @private
|
1335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1336
|
+
hash :annotations, as: 'annotations'
|
1337
|
+
property :create_time, as: 'createTime'
|
1338
|
+
property :delete_time, as: 'deleteTime'
|
1339
|
+
property :display_name, as: 'displayName'
|
1340
|
+
property :etag, as: 'etag'
|
1341
|
+
property :name, as: 'name'
|
1342
|
+
property :node_pool_config, as: 'nodePoolConfig', class: Google::Apis::GkeonpremV1::BareMetalNodePoolConfig, decorator: Google::Apis::GkeonpremV1::BareMetalNodePoolConfig::Representation
|
1343
|
+
|
1344
|
+
property :reconciling, as: 'reconciling'
|
1345
|
+
property :state, as: 'state'
|
1346
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
|
1347
|
+
|
1348
|
+
property :uid, as: 'uid'
|
1349
|
+
property :update_time, as: 'updateTime'
|
1350
|
+
end
|
1351
|
+
end
|
1352
|
+
|
1353
|
+
class BareMetalNodePoolConfig
|
1354
|
+
# @private
|
1355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1356
|
+
property :kubelet_config, as: 'kubeletConfig', class: Google::Apis::GkeonpremV1::BareMetalKubeletConfig, decorator: Google::Apis::GkeonpremV1::BareMetalKubeletConfig::Representation
|
1357
|
+
|
1358
|
+
hash :labels, as: 'labels'
|
1359
|
+
collection :node_configs, as: 'nodeConfigs', class: Google::Apis::GkeonpremV1::BareMetalNodeConfig, decorator: Google::Apis::GkeonpremV1::BareMetalNodeConfig::Representation
|
1360
|
+
|
1361
|
+
property :operating_system, as: 'operatingSystem'
|
1362
|
+
collection :taints, as: 'taints', class: Google::Apis::GkeonpremV1::NodeTaint, decorator: Google::Apis::GkeonpremV1::NodeTaint::Representation
|
1363
|
+
|
1364
|
+
end
|
1365
|
+
end
|
1366
|
+
|
1367
|
+
class BareMetalOsEnvironmentConfig
|
1368
|
+
# @private
|
1369
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1370
|
+
property :package_repo_excluded, as: 'packageRepoExcluded'
|
1371
|
+
end
|
1372
|
+
end
|
1373
|
+
|
1374
|
+
class BareMetalPortConfig
|
1375
|
+
# @private
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1377
|
+
property :control_plane_load_balancer_port, as: 'controlPlaneLoadBalancerPort'
|
1378
|
+
end
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class BareMetalProxyConfig
|
1382
|
+
# @private
|
1383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1384
|
+
collection :no_proxy, as: 'noProxy'
|
1385
|
+
property :uri, as: 'uri'
|
1386
|
+
end
|
1387
|
+
end
|
1388
|
+
|
1389
|
+
class BareMetalSecurityConfig
|
1390
|
+
# @private
|
1391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1392
|
+
property :authorization, as: 'authorization', class: Google::Apis::GkeonpremV1::Authorization, decorator: Google::Apis::GkeonpremV1::Authorization::Representation
|
1393
|
+
|
1394
|
+
end
|
1395
|
+
end
|
1396
|
+
|
1397
|
+
class BareMetalSrIovConfig
|
1398
|
+
# @private
|
1399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1400
|
+
property :enabled, as: 'enabled'
|
1401
|
+
end
|
1402
|
+
end
|
1403
|
+
|
1404
|
+
class BareMetalStorageConfig
|
1405
|
+
# @private
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1407
|
+
property :lvp_node_mounts_config, as: 'lvpNodeMountsConfig', class: Google::Apis::GkeonpremV1::BareMetalLvpConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLvpConfig::Representation
|
1408
|
+
|
1409
|
+
property :lvp_share_config, as: 'lvpShareConfig', class: Google::Apis::GkeonpremV1::BareMetalLvpShareConfig, decorator: Google::Apis::GkeonpremV1::BareMetalLvpShareConfig::Representation
|
1410
|
+
|
1411
|
+
end
|
1412
|
+
end
|
1413
|
+
|
1414
|
+
class BareMetalVersionInfo
|
1415
|
+
# @private
|
1416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1417
|
+
property :has_dependencies, as: 'hasDependencies'
|
1418
|
+
property :version, as: 'version'
|
1419
|
+
end
|
1420
|
+
end
|
1421
|
+
|
1422
|
+
class BareMetalVipConfig
|
1423
|
+
# @private
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1425
|
+
property :control_plane_vip, as: 'controlPlaneVip'
|
1426
|
+
property :ingress_vip, as: 'ingressVip'
|
1427
|
+
end
|
1428
|
+
end
|
1429
|
+
|
1430
|
+
class BareMetalWorkloadNodeConfig
|
1431
|
+
# @private
|
1432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1433
|
+
property :container_runtime, as: 'containerRuntime'
|
1434
|
+
property :max_pods_per_node, :numeric_string => true, as: 'maxPodsPerNode'
|
1435
|
+
end
|
1436
|
+
end
|
1437
|
+
|
1438
|
+
class Binding
|
1439
|
+
# @private
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1441
|
+
property :condition, as: 'condition', class: Google::Apis::GkeonpremV1::Expr, decorator: Google::Apis::GkeonpremV1::Expr::Representation
|
1442
|
+
|
1443
|
+
collection :members, as: 'members'
|
1444
|
+
property :role, as: 'role'
|
1445
|
+
end
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
class CancelOperationRequest
|
1449
|
+
# @private
|
1450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1451
|
+
end
|
1452
|
+
end
|
1453
|
+
|
1454
|
+
class ClusterUser
|
1455
|
+
# @private
|
1456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1457
|
+
property :username, as: 'username'
|
1458
|
+
end
|
1459
|
+
end
|
1460
|
+
|
1461
|
+
class Empty
|
1462
|
+
# @private
|
1463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1464
|
+
end
|
1465
|
+
end
|
1466
|
+
|
1467
|
+
class EnrollBareMetalAdminClusterRequest
|
1468
|
+
# @private
|
1469
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1470
|
+
property :bare_metal_admin_cluster_id, as: 'bareMetalAdminClusterId'
|
1471
|
+
property :local_name, as: 'localName'
|
1472
|
+
property :membership, as: 'membership'
|
1473
|
+
end
|
1474
|
+
end
|
1475
|
+
|
1476
|
+
class EnrollBareMetalClusterRequest
|
1477
|
+
# @private
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1479
|
+
property :admin_cluster_membership, as: 'adminClusterMembership'
|
1480
|
+
property :bare_metal_cluster_id, as: 'bareMetalClusterId'
|
1481
|
+
property :local_name, as: 'localName'
|
1482
|
+
end
|
1483
|
+
end
|
1484
|
+
|
1485
|
+
class EnrollBareMetalNodePoolRequest
|
1486
|
+
# @private
|
1487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1488
|
+
property :bare_metal_node_pool_id, as: 'bareMetalNodePoolId'
|
1489
|
+
property :validate_only, as: 'validateOnly'
|
1490
|
+
end
|
1491
|
+
end
|
1492
|
+
|
1493
|
+
class EnrollVmwareAdminClusterRequest
|
1494
|
+
# @private
|
1495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1496
|
+
property :local_name, as: 'localName'
|
1497
|
+
property :membership, as: 'membership'
|
1498
|
+
property :vmware_admin_cluster_id, as: 'vmwareAdminClusterId'
|
1499
|
+
end
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
class EnrollVmwareClusterRequest
|
1503
|
+
# @private
|
1504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1505
|
+
property :admin_cluster_membership, as: 'adminClusterMembership'
|
1506
|
+
property :local_name, as: 'localName'
|
1507
|
+
property :validate_only, as: 'validateOnly'
|
1508
|
+
property :vmware_cluster_id, as: 'vmwareClusterId'
|
1509
|
+
end
|
1510
|
+
end
|
1511
|
+
|
1512
|
+
class EnrollVmwareNodePoolRequest
|
1513
|
+
# @private
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1515
|
+
property :vmware_node_pool_id, as: 'vmwareNodePoolId'
|
1516
|
+
end
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class Expr
|
1520
|
+
# @private
|
1521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1522
|
+
property :description, as: 'description'
|
1523
|
+
property :expression, as: 'expression'
|
1524
|
+
property :location, as: 'location'
|
1525
|
+
property :title, as: 'title'
|
1526
|
+
end
|
1527
|
+
end
|
1528
|
+
|
1529
|
+
class Fleet
|
1530
|
+
# @private
|
1531
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1532
|
+
property :membership, as: 'membership'
|
1533
|
+
end
|
1534
|
+
end
|
1535
|
+
|
1536
|
+
class ListBareMetalAdminClustersResponse
|
1537
|
+
# @private
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1539
|
+
collection :bare_metal_admin_clusters, as: 'bareMetalAdminClusters', class: Google::Apis::GkeonpremV1::BareMetalAdminCluster, decorator: Google::Apis::GkeonpremV1::BareMetalAdminCluster::Representation
|
1540
|
+
|
1541
|
+
property :next_page_token, as: 'nextPageToken'
|
1542
|
+
collection :unreachable, as: 'unreachable'
|
1543
|
+
end
|
1544
|
+
end
|
1545
|
+
|
1546
|
+
class ListBareMetalClustersResponse
|
1547
|
+
# @private
|
1548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1549
|
+
collection :bare_metal_clusters, as: 'bareMetalClusters', class: Google::Apis::GkeonpremV1::BareMetalCluster, decorator: Google::Apis::GkeonpremV1::BareMetalCluster::Representation
|
1550
|
+
|
1551
|
+
property :next_page_token, as: 'nextPageToken'
|
1552
|
+
collection :unreachable, as: 'unreachable'
|
1553
|
+
end
|
1554
|
+
end
|
1555
|
+
|
1556
|
+
class ListBareMetalNodePoolsResponse
|
1557
|
+
# @private
|
1558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1559
|
+
collection :bare_metal_node_pools, as: 'bareMetalNodePools', class: Google::Apis::GkeonpremV1::BareMetalNodePool, decorator: Google::Apis::GkeonpremV1::BareMetalNodePool::Representation
|
1560
|
+
|
1561
|
+
property :next_page_token, as: 'nextPageToken'
|
1562
|
+
collection :unreachable, as: 'unreachable'
|
1563
|
+
end
|
1564
|
+
end
|
1565
|
+
|
1566
|
+
class ListLocationsResponse
|
1567
|
+
# @private
|
1568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1569
|
+
collection :locations, as: 'locations', class: Google::Apis::GkeonpremV1::Location, decorator: Google::Apis::GkeonpremV1::Location::Representation
|
1570
|
+
|
1571
|
+
property :next_page_token, as: 'nextPageToken'
|
1572
|
+
end
|
1573
|
+
end
|
1574
|
+
|
1575
|
+
class ListOperationsResponse
|
1576
|
+
# @private
|
1577
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1578
|
+
property :next_page_token, as: 'nextPageToken'
|
1579
|
+
collection :operations, as: 'operations', class: Google::Apis::GkeonpremV1::Operation, decorator: Google::Apis::GkeonpremV1::Operation::Representation
|
1580
|
+
|
1581
|
+
end
|
1582
|
+
end
|
1583
|
+
|
1584
|
+
class ListVmwareAdminClustersResponse
|
1585
|
+
# @private
|
1586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1587
|
+
property :next_page_token, as: 'nextPageToken'
|
1588
|
+
collection :unreachable, as: 'unreachable'
|
1589
|
+
collection :vmware_admin_clusters, as: 'vmwareAdminClusters', class: Google::Apis::GkeonpremV1::VmwareAdminCluster, decorator: Google::Apis::GkeonpremV1::VmwareAdminCluster::Representation
|
1590
|
+
|
1591
|
+
end
|
1592
|
+
end
|
1593
|
+
|
1594
|
+
class ListVmwareClustersResponse
|
1595
|
+
# @private
|
1596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1597
|
+
property :next_page_token, as: 'nextPageToken'
|
1598
|
+
collection :unreachable, as: 'unreachable'
|
1599
|
+
collection :vmware_clusters, as: 'vmwareClusters', class: Google::Apis::GkeonpremV1::VmwareCluster, decorator: Google::Apis::GkeonpremV1::VmwareCluster::Representation
|
1600
|
+
|
1601
|
+
end
|
1602
|
+
end
|
1603
|
+
|
1604
|
+
class ListVmwareNodePoolsResponse
|
1605
|
+
# @private
|
1606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1607
|
+
property :next_page_token, as: 'nextPageToken'
|
1608
|
+
collection :unreachable, as: 'unreachable'
|
1609
|
+
collection :vmware_node_pools, as: 'vmwareNodePools', class: Google::Apis::GkeonpremV1::VmwareNodePool, decorator: Google::Apis::GkeonpremV1::VmwareNodePool::Representation
|
1610
|
+
|
1611
|
+
end
|
1612
|
+
end
|
1613
|
+
|
1614
|
+
class Location
|
1615
|
+
# @private
|
1616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1617
|
+
property :display_name, as: 'displayName'
|
1618
|
+
hash :labels, as: 'labels'
|
1619
|
+
property :location_id, as: 'locationId'
|
1620
|
+
hash :metadata, as: 'metadata'
|
1621
|
+
property :name, as: 'name'
|
1622
|
+
end
|
1623
|
+
end
|
1624
|
+
|
1625
|
+
class NodeTaint
|
1626
|
+
# @private
|
1627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1628
|
+
property :effect, as: 'effect'
|
1629
|
+
property :key, as: 'key'
|
1630
|
+
property :value, as: 'value'
|
1631
|
+
end
|
1632
|
+
end
|
1633
|
+
|
1634
|
+
class Operation
|
1635
|
+
# @private
|
1636
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1637
|
+
property :done, as: 'done'
|
1638
|
+
property :error, as: 'error', class: Google::Apis::GkeonpremV1::Status, decorator: Google::Apis::GkeonpremV1::Status::Representation
|
1639
|
+
|
1640
|
+
hash :metadata, as: 'metadata'
|
1641
|
+
property :name, as: 'name'
|
1642
|
+
hash :response, as: 'response'
|
1643
|
+
end
|
1644
|
+
end
|
1645
|
+
|
1646
|
+
class OperationMetadata
|
1647
|
+
# @private
|
1648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1649
|
+
property :api_version, as: 'apiVersion'
|
1650
|
+
property :create_time, as: 'createTime'
|
1651
|
+
property :end_time, as: 'endTime'
|
1652
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
1653
|
+
property :status_message, as: 'statusMessage'
|
1654
|
+
property :target, as: 'target'
|
1655
|
+
property :type, as: 'type'
|
1656
|
+
property :verb, as: 'verb'
|
1657
|
+
end
|
1658
|
+
end
|
1659
|
+
|
1660
|
+
class Policy
|
1661
|
+
# @private
|
1662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1663
|
+
collection :bindings, as: 'bindings', class: Google::Apis::GkeonpremV1::Binding, decorator: Google::Apis::GkeonpremV1::Binding::Representation
|
1664
|
+
|
1665
|
+
property :etag, :base64 => true, as: 'etag'
|
1666
|
+
property :version, as: 'version'
|
1667
|
+
end
|
1668
|
+
end
|
1669
|
+
|
1670
|
+
class QueryBareMetalAdminVersionConfigResponse
|
1671
|
+
# @private
|
1672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1673
|
+
collection :versions, as: 'versions', class: Google::Apis::GkeonpremV1::BareMetalVersionInfo, decorator: Google::Apis::GkeonpremV1::BareMetalVersionInfo::Representation
|
1674
|
+
|
1675
|
+
end
|
1676
|
+
end
|
1677
|
+
|
1678
|
+
class QueryBareMetalVersionConfigResponse
|
1679
|
+
# @private
|
1680
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1681
|
+
collection :versions, as: 'versions', class: Google::Apis::GkeonpremV1::BareMetalVersionInfo, decorator: Google::Apis::GkeonpremV1::BareMetalVersionInfo::Representation
|
1682
|
+
|
1683
|
+
end
|
1684
|
+
end
|
1685
|
+
|
1686
|
+
class QueryVmwareVersionConfigResponse
|
1687
|
+
# @private
|
1688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1689
|
+
collection :versions, as: 'versions', class: Google::Apis::GkeonpremV1::VmwareVersionInfo, decorator: Google::Apis::GkeonpremV1::VmwareVersionInfo::Representation
|
1690
|
+
|
1691
|
+
end
|
1692
|
+
end
|
1693
|
+
|
1694
|
+
class ResourceCondition
|
1695
|
+
# @private
|
1696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1697
|
+
property :last_transition_time, as: 'lastTransitionTime'
|
1698
|
+
property :message, as: 'message'
|
1699
|
+
property :reason, as: 'reason'
|
1700
|
+
property :state, as: 'state'
|
1701
|
+
property :type, as: 'type'
|
1702
|
+
end
|
1703
|
+
end
|
1704
|
+
|
1705
|
+
class ResourceStatus
|
1706
|
+
# @private
|
1707
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1708
|
+
collection :conditions, as: 'conditions', class: Google::Apis::GkeonpremV1::ResourceCondition, decorator: Google::Apis::GkeonpremV1::ResourceCondition::Representation
|
1709
|
+
|
1710
|
+
property :error_message, as: 'errorMessage'
|
1711
|
+
end
|
1712
|
+
end
|
1713
|
+
|
1714
|
+
class SetIamPolicyRequest
|
1715
|
+
# @private
|
1716
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1717
|
+
property :policy, as: 'policy', class: Google::Apis::GkeonpremV1::Policy, decorator: Google::Apis::GkeonpremV1::Policy::Representation
|
1718
|
+
|
1719
|
+
end
|
1720
|
+
end
|
1721
|
+
|
1722
|
+
class Status
|
1723
|
+
# @private
|
1724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1725
|
+
property :code, as: 'code'
|
1726
|
+
collection :details, as: 'details'
|
1727
|
+
property :message, as: 'message'
|
1728
|
+
end
|
1729
|
+
end
|
1730
|
+
|
1731
|
+
class TestIamPermissionsRequest
|
1732
|
+
# @private
|
1733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1734
|
+
collection :permissions, as: 'permissions'
|
1735
|
+
end
|
1736
|
+
end
|
1737
|
+
|
1738
|
+
class TestIamPermissionsResponse
|
1739
|
+
# @private
|
1740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1741
|
+
collection :permissions, as: 'permissions'
|
1742
|
+
end
|
1743
|
+
end
|
1744
|
+
|
1745
|
+
class ValidationCheck
|
1746
|
+
# @private
|
1747
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1748
|
+
property :option, as: 'option'
|
1749
|
+
property :scenario, as: 'scenario'
|
1750
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ValidationCheckStatus, decorator: Google::Apis::GkeonpremV1::ValidationCheckStatus::Representation
|
1751
|
+
|
1752
|
+
end
|
1753
|
+
end
|
1754
|
+
|
1755
|
+
class ValidationCheckResult
|
1756
|
+
# @private
|
1757
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1758
|
+
property :category, as: 'category'
|
1759
|
+
property :description, as: 'description'
|
1760
|
+
property :details, as: 'details'
|
1761
|
+
property :reason, as: 'reason'
|
1762
|
+
property :state, as: 'state'
|
1763
|
+
end
|
1764
|
+
end
|
1765
|
+
|
1766
|
+
class ValidationCheckStatus
|
1767
|
+
# @private
|
1768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1769
|
+
collection :result, as: 'result', class: Google::Apis::GkeonpremV1::ValidationCheckResult, decorator: Google::Apis::GkeonpremV1::ValidationCheckResult::Representation
|
1770
|
+
|
1771
|
+
end
|
1772
|
+
end
|
1773
|
+
|
1774
|
+
class VmwareAagConfig
|
1775
|
+
# @private
|
1776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1777
|
+
property :aag_config_disabled, as: 'aagConfigDisabled'
|
1778
|
+
end
|
1779
|
+
end
|
1780
|
+
|
1781
|
+
class VmwareAddressPool
|
1782
|
+
# @private
|
1783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1784
|
+
collection :addresses, as: 'addresses'
|
1785
|
+
property :avoid_buggy_ips, as: 'avoidBuggyIps'
|
1786
|
+
property :manual_assign, as: 'manualAssign'
|
1787
|
+
property :pool, as: 'pool'
|
1788
|
+
end
|
1789
|
+
end
|
1790
|
+
|
1791
|
+
class VmwareAdminAddonNodeConfig
|
1792
|
+
# @private
|
1793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1794
|
+
property :auto_resize_config, as: 'autoResizeConfig', class: Google::Apis::GkeonpremV1::VmwareAutoResizeConfig, decorator: Google::Apis::GkeonpremV1::VmwareAutoResizeConfig::Representation
|
1795
|
+
|
1796
|
+
end
|
1797
|
+
end
|
1798
|
+
|
1799
|
+
class VmwareAdminCluster
|
1800
|
+
# @private
|
1801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1802
|
+
property :addon_node, as: 'addonNode', class: Google::Apis::GkeonpremV1::VmwareAdminAddonNodeConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminAddonNodeConfig::Representation
|
1803
|
+
|
1804
|
+
hash :annotations, as: 'annotations'
|
1805
|
+
property :anti_affinity_groups, as: 'antiAffinityGroups', class: Google::Apis::GkeonpremV1::VmwareAagConfig, decorator: Google::Apis::GkeonpremV1::VmwareAagConfig::Representation
|
1806
|
+
|
1807
|
+
property :auto_repair_config, as: 'autoRepairConfig', class: Google::Apis::GkeonpremV1::VmwareAutoRepairConfig, decorator: Google::Apis::GkeonpremV1::VmwareAutoRepairConfig::Representation
|
1808
|
+
|
1809
|
+
property :bootstrap_cluster_membership, as: 'bootstrapClusterMembership'
|
1810
|
+
property :control_plane_node, as: 'controlPlaneNode', class: Google::Apis::GkeonpremV1::VmwareAdminControlPlaneNodeConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminControlPlaneNodeConfig::Representation
|
1811
|
+
|
1812
|
+
property :create_time, as: 'createTime'
|
1813
|
+
property :description, as: 'description'
|
1814
|
+
property :endpoint, as: 'endpoint'
|
1815
|
+
property :etag, as: 'etag'
|
1816
|
+
property :fleet, as: 'fleet', class: Google::Apis::GkeonpremV1::Fleet, decorator: Google::Apis::GkeonpremV1::Fleet::Representation
|
1817
|
+
|
1818
|
+
property :image_type, as: 'imageType'
|
1819
|
+
property :load_balancer, as: 'loadBalancer', class: Google::Apis::GkeonpremV1::VmwareAdminLoadBalancerConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminLoadBalancerConfig::Representation
|
1820
|
+
|
1821
|
+
property :local_name, as: 'localName'
|
1822
|
+
property :name, as: 'name'
|
1823
|
+
property :network_config, as: 'networkConfig', class: Google::Apis::GkeonpremV1::VmwareAdminNetworkConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminNetworkConfig::Representation
|
1824
|
+
|
1825
|
+
property :on_prem_version, as: 'onPremVersion'
|
1826
|
+
property :platform_config, as: 'platformConfig', class: Google::Apis::GkeonpremV1::VmwarePlatformConfig, decorator: Google::Apis::GkeonpremV1::VmwarePlatformConfig::Representation
|
1827
|
+
|
1828
|
+
property :reconciling, as: 'reconciling'
|
1829
|
+
property :state, as: 'state'
|
1830
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
|
1831
|
+
|
1832
|
+
property :uid, as: 'uid'
|
1833
|
+
property :update_time, as: 'updateTime'
|
1834
|
+
property :vcenter, as: 'vcenter', class: Google::Apis::GkeonpremV1::VmwareAdminVCenterConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminVCenterConfig::Representation
|
1835
|
+
|
1836
|
+
end
|
1837
|
+
end
|
1838
|
+
|
1839
|
+
class VmwareAdminControlPlaneNodeConfig
|
1840
|
+
# @private
|
1841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1842
|
+
property :cpus, :numeric_string => true, as: 'cpus'
|
1843
|
+
property :memory, :numeric_string => true, as: 'memory'
|
1844
|
+
end
|
1845
|
+
end
|
1846
|
+
|
1847
|
+
class VmwareAdminF5BigIpConfig
|
1848
|
+
# @private
|
1849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1850
|
+
property :address, as: 'address'
|
1851
|
+
property :partition, as: 'partition'
|
1852
|
+
property :snat_pool, as: 'snatPool'
|
1853
|
+
end
|
1854
|
+
end
|
1855
|
+
|
1856
|
+
class VmwareAdminLoadBalancerConfig
|
1857
|
+
# @private
|
1858
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1859
|
+
property :f5_config, as: 'f5Config', class: Google::Apis::GkeonpremV1::VmwareAdminF5BigIpConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminF5BigIpConfig::Representation
|
1860
|
+
|
1861
|
+
property :manual_lb_config, as: 'manualLbConfig', class: Google::Apis::GkeonpremV1::VmwareAdminManualLbConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminManualLbConfig::Representation
|
1862
|
+
|
1863
|
+
property :metal_lb_config, as: 'metalLbConfig', class: Google::Apis::GkeonpremV1::VmwareAdminMetalLbConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminMetalLbConfig::Representation
|
1864
|
+
|
1865
|
+
property :vip_config, as: 'vipConfig', class: Google::Apis::GkeonpremV1::VmwareAdminVipConfig, decorator: Google::Apis::GkeonpremV1::VmwareAdminVipConfig::Representation
|
1866
|
+
|
1867
|
+
end
|
1868
|
+
end
|
1869
|
+
|
1870
|
+
class VmwareAdminManualLbConfig
|
1871
|
+
# @private
|
1872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1873
|
+
property :addons_node_port, as: 'addonsNodePort'
|
1874
|
+
property :control_plane_node_port, as: 'controlPlaneNodePort'
|
1875
|
+
property :ingress_http_node_port, as: 'ingressHttpNodePort'
|
1876
|
+
property :ingress_https_node_port, as: 'ingressHttpsNodePort'
|
1877
|
+
property :konnectivity_server_node_port, as: 'konnectivityServerNodePort'
|
1878
|
+
end
|
1879
|
+
end
|
1880
|
+
|
1881
|
+
class VmwareAdminMetalLbConfig
|
1882
|
+
# @private
|
1883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1884
|
+
end
|
1885
|
+
end
|
1886
|
+
|
1887
|
+
class VmwareAdminNetworkConfig
|
1888
|
+
# @private
|
1889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1890
|
+
property :dhcp_ip_config, as: 'dhcpIpConfig', class: Google::Apis::GkeonpremV1::VmwareDhcpIpConfig, decorator: Google::Apis::GkeonpremV1::VmwareDhcpIpConfig::Representation
|
1891
|
+
|
1892
|
+
property :host_config, as: 'hostConfig', class: Google::Apis::GkeonpremV1::VmwareHostConfig, decorator: Google::Apis::GkeonpremV1::VmwareHostConfig::Representation
|
1893
|
+
|
1894
|
+
collection :pod_address_cidr_blocks, as: 'podAddressCidrBlocks'
|
1895
|
+
collection :service_address_cidr_blocks, as: 'serviceAddressCidrBlocks'
|
1896
|
+
property :static_ip_config, as: 'staticIpConfig', class: Google::Apis::GkeonpremV1::VmwareStaticIpConfig, decorator: Google::Apis::GkeonpremV1::VmwareStaticIpConfig::Representation
|
1897
|
+
|
1898
|
+
property :vcenter_network, as: 'vcenterNetwork'
|
1899
|
+
end
|
1900
|
+
end
|
1901
|
+
|
1902
|
+
class VmwareAdminVCenterConfig
|
1903
|
+
# @private
|
1904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1905
|
+
property :address, as: 'address'
|
1906
|
+
property :ca_cert_data, as: 'caCertData'
|
1907
|
+
property :cluster, as: 'cluster'
|
1908
|
+
property :data_disk, as: 'dataDisk'
|
1909
|
+
property :datacenter, as: 'datacenter'
|
1910
|
+
property :datastore, as: 'datastore'
|
1911
|
+
property :folder, as: 'folder'
|
1912
|
+
property :resource_pool, as: 'resourcePool'
|
1913
|
+
end
|
1914
|
+
end
|
1915
|
+
|
1916
|
+
class VmwareAdminVipConfig
|
1917
|
+
# @private
|
1918
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1919
|
+
property :addons_vip, as: 'addonsVip'
|
1920
|
+
property :control_plane_vip, as: 'controlPlaneVip'
|
1921
|
+
end
|
1922
|
+
end
|
1923
|
+
|
1924
|
+
class VmwareAutoRepairConfig
|
1925
|
+
# @private
|
1926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1927
|
+
property :enabled, as: 'enabled'
|
1928
|
+
end
|
1929
|
+
end
|
1930
|
+
|
1931
|
+
class VmwareAutoResizeConfig
|
1932
|
+
# @private
|
1933
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1934
|
+
property :enabled, as: 'enabled'
|
1935
|
+
end
|
1936
|
+
end
|
1937
|
+
|
1938
|
+
class VmwareBundleConfig
|
1939
|
+
# @private
|
1940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1941
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
|
1942
|
+
|
1943
|
+
property :version, as: 'version'
|
1944
|
+
end
|
1945
|
+
end
|
1946
|
+
|
1947
|
+
class VmwareCluster
|
1948
|
+
# @private
|
1949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1950
|
+
property :admin_cluster_membership, as: 'adminClusterMembership'
|
1951
|
+
property :admin_cluster_name, as: 'adminClusterName'
|
1952
|
+
hash :annotations, as: 'annotations'
|
1953
|
+
property :anti_affinity_groups, as: 'antiAffinityGroups', class: Google::Apis::GkeonpremV1::VmwareAagConfig, decorator: Google::Apis::GkeonpremV1::VmwareAagConfig::Representation
|
1954
|
+
|
1955
|
+
property :authorization, as: 'authorization', class: Google::Apis::GkeonpremV1::Authorization, decorator: Google::Apis::GkeonpremV1::Authorization::Representation
|
1956
|
+
|
1957
|
+
property :auto_repair_config, as: 'autoRepairConfig', class: Google::Apis::GkeonpremV1::VmwareAutoRepairConfig, decorator: Google::Apis::GkeonpremV1::VmwareAutoRepairConfig::Representation
|
1958
|
+
|
1959
|
+
property :control_plane_node, as: 'controlPlaneNode', class: Google::Apis::GkeonpremV1::VmwareControlPlaneNodeConfig, decorator: Google::Apis::GkeonpremV1::VmwareControlPlaneNodeConfig::Representation
|
1960
|
+
|
1961
|
+
property :create_time, as: 'createTime'
|
1962
|
+
property :dataplane_v2, as: 'dataplaneV2', class: Google::Apis::GkeonpremV1::VmwareDataplaneV2Config, decorator: Google::Apis::GkeonpremV1::VmwareDataplaneV2Config::Representation
|
1963
|
+
|
1964
|
+
property :delete_time, as: 'deleteTime'
|
1965
|
+
property :description, as: 'description'
|
1966
|
+
property :enable_control_plane_v2, as: 'enableControlPlaneV2'
|
1967
|
+
property :endpoint, as: 'endpoint'
|
1968
|
+
property :etag, as: 'etag'
|
1969
|
+
property :fleet, as: 'fleet', class: Google::Apis::GkeonpremV1::Fleet, decorator: Google::Apis::GkeonpremV1::Fleet::Representation
|
1970
|
+
|
1971
|
+
property :load_balancer, as: 'loadBalancer', class: Google::Apis::GkeonpremV1::VmwareLoadBalancerConfig, decorator: Google::Apis::GkeonpremV1::VmwareLoadBalancerConfig::Representation
|
1972
|
+
|
1973
|
+
property :local_name, as: 'localName'
|
1974
|
+
property :name, as: 'name'
|
1975
|
+
property :network_config, as: 'networkConfig', class: Google::Apis::GkeonpremV1::VmwareNetworkConfig, decorator: Google::Apis::GkeonpremV1::VmwareNetworkConfig::Representation
|
1976
|
+
|
1977
|
+
property :on_prem_version, as: 'onPremVersion'
|
1978
|
+
property :reconciling, as: 'reconciling'
|
1979
|
+
property :state, as: 'state'
|
1980
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
|
1981
|
+
|
1982
|
+
property :storage, as: 'storage', class: Google::Apis::GkeonpremV1::VmwareStorageConfig, decorator: Google::Apis::GkeonpremV1::VmwareStorageConfig::Representation
|
1983
|
+
|
1984
|
+
property :uid, as: 'uid'
|
1985
|
+
property :update_time, as: 'updateTime'
|
1986
|
+
property :validation_check, as: 'validationCheck', class: Google::Apis::GkeonpremV1::ValidationCheck, decorator: Google::Apis::GkeonpremV1::ValidationCheck::Representation
|
1987
|
+
|
1988
|
+
property :vcenter, as: 'vcenter', class: Google::Apis::GkeonpremV1::VmwareVCenterConfig, decorator: Google::Apis::GkeonpremV1::VmwareVCenterConfig::Representation
|
1989
|
+
|
1990
|
+
property :vm_tracking_enabled, as: 'vmTrackingEnabled'
|
1991
|
+
end
|
1992
|
+
end
|
1993
|
+
|
1994
|
+
class VmwareControlPlaneNodeConfig
|
1995
|
+
# @private
|
1996
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1997
|
+
property :auto_resize_config, as: 'autoResizeConfig', class: Google::Apis::GkeonpremV1::VmwareAutoResizeConfig, decorator: Google::Apis::GkeonpremV1::VmwareAutoResizeConfig::Representation
|
1998
|
+
|
1999
|
+
property :cpus, :numeric_string => true, as: 'cpus'
|
2000
|
+
property :memory, :numeric_string => true, as: 'memory'
|
2001
|
+
property :replicas, :numeric_string => true, as: 'replicas'
|
2002
|
+
property :vsphere_config, as: 'vsphereConfig', class: Google::Apis::GkeonpremV1::VmwareControlPlaneVsphereConfig, decorator: Google::Apis::GkeonpremV1::VmwareControlPlaneVsphereConfig::Representation
|
2003
|
+
|
2004
|
+
end
|
2005
|
+
end
|
2006
|
+
|
2007
|
+
class VmwareControlPlaneV2Config
|
2008
|
+
# @private
|
2009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2010
|
+
property :control_plane_ip_block, as: 'controlPlaneIpBlock', class: Google::Apis::GkeonpremV1::VmwareIpBlock, decorator: Google::Apis::GkeonpremV1::VmwareIpBlock::Representation
|
2011
|
+
|
2012
|
+
end
|
2013
|
+
end
|
2014
|
+
|
2015
|
+
class VmwareControlPlaneVsphereConfig
|
2016
|
+
# @private
|
2017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2018
|
+
property :datastore, as: 'datastore'
|
2019
|
+
end
|
2020
|
+
end
|
2021
|
+
|
2022
|
+
class VmwareDataplaneV2Config
|
2023
|
+
# @private
|
2024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2025
|
+
property :advanced_networking, as: 'advancedNetworking'
|
2026
|
+
property :dataplane_v2_enabled, as: 'dataplaneV2Enabled'
|
2027
|
+
property :windows_dataplane_v2_enabled, as: 'windowsDataplaneV2Enabled'
|
2028
|
+
end
|
2029
|
+
end
|
2030
|
+
|
2031
|
+
class VmwareDhcpIpConfig
|
2032
|
+
# @private
|
2033
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2034
|
+
property :enabled, as: 'enabled'
|
2035
|
+
end
|
2036
|
+
end
|
2037
|
+
|
2038
|
+
class VmwareF5BigIpConfig
|
2039
|
+
# @private
|
2040
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2041
|
+
property :address, as: 'address'
|
2042
|
+
property :partition, as: 'partition'
|
2043
|
+
property :snat_pool, as: 'snatPool'
|
2044
|
+
end
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class VmwareHostConfig
|
2048
|
+
# @private
|
2049
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2050
|
+
collection :dns_search_domains, as: 'dnsSearchDomains'
|
2051
|
+
collection :dns_servers, as: 'dnsServers'
|
2052
|
+
collection :ntp_servers, as: 'ntpServers'
|
2053
|
+
end
|
2054
|
+
end
|
2055
|
+
|
2056
|
+
class VmwareHostIp
|
2057
|
+
# @private
|
2058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2059
|
+
property :hostname, as: 'hostname'
|
2060
|
+
property :ip, as: 'ip'
|
2061
|
+
end
|
2062
|
+
end
|
2063
|
+
|
2064
|
+
class VmwareIpBlock
|
2065
|
+
# @private
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2067
|
+
property :gateway, as: 'gateway'
|
2068
|
+
collection :ips, as: 'ips', class: Google::Apis::GkeonpremV1::VmwareHostIp, decorator: Google::Apis::GkeonpremV1::VmwareHostIp::Representation
|
2069
|
+
|
2070
|
+
property :netmask, as: 'netmask'
|
2071
|
+
end
|
2072
|
+
end
|
2073
|
+
|
2074
|
+
class VmwareLoadBalancerConfig
|
2075
|
+
# @private
|
2076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2077
|
+
property :f5_config, as: 'f5Config', class: Google::Apis::GkeonpremV1::VmwareF5BigIpConfig, decorator: Google::Apis::GkeonpremV1::VmwareF5BigIpConfig::Representation
|
2078
|
+
|
2079
|
+
property :manual_lb_config, as: 'manualLbConfig', class: Google::Apis::GkeonpremV1::VmwareManualLbConfig, decorator: Google::Apis::GkeonpremV1::VmwareManualLbConfig::Representation
|
2080
|
+
|
2081
|
+
property :metal_lb_config, as: 'metalLbConfig', class: Google::Apis::GkeonpremV1::VmwareMetalLbConfig, decorator: Google::Apis::GkeonpremV1::VmwareMetalLbConfig::Representation
|
2082
|
+
|
2083
|
+
property :vip_config, as: 'vipConfig', class: Google::Apis::GkeonpremV1::VmwareVipConfig, decorator: Google::Apis::GkeonpremV1::VmwareVipConfig::Representation
|
2084
|
+
|
2085
|
+
end
|
2086
|
+
end
|
2087
|
+
|
2088
|
+
class VmwareManualLbConfig
|
2089
|
+
# @private
|
2090
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2091
|
+
property :control_plane_node_port, as: 'controlPlaneNodePort'
|
2092
|
+
property :ingress_http_node_port, as: 'ingressHttpNodePort'
|
2093
|
+
property :ingress_https_node_port, as: 'ingressHttpsNodePort'
|
2094
|
+
property :konnectivity_server_node_port, as: 'konnectivityServerNodePort'
|
2095
|
+
end
|
2096
|
+
end
|
2097
|
+
|
2098
|
+
class VmwareMetalLbConfig
|
2099
|
+
# @private
|
2100
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2101
|
+
collection :address_pools, as: 'addressPools', class: Google::Apis::GkeonpremV1::VmwareAddressPool, decorator: Google::Apis::GkeonpremV1::VmwareAddressPool::Representation
|
2102
|
+
|
2103
|
+
end
|
2104
|
+
end
|
2105
|
+
|
2106
|
+
class VmwareNetworkConfig
|
2107
|
+
# @private
|
2108
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2109
|
+
property :control_plane_v2_config, as: 'controlPlaneV2Config', class: Google::Apis::GkeonpremV1::VmwareControlPlaneV2Config, decorator: Google::Apis::GkeonpremV1::VmwareControlPlaneV2Config::Representation
|
2110
|
+
|
2111
|
+
property :dhcp_ip_config, as: 'dhcpIpConfig', class: Google::Apis::GkeonpremV1::VmwareDhcpIpConfig, decorator: Google::Apis::GkeonpremV1::VmwareDhcpIpConfig::Representation
|
2112
|
+
|
2113
|
+
property :host_config, as: 'hostConfig', class: Google::Apis::GkeonpremV1::VmwareHostConfig, decorator: Google::Apis::GkeonpremV1::VmwareHostConfig::Representation
|
2114
|
+
|
2115
|
+
collection :pod_address_cidr_blocks, as: 'podAddressCidrBlocks'
|
2116
|
+
collection :service_address_cidr_blocks, as: 'serviceAddressCidrBlocks'
|
2117
|
+
property :static_ip_config, as: 'staticIpConfig', class: Google::Apis::GkeonpremV1::VmwareStaticIpConfig, decorator: Google::Apis::GkeonpremV1::VmwareStaticIpConfig::Representation
|
2118
|
+
|
2119
|
+
property :vcenter_network, as: 'vcenterNetwork'
|
2120
|
+
end
|
2121
|
+
end
|
2122
|
+
|
2123
|
+
class VmwareNodeConfig
|
2124
|
+
# @private
|
2125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2126
|
+
property :boot_disk_size_gb, :numeric_string => true, as: 'bootDiskSizeGb'
|
2127
|
+
property :cpus, :numeric_string => true, as: 'cpus'
|
2128
|
+
property :enable_load_balancer, as: 'enableLoadBalancer'
|
2129
|
+
property :image, as: 'image'
|
2130
|
+
property :image_type, as: 'imageType'
|
2131
|
+
hash :labels, as: 'labels'
|
2132
|
+
property :memory_mb, :numeric_string => true, as: 'memoryMb'
|
2133
|
+
property :replicas, :numeric_string => true, as: 'replicas'
|
2134
|
+
collection :taints, as: 'taints', class: Google::Apis::GkeonpremV1::NodeTaint, decorator: Google::Apis::GkeonpremV1::NodeTaint::Representation
|
2135
|
+
|
2136
|
+
property :vsphere_config, as: 'vsphereConfig', class: Google::Apis::GkeonpremV1::VmwareVsphereConfig, decorator: Google::Apis::GkeonpremV1::VmwareVsphereConfig::Representation
|
2137
|
+
|
2138
|
+
end
|
2139
|
+
end
|
2140
|
+
|
2141
|
+
class VmwareNodePool
|
2142
|
+
# @private
|
2143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2144
|
+
hash :annotations, as: 'annotations'
|
2145
|
+
property :config, as: 'config', class: Google::Apis::GkeonpremV1::VmwareNodeConfig, decorator: Google::Apis::GkeonpremV1::VmwareNodeConfig::Representation
|
2146
|
+
|
2147
|
+
property :create_time, as: 'createTime'
|
2148
|
+
property :delete_time, as: 'deleteTime'
|
2149
|
+
property :display_name, as: 'displayName'
|
2150
|
+
property :etag, as: 'etag'
|
2151
|
+
property :name, as: 'name'
|
2152
|
+
property :node_pool_autoscaling, as: 'nodePoolAutoscaling', class: Google::Apis::GkeonpremV1::VmwareNodePoolAutoscalingConfig, decorator: Google::Apis::GkeonpremV1::VmwareNodePoolAutoscalingConfig::Representation
|
2153
|
+
|
2154
|
+
property :on_prem_version, as: 'onPremVersion'
|
2155
|
+
property :reconciling, as: 'reconciling'
|
2156
|
+
property :state, as: 'state'
|
2157
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
|
2158
|
+
|
2159
|
+
property :uid, as: 'uid'
|
2160
|
+
property :update_time, as: 'updateTime'
|
2161
|
+
end
|
2162
|
+
end
|
2163
|
+
|
2164
|
+
class VmwareNodePoolAutoscalingConfig
|
2165
|
+
# @private
|
2166
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2167
|
+
property :max_replicas, as: 'maxReplicas'
|
2168
|
+
property :min_replicas, as: 'minReplicas'
|
2169
|
+
end
|
2170
|
+
end
|
2171
|
+
|
2172
|
+
class VmwarePlatformConfig
|
2173
|
+
# @private
|
2174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2175
|
+
collection :bundles, as: 'bundles', class: Google::Apis::GkeonpremV1::VmwareBundleConfig, decorator: Google::Apis::GkeonpremV1::VmwareBundleConfig::Representation
|
2176
|
+
|
2177
|
+
property :platform_version, as: 'platformVersion'
|
2178
|
+
property :required_platform_version, as: 'requiredPlatformVersion'
|
2179
|
+
property :status, as: 'status', class: Google::Apis::GkeonpremV1::ResourceStatus, decorator: Google::Apis::GkeonpremV1::ResourceStatus::Representation
|
2180
|
+
|
2181
|
+
end
|
2182
|
+
end
|
2183
|
+
|
2184
|
+
class VmwareStaticIpConfig
|
2185
|
+
# @private
|
2186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2187
|
+
collection :ip_blocks, as: 'ipBlocks', class: Google::Apis::GkeonpremV1::VmwareIpBlock, decorator: Google::Apis::GkeonpremV1::VmwareIpBlock::Representation
|
2188
|
+
|
2189
|
+
end
|
2190
|
+
end
|
2191
|
+
|
2192
|
+
class VmwareStorageConfig
|
2193
|
+
# @private
|
2194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2195
|
+
property :vsphere_csi_disabled, as: 'vsphereCsiDisabled'
|
2196
|
+
end
|
2197
|
+
end
|
2198
|
+
|
2199
|
+
class VmwareVCenterConfig
|
2200
|
+
# @private
|
2201
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2202
|
+
property :address, as: 'address'
|
2203
|
+
property :ca_cert_data, as: 'caCertData'
|
2204
|
+
property :cluster, as: 'cluster'
|
2205
|
+
property :datacenter, as: 'datacenter'
|
2206
|
+
property :datastore, as: 'datastore'
|
2207
|
+
property :folder, as: 'folder'
|
2208
|
+
property :resource_pool, as: 'resourcePool'
|
2209
|
+
end
|
2210
|
+
end
|
2211
|
+
|
2212
|
+
class VmwareVersionInfo
|
2213
|
+
# @private
|
2214
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2215
|
+
property :has_dependencies, as: 'hasDependencies'
|
2216
|
+
property :is_installed, as: 'isInstalled'
|
2217
|
+
property :version, as: 'version'
|
2218
|
+
end
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
class VmwareVipConfig
|
2222
|
+
# @private
|
2223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2224
|
+
property :control_plane_vip, as: 'controlPlaneVip'
|
2225
|
+
property :ingress_vip, as: 'ingressVip'
|
2226
|
+
end
|
2227
|
+
end
|
2228
|
+
|
2229
|
+
class VmwareVsphereConfig
|
2230
|
+
# @private
|
2231
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2232
|
+
property :datastore, as: 'datastore'
|
2233
|
+
collection :tags, as: 'tags', class: Google::Apis::GkeonpremV1::VmwareVsphereTag, decorator: Google::Apis::GkeonpremV1::VmwareVsphereTag::Representation
|
2234
|
+
|
2235
|
+
end
|
2236
|
+
end
|
2237
|
+
|
2238
|
+
class VmwareVsphereTag
|
2239
|
+
# @private
|
2240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2241
|
+
property :category, as: 'category'
|
2242
|
+
property :tag, as: 'tag'
|
2243
|
+
end
|
2244
|
+
end
|
2245
|
+
end
|
2246
|
+
end
|
2247
|
+
end
|