google-apis-vmwareengine_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/vmwareengine_v1/classes.rb +2027 -0
- data/lib/google/apis/vmwareengine_v1/gem_version.rb +28 -0
- data/lib/google/apis/vmwareengine_v1/representations.rb +768 -0
- data/lib/google/apis/vmwareengine_v1/service.rb +2487 -0
- data/lib/google/apis/vmwareengine_v1.rb +37 -0
- data/lib/google-apis-vmwareengine_v1.rb +15 -0
- metadata +82 -0
@@ -0,0 +1,768 @@
|
|
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 VmwareengineV1
|
24
|
+
|
25
|
+
class AuditConfig
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AuditLogConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class Binding
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class Cluster
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class Credentials
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class Empty
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class Expr
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class Hcx
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class HcxActivationKey
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class ListClustersResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class ListHcxActivationKeysResponse
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class ListLocationsResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ListNetworkPoliciesResponse
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ListNodeTypesResponse
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ListOperationsResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ListPrivateCloudsResponse
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ListPrivateConnectionPeeringRoutesResponse
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class ListPrivateConnectionsResponse
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class ListSubnetsResponse
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class ListVmwareEngineNetworksResponse
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class Location
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class ManagementCluster
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class NetworkConfig
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class NetworkPolicy
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class NetworkService
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class NodeType
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class NodeTypeConfig
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class Nsx
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class Operation
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class OperationMetadata
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class PeeringRoute
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class Policy
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class PrivateCloud
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class PrivateConnection
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class ResetNsxCredentialsRequest
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class ResetVcenterCredentialsRequest
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class SetIamPolicyRequest
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class Status
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class Subnet
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class TestIamPermissionsRequest
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class TestIamPermissionsResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class UndeletePrivateCloudRequest
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class Vcenter
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class VmwareEngineNetwork
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class VpcNetwork
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class AuditConfig
|
296
|
+
# @private
|
297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
298
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::VmwareengineV1::AuditLogConfig, decorator: Google::Apis::VmwareengineV1::AuditLogConfig::Representation
|
299
|
+
|
300
|
+
property :service, as: 'service'
|
301
|
+
end
|
302
|
+
end
|
303
|
+
|
304
|
+
class AuditLogConfig
|
305
|
+
# @private
|
306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
307
|
+
collection :exempted_members, as: 'exemptedMembers'
|
308
|
+
property :log_type, as: 'logType'
|
309
|
+
end
|
310
|
+
end
|
311
|
+
|
312
|
+
class Binding
|
313
|
+
# @private
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
315
|
+
property :condition, as: 'condition', class: Google::Apis::VmwareengineV1::Expr, decorator: Google::Apis::VmwareengineV1::Expr::Representation
|
316
|
+
|
317
|
+
collection :members, as: 'members'
|
318
|
+
property :role, as: 'role'
|
319
|
+
end
|
320
|
+
end
|
321
|
+
|
322
|
+
class Cluster
|
323
|
+
# @private
|
324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
325
|
+
property :create_time, as: 'createTime'
|
326
|
+
property :management, as: 'management'
|
327
|
+
property :name, as: 'name'
|
328
|
+
hash :node_type_configs, as: 'nodeTypeConfigs', class: Google::Apis::VmwareengineV1::NodeTypeConfig, decorator: Google::Apis::VmwareengineV1::NodeTypeConfig::Representation
|
329
|
+
|
330
|
+
property :state, as: 'state'
|
331
|
+
property :uid, as: 'uid'
|
332
|
+
property :update_time, as: 'updateTime'
|
333
|
+
end
|
334
|
+
end
|
335
|
+
|
336
|
+
class Credentials
|
337
|
+
# @private
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
339
|
+
property :password, as: 'password'
|
340
|
+
property :username, as: 'username'
|
341
|
+
end
|
342
|
+
end
|
343
|
+
|
344
|
+
class Empty
|
345
|
+
# @private
|
346
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
350
|
+
class Expr
|
351
|
+
# @private
|
352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
353
|
+
property :description, as: 'description'
|
354
|
+
property :expression, as: 'expression'
|
355
|
+
property :location, as: 'location'
|
356
|
+
property :title, as: 'title'
|
357
|
+
end
|
358
|
+
end
|
359
|
+
|
360
|
+
class Hcx
|
361
|
+
# @private
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
363
|
+
property :fqdn, as: 'fqdn'
|
364
|
+
property :internal_ip, as: 'internalIp'
|
365
|
+
property :state, as: 'state'
|
366
|
+
property :version, as: 'version'
|
367
|
+
end
|
368
|
+
end
|
369
|
+
|
370
|
+
class HcxActivationKey
|
371
|
+
# @private
|
372
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
373
|
+
property :activation_key, as: 'activationKey'
|
374
|
+
property :create_time, as: 'createTime'
|
375
|
+
property :name, as: 'name'
|
376
|
+
property :state, as: 'state'
|
377
|
+
property :uid, as: 'uid'
|
378
|
+
end
|
379
|
+
end
|
380
|
+
|
381
|
+
class ListClustersResponse
|
382
|
+
# @private
|
383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
384
|
+
collection :clusters, as: 'clusters', class: Google::Apis::VmwareengineV1::Cluster, decorator: Google::Apis::VmwareengineV1::Cluster::Representation
|
385
|
+
|
386
|
+
property :next_page_token, as: 'nextPageToken'
|
387
|
+
collection :unreachable, as: 'unreachable'
|
388
|
+
end
|
389
|
+
end
|
390
|
+
|
391
|
+
class ListHcxActivationKeysResponse
|
392
|
+
# @private
|
393
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
394
|
+
collection :hcx_activation_keys, as: 'hcxActivationKeys', class: Google::Apis::VmwareengineV1::HcxActivationKey, decorator: Google::Apis::VmwareengineV1::HcxActivationKey::Representation
|
395
|
+
|
396
|
+
property :next_page_token, as: 'nextPageToken'
|
397
|
+
collection :unreachable, as: 'unreachable'
|
398
|
+
end
|
399
|
+
end
|
400
|
+
|
401
|
+
class ListLocationsResponse
|
402
|
+
# @private
|
403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
404
|
+
collection :locations, as: 'locations', class: Google::Apis::VmwareengineV1::Location, decorator: Google::Apis::VmwareengineV1::Location::Representation
|
405
|
+
|
406
|
+
property :next_page_token, as: 'nextPageToken'
|
407
|
+
end
|
408
|
+
end
|
409
|
+
|
410
|
+
class ListNetworkPoliciesResponse
|
411
|
+
# @private
|
412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
413
|
+
collection :network_policies, as: 'networkPolicies', class: Google::Apis::VmwareengineV1::NetworkPolicy, decorator: Google::Apis::VmwareengineV1::NetworkPolicy::Representation
|
414
|
+
|
415
|
+
property :next_page_token, as: 'nextPageToken'
|
416
|
+
collection :unreachable, as: 'unreachable'
|
417
|
+
end
|
418
|
+
end
|
419
|
+
|
420
|
+
class ListNodeTypesResponse
|
421
|
+
# @private
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
423
|
+
property :next_page_token, as: 'nextPageToken'
|
424
|
+
collection :node_types, as: 'nodeTypes', class: Google::Apis::VmwareengineV1::NodeType, decorator: Google::Apis::VmwareengineV1::NodeType::Representation
|
425
|
+
|
426
|
+
collection :unreachable, as: 'unreachable'
|
427
|
+
end
|
428
|
+
end
|
429
|
+
|
430
|
+
class ListOperationsResponse
|
431
|
+
# @private
|
432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
433
|
+
property :next_page_token, as: 'nextPageToken'
|
434
|
+
collection :operations, as: 'operations', class: Google::Apis::VmwareengineV1::Operation, decorator: Google::Apis::VmwareengineV1::Operation::Representation
|
435
|
+
|
436
|
+
end
|
437
|
+
end
|
438
|
+
|
439
|
+
class ListPrivateCloudsResponse
|
440
|
+
# @private
|
441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
442
|
+
property :next_page_token, as: 'nextPageToken'
|
443
|
+
collection :private_clouds, as: 'privateClouds', class: Google::Apis::VmwareengineV1::PrivateCloud, decorator: Google::Apis::VmwareengineV1::PrivateCloud::Representation
|
444
|
+
|
445
|
+
collection :unreachable, as: 'unreachable'
|
446
|
+
end
|
447
|
+
end
|
448
|
+
|
449
|
+
class ListPrivateConnectionPeeringRoutesResponse
|
450
|
+
# @private
|
451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
452
|
+
property :next_page_token, as: 'nextPageToken'
|
453
|
+
collection :peering_routes, as: 'peeringRoutes', class: Google::Apis::VmwareengineV1::PeeringRoute, decorator: Google::Apis::VmwareengineV1::PeeringRoute::Representation
|
454
|
+
|
455
|
+
end
|
456
|
+
end
|
457
|
+
|
458
|
+
class ListPrivateConnectionsResponse
|
459
|
+
# @private
|
460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
461
|
+
property :next_page_token, as: 'nextPageToken'
|
462
|
+
collection :private_connections, as: 'privateConnections', class: Google::Apis::VmwareengineV1::PrivateConnection, decorator: Google::Apis::VmwareengineV1::PrivateConnection::Representation
|
463
|
+
|
464
|
+
collection :unreachable, as: 'unreachable'
|
465
|
+
end
|
466
|
+
end
|
467
|
+
|
468
|
+
class ListSubnetsResponse
|
469
|
+
# @private
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
471
|
+
property :next_page_token, as: 'nextPageToken'
|
472
|
+
collection :subnets, as: 'subnets', class: Google::Apis::VmwareengineV1::Subnet, decorator: Google::Apis::VmwareengineV1::Subnet::Representation
|
473
|
+
|
474
|
+
collection :unreachable, as: 'unreachable'
|
475
|
+
end
|
476
|
+
end
|
477
|
+
|
478
|
+
class ListVmwareEngineNetworksResponse
|
479
|
+
# @private
|
480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
481
|
+
property :next_page_token, as: 'nextPageToken'
|
482
|
+
collection :unreachable, as: 'unreachable'
|
483
|
+
collection :vmware_engine_networks, as: 'vmwareEngineNetworks', class: Google::Apis::VmwareengineV1::VmwareEngineNetwork, decorator: Google::Apis::VmwareengineV1::VmwareEngineNetwork::Representation
|
484
|
+
|
485
|
+
end
|
486
|
+
end
|
487
|
+
|
488
|
+
class Location
|
489
|
+
# @private
|
490
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
491
|
+
property :display_name, as: 'displayName'
|
492
|
+
hash :labels, as: 'labels'
|
493
|
+
property :location_id, as: 'locationId'
|
494
|
+
hash :metadata, as: 'metadata'
|
495
|
+
property :name, as: 'name'
|
496
|
+
end
|
497
|
+
end
|
498
|
+
|
499
|
+
class ManagementCluster
|
500
|
+
# @private
|
501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
502
|
+
property :cluster_id, as: 'clusterId'
|
503
|
+
hash :node_type_configs, as: 'nodeTypeConfigs', class: Google::Apis::VmwareengineV1::NodeTypeConfig, decorator: Google::Apis::VmwareengineV1::NodeTypeConfig::Representation
|
504
|
+
|
505
|
+
end
|
506
|
+
end
|
507
|
+
|
508
|
+
class NetworkConfig
|
509
|
+
# @private
|
510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
511
|
+
property :management_cidr, as: 'managementCidr'
|
512
|
+
property :management_ip_address_layout_version, as: 'managementIpAddressLayoutVersion'
|
513
|
+
property :vmware_engine_network, as: 'vmwareEngineNetwork'
|
514
|
+
property :vmware_engine_network_canonical, as: 'vmwareEngineNetworkCanonical'
|
515
|
+
end
|
516
|
+
end
|
517
|
+
|
518
|
+
class NetworkPolicy
|
519
|
+
# @private
|
520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
521
|
+
property :create_time, as: 'createTime'
|
522
|
+
property :description, as: 'description'
|
523
|
+
property :edge_services_cidr, as: 'edgeServicesCidr'
|
524
|
+
property :external_ip, as: 'externalIp', class: Google::Apis::VmwareengineV1::NetworkService, decorator: Google::Apis::VmwareengineV1::NetworkService::Representation
|
525
|
+
|
526
|
+
property :internet_access, as: 'internetAccess', class: Google::Apis::VmwareengineV1::NetworkService, decorator: Google::Apis::VmwareengineV1::NetworkService::Representation
|
527
|
+
|
528
|
+
property :name, as: 'name'
|
529
|
+
property :uid, as: 'uid'
|
530
|
+
property :update_time, as: 'updateTime'
|
531
|
+
property :vmware_engine_network, as: 'vmwareEngineNetwork'
|
532
|
+
property :vmware_engine_network_canonical, as: 'vmwareEngineNetworkCanonical'
|
533
|
+
end
|
534
|
+
end
|
535
|
+
|
536
|
+
class NetworkService
|
537
|
+
# @private
|
538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
539
|
+
property :enabled, as: 'enabled'
|
540
|
+
property :state, as: 'state'
|
541
|
+
end
|
542
|
+
end
|
543
|
+
|
544
|
+
class NodeType
|
545
|
+
# @private
|
546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
547
|
+
collection :available_custom_core_counts, as: 'availableCustomCoreCounts'
|
548
|
+
property :disk_size_gb, as: 'diskSizeGb'
|
549
|
+
property :display_name, as: 'displayName'
|
550
|
+
property :memory_gb, as: 'memoryGb'
|
551
|
+
property :name, as: 'name'
|
552
|
+
property :node_type_id, as: 'nodeTypeId'
|
553
|
+
property :total_core_count, as: 'totalCoreCount'
|
554
|
+
property :virtual_cpu_count, as: 'virtualCpuCount'
|
555
|
+
end
|
556
|
+
end
|
557
|
+
|
558
|
+
class NodeTypeConfig
|
559
|
+
# @private
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
561
|
+
property :custom_core_count, as: 'customCoreCount'
|
562
|
+
property :node_count, as: 'nodeCount'
|
563
|
+
end
|
564
|
+
end
|
565
|
+
|
566
|
+
class Nsx
|
567
|
+
# @private
|
568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
569
|
+
property :fqdn, as: 'fqdn'
|
570
|
+
property :internal_ip, as: 'internalIp'
|
571
|
+
property :state, as: 'state'
|
572
|
+
property :version, as: 'version'
|
573
|
+
end
|
574
|
+
end
|
575
|
+
|
576
|
+
class Operation
|
577
|
+
# @private
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
579
|
+
property :done, as: 'done'
|
580
|
+
property :error, as: 'error', class: Google::Apis::VmwareengineV1::Status, decorator: Google::Apis::VmwareengineV1::Status::Representation
|
581
|
+
|
582
|
+
hash :metadata, as: 'metadata'
|
583
|
+
property :name, as: 'name'
|
584
|
+
hash :response, as: 'response'
|
585
|
+
end
|
586
|
+
end
|
587
|
+
|
588
|
+
class OperationMetadata
|
589
|
+
# @private
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
591
|
+
property :api_version, as: 'apiVersion'
|
592
|
+
property :create_time, as: 'createTime'
|
593
|
+
property :end_time, as: 'endTime'
|
594
|
+
property :requested_cancellation, as: 'requestedCancellation'
|
595
|
+
property :status_message, as: 'statusMessage'
|
596
|
+
property :target, as: 'target'
|
597
|
+
property :verb, as: 'verb'
|
598
|
+
end
|
599
|
+
end
|
600
|
+
|
601
|
+
class PeeringRoute
|
602
|
+
# @private
|
603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
604
|
+
property :dest_range, as: 'destRange'
|
605
|
+
property :direction, as: 'direction'
|
606
|
+
property :imported, as: 'imported'
|
607
|
+
property :next_hop_region, as: 'nextHopRegion'
|
608
|
+
property :priority, :numeric_string => true, as: 'priority'
|
609
|
+
property :type, as: 'type'
|
610
|
+
end
|
611
|
+
end
|
612
|
+
|
613
|
+
class Policy
|
614
|
+
# @private
|
615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::VmwareengineV1::AuditConfig, decorator: Google::Apis::VmwareengineV1::AuditConfig::Representation
|
617
|
+
|
618
|
+
collection :bindings, as: 'bindings', class: Google::Apis::VmwareengineV1::Binding, decorator: Google::Apis::VmwareengineV1::Binding::Representation
|
619
|
+
|
620
|
+
property :etag, :base64 => true, as: 'etag'
|
621
|
+
property :version, as: 'version'
|
622
|
+
end
|
623
|
+
end
|
624
|
+
|
625
|
+
class PrivateCloud
|
626
|
+
# @private
|
627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
628
|
+
property :create_time, as: 'createTime'
|
629
|
+
property :delete_time, as: 'deleteTime'
|
630
|
+
property :description, as: 'description'
|
631
|
+
property :expire_time, as: 'expireTime'
|
632
|
+
property :hcx, as: 'hcx', class: Google::Apis::VmwareengineV1::Hcx, decorator: Google::Apis::VmwareengineV1::Hcx::Representation
|
633
|
+
|
634
|
+
property :management_cluster, as: 'managementCluster', class: Google::Apis::VmwareengineV1::ManagementCluster, decorator: Google::Apis::VmwareengineV1::ManagementCluster::Representation
|
635
|
+
|
636
|
+
property :name, as: 'name'
|
637
|
+
property :network_config, as: 'networkConfig', class: Google::Apis::VmwareengineV1::NetworkConfig, decorator: Google::Apis::VmwareengineV1::NetworkConfig::Representation
|
638
|
+
|
639
|
+
property :nsx, as: 'nsx', class: Google::Apis::VmwareengineV1::Nsx, decorator: Google::Apis::VmwareengineV1::Nsx::Representation
|
640
|
+
|
641
|
+
property :state, as: 'state'
|
642
|
+
property :type, as: 'type'
|
643
|
+
property :uid, as: 'uid'
|
644
|
+
property :update_time, as: 'updateTime'
|
645
|
+
property :vcenter, as: 'vcenter', class: Google::Apis::VmwareengineV1::Vcenter, decorator: Google::Apis::VmwareengineV1::Vcenter::Representation
|
646
|
+
|
647
|
+
end
|
648
|
+
end
|
649
|
+
|
650
|
+
class PrivateConnection
|
651
|
+
# @private
|
652
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
653
|
+
property :create_time, as: 'createTime'
|
654
|
+
property :description, as: 'description'
|
655
|
+
property :name, as: 'name'
|
656
|
+
property :peering_id, as: 'peeringId'
|
657
|
+
property :peering_state, as: 'peeringState'
|
658
|
+
property :routing_mode, as: 'routingMode'
|
659
|
+
property :service_network, as: 'serviceNetwork'
|
660
|
+
property :state, as: 'state'
|
661
|
+
property :type, as: 'type'
|
662
|
+
property :uid, as: 'uid'
|
663
|
+
property :update_time, as: 'updateTime'
|
664
|
+
property :vmware_engine_network, as: 'vmwareEngineNetwork'
|
665
|
+
property :vmware_engine_network_canonical, as: 'vmwareEngineNetworkCanonical'
|
666
|
+
end
|
667
|
+
end
|
668
|
+
|
669
|
+
class ResetNsxCredentialsRequest
|
670
|
+
# @private
|
671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
+
property :request_id, as: 'requestId'
|
673
|
+
end
|
674
|
+
end
|
675
|
+
|
676
|
+
class ResetVcenterCredentialsRequest
|
677
|
+
# @private
|
678
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
679
|
+
property :request_id, as: 'requestId'
|
680
|
+
end
|
681
|
+
end
|
682
|
+
|
683
|
+
class SetIamPolicyRequest
|
684
|
+
# @private
|
685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
686
|
+
property :policy, as: 'policy', class: Google::Apis::VmwareengineV1::Policy, decorator: Google::Apis::VmwareengineV1::Policy::Representation
|
687
|
+
|
688
|
+
property :update_mask, as: 'updateMask'
|
689
|
+
end
|
690
|
+
end
|
691
|
+
|
692
|
+
class Status
|
693
|
+
# @private
|
694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
695
|
+
property :code, as: 'code'
|
696
|
+
collection :details, as: 'details'
|
697
|
+
property :message, as: 'message'
|
698
|
+
end
|
699
|
+
end
|
700
|
+
|
701
|
+
class Subnet
|
702
|
+
# @private
|
703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
704
|
+
property :gateway_ip, as: 'gatewayIp'
|
705
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
706
|
+
property :name, as: 'name'
|
707
|
+
property :state, as: 'state'
|
708
|
+
property :type, as: 'type'
|
709
|
+
end
|
710
|
+
end
|
711
|
+
|
712
|
+
class TestIamPermissionsRequest
|
713
|
+
# @private
|
714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
715
|
+
collection :permissions, as: 'permissions'
|
716
|
+
end
|
717
|
+
end
|
718
|
+
|
719
|
+
class TestIamPermissionsResponse
|
720
|
+
# @private
|
721
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
722
|
+
collection :permissions, as: 'permissions'
|
723
|
+
end
|
724
|
+
end
|
725
|
+
|
726
|
+
class UndeletePrivateCloudRequest
|
727
|
+
# @private
|
728
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
729
|
+
property :request_id, as: 'requestId'
|
730
|
+
end
|
731
|
+
end
|
732
|
+
|
733
|
+
class Vcenter
|
734
|
+
# @private
|
735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
736
|
+
property :fqdn, as: 'fqdn'
|
737
|
+
property :internal_ip, as: 'internalIp'
|
738
|
+
property :state, as: 'state'
|
739
|
+
property :version, as: 'version'
|
740
|
+
end
|
741
|
+
end
|
742
|
+
|
743
|
+
class VmwareEngineNetwork
|
744
|
+
# @private
|
745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
746
|
+
property :create_time, as: 'createTime'
|
747
|
+
property :description, as: 'description'
|
748
|
+
property :etag, as: 'etag'
|
749
|
+
property :name, as: 'name'
|
750
|
+
property :state, as: 'state'
|
751
|
+
property :type, as: 'type'
|
752
|
+
property :uid, as: 'uid'
|
753
|
+
property :update_time, as: 'updateTime'
|
754
|
+
collection :vpc_networks, as: 'vpcNetworks', class: Google::Apis::VmwareengineV1::VpcNetwork, decorator: Google::Apis::VmwareengineV1::VpcNetwork::Representation
|
755
|
+
|
756
|
+
end
|
757
|
+
end
|
758
|
+
|
759
|
+
class VpcNetwork
|
760
|
+
# @private
|
761
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
762
|
+
property :network, as: 'network'
|
763
|
+
property :type, as: 'type'
|
764
|
+
end
|
765
|
+
end
|
766
|
+
end
|
767
|
+
end
|
768
|
+
end
|