google-apis-networkmanagement_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module NetworkmanagementV1
18
+ # Version of the google-apis-networkmanagement_v1 gem
19
+ GEM_VERSION = "0.1.0"
20
+
21
+ # Version of the code generator used to generate this client
22
+ GENERATOR_VERSION = "0.1.1"
23
+
24
+ # Revision of the discovery document this client was generated from
25
+ REVISION = "20201029"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,662 @@
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 NetworkmanagementV1
24
+
25
+ class AbortInfo
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AuditConfig
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AuditLogConfig
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class Binding
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class CancelOperationRequest
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class ConnectivityTest
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class DeliverInfo
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class DropInfo
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class Empty
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class Endpoint
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class EndpointInfo
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Expr
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class FirewallInfo
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class ForwardInfo
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class ForwardingRuleInfo
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class InstanceInfo
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class ListConnectivityTestsResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class ListLocationsResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class ListOperationsResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class LoadBalancerBackend
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class LoadBalancerInfo
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class Location
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class NetworkInfo
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class Operation
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class OperationMetadata
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class Policy
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class ReachabilityDetails
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class RerunConnectivityTestRequest
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class RouteInfo
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class SetIamPolicyRequest
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class Status
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class Step
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class TestIamPermissionsRequest
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class TestIamPermissionsResponse
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class Trace
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class VpnGatewayInfo
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class VpnTunnelInfo
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class AbortInfo
248
+ # @private
249
+ class Representation < Google::Apis::Core::JsonRepresentation
250
+ property :cause, as: 'cause'
251
+ property :resource_uri, as: 'resourceUri'
252
+ end
253
+ end
254
+
255
+ class AuditConfig
256
+ # @private
257
+ class Representation < Google::Apis::Core::JsonRepresentation
258
+ collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::NetworkmanagementV1::AuditLogConfig, decorator: Google::Apis::NetworkmanagementV1::AuditLogConfig::Representation
259
+
260
+ property :service, as: 'service'
261
+ end
262
+ end
263
+
264
+ class AuditLogConfig
265
+ # @private
266
+ class Representation < Google::Apis::Core::JsonRepresentation
267
+ collection :exempted_members, as: 'exemptedMembers'
268
+ property :log_type, as: 'logType'
269
+ end
270
+ end
271
+
272
+ class Binding
273
+ # @private
274
+ class Representation < Google::Apis::Core::JsonRepresentation
275
+ property :binding_id, as: 'bindingId'
276
+ property :condition, as: 'condition', class: Google::Apis::NetworkmanagementV1::Expr, decorator: Google::Apis::NetworkmanagementV1::Expr::Representation
277
+
278
+ collection :members, as: 'members'
279
+ property :role, as: 'role'
280
+ end
281
+ end
282
+
283
+ class CancelOperationRequest
284
+ # @private
285
+ class Representation < Google::Apis::Core::JsonRepresentation
286
+ end
287
+ end
288
+
289
+ class ConnectivityTest
290
+ # @private
291
+ class Representation < Google::Apis::Core::JsonRepresentation
292
+ property :create_time, as: 'createTime'
293
+ property :description, as: 'description'
294
+ property :destination, as: 'destination', class: Google::Apis::NetworkmanagementV1::Endpoint, decorator: Google::Apis::NetworkmanagementV1::Endpoint::Representation
295
+
296
+ property :display_name, as: 'displayName'
297
+ hash :labels, as: 'labels'
298
+ property :name, as: 'name'
299
+ property :protocol, as: 'protocol'
300
+ property :reachability_details, as: 'reachabilityDetails', class: Google::Apis::NetworkmanagementV1::ReachabilityDetails, decorator: Google::Apis::NetworkmanagementV1::ReachabilityDetails::Representation
301
+
302
+ collection :related_projects, as: 'relatedProjects'
303
+ property :source, as: 'source', class: Google::Apis::NetworkmanagementV1::Endpoint, decorator: Google::Apis::NetworkmanagementV1::Endpoint::Representation
304
+
305
+ property :update_time, as: 'updateTime'
306
+ end
307
+ end
308
+
309
+ class DeliverInfo
310
+ # @private
311
+ class Representation < Google::Apis::Core::JsonRepresentation
312
+ property :resource_uri, as: 'resourceUri'
313
+ property :target, as: 'target'
314
+ end
315
+ end
316
+
317
+ class DropInfo
318
+ # @private
319
+ class Representation < Google::Apis::Core::JsonRepresentation
320
+ property :cause, as: 'cause'
321
+ property :resource_uri, as: 'resourceUri'
322
+ end
323
+ end
324
+
325
+ class Empty
326
+ # @private
327
+ class Representation < Google::Apis::Core::JsonRepresentation
328
+ end
329
+ end
330
+
331
+ class Endpoint
332
+ # @private
333
+ class Representation < Google::Apis::Core::JsonRepresentation
334
+ property :instance, as: 'instance'
335
+ property :ip_address, as: 'ipAddress'
336
+ property :network, as: 'network'
337
+ property :network_type, as: 'networkType'
338
+ property :port, as: 'port'
339
+ property :project_id, as: 'projectId'
340
+ end
341
+ end
342
+
343
+ class EndpointInfo
344
+ # @private
345
+ class Representation < Google::Apis::Core::JsonRepresentation
346
+ property :destination_ip, as: 'destinationIp'
347
+ property :destination_network_uri, as: 'destinationNetworkUri'
348
+ property :destination_port, as: 'destinationPort'
349
+ property :protocol, as: 'protocol'
350
+ property :source_ip, as: 'sourceIp'
351
+ property :source_network_uri, as: 'sourceNetworkUri'
352
+ property :source_port, as: 'sourcePort'
353
+ end
354
+ end
355
+
356
+ class Expr
357
+ # @private
358
+ class Representation < Google::Apis::Core::JsonRepresentation
359
+ property :description, as: 'description'
360
+ property :expression, as: 'expression'
361
+ property :location, as: 'location'
362
+ property :title, as: 'title'
363
+ end
364
+ end
365
+
366
+ class FirewallInfo
367
+ # @private
368
+ class Representation < Google::Apis::Core::JsonRepresentation
369
+ property :action, as: 'action'
370
+ property :direction, as: 'direction'
371
+ property :display_name, as: 'displayName'
372
+ property :network_uri, as: 'networkUri'
373
+ property :priority, as: 'priority'
374
+ collection :target_service_accounts, as: 'targetServiceAccounts'
375
+ collection :target_tags, as: 'targetTags'
376
+ property :uri, as: 'uri'
377
+ end
378
+ end
379
+
380
+ class ForwardInfo
381
+ # @private
382
+ class Representation < Google::Apis::Core::JsonRepresentation
383
+ property :resource_uri, as: 'resourceUri'
384
+ property :target, as: 'target'
385
+ end
386
+ end
387
+
388
+ class ForwardingRuleInfo
389
+ # @private
390
+ class Representation < Google::Apis::Core::JsonRepresentation
391
+ property :display_name, as: 'displayName'
392
+ property :matched_port_range, as: 'matchedPortRange'
393
+ property :matched_protocol, as: 'matchedProtocol'
394
+ property :network_uri, as: 'networkUri'
395
+ property :target, as: 'target'
396
+ property :uri, as: 'uri'
397
+ property :vip, as: 'vip'
398
+ end
399
+ end
400
+
401
+ class InstanceInfo
402
+ # @private
403
+ class Representation < Google::Apis::Core::JsonRepresentation
404
+ property :display_name, as: 'displayName'
405
+ property :external_ip, as: 'externalIp'
406
+ property :interface, as: 'interface'
407
+ property :internal_ip, as: 'internalIp'
408
+ collection :network_tags, as: 'networkTags'
409
+ property :network_uri, as: 'networkUri'
410
+ property :service_account, as: 'serviceAccount'
411
+ property :uri, as: 'uri'
412
+ end
413
+ end
414
+
415
+ class ListConnectivityTestsResponse
416
+ # @private
417
+ class Representation < Google::Apis::Core::JsonRepresentation
418
+ property :next_page_token, as: 'nextPageToken'
419
+ collection :resources, as: 'resources', class: Google::Apis::NetworkmanagementV1::ConnectivityTest, decorator: Google::Apis::NetworkmanagementV1::ConnectivityTest::Representation
420
+
421
+ collection :unreachable, as: 'unreachable'
422
+ end
423
+ end
424
+
425
+ class ListLocationsResponse
426
+ # @private
427
+ class Representation < Google::Apis::Core::JsonRepresentation
428
+ collection :locations, as: 'locations', class: Google::Apis::NetworkmanagementV1::Location, decorator: Google::Apis::NetworkmanagementV1::Location::Representation
429
+
430
+ property :next_page_token, as: 'nextPageToken'
431
+ end
432
+ end
433
+
434
+ class ListOperationsResponse
435
+ # @private
436
+ class Representation < Google::Apis::Core::JsonRepresentation
437
+ property :next_page_token, as: 'nextPageToken'
438
+ collection :operations, as: 'operations', class: Google::Apis::NetworkmanagementV1::Operation, decorator: Google::Apis::NetworkmanagementV1::Operation::Representation
439
+
440
+ end
441
+ end
442
+
443
+ class LoadBalancerBackend
444
+ # @private
445
+ class Representation < Google::Apis::Core::JsonRepresentation
446
+ property :display_name, as: 'displayName'
447
+ collection :health_check_allowing_firewall_rules, as: 'healthCheckAllowingFirewallRules'
448
+ collection :health_check_blocking_firewall_rules, as: 'healthCheckBlockingFirewallRules'
449
+ property :health_check_firewall_state, as: 'healthCheckFirewallState'
450
+ property :uri, as: 'uri'
451
+ end
452
+ end
453
+
454
+ class LoadBalancerInfo
455
+ # @private
456
+ class Representation < Google::Apis::Core::JsonRepresentation
457
+ property :backend_type, as: 'backendType'
458
+ property :backend_uri, as: 'backendUri'
459
+ collection :backends, as: 'backends', class: Google::Apis::NetworkmanagementV1::LoadBalancerBackend, decorator: Google::Apis::NetworkmanagementV1::LoadBalancerBackend::Representation
460
+
461
+ property :health_check_uri, as: 'healthCheckUri'
462
+ property :load_balancer_type, as: 'loadBalancerType'
463
+ end
464
+ end
465
+
466
+ class Location
467
+ # @private
468
+ class Representation < Google::Apis::Core::JsonRepresentation
469
+ property :display_name, as: 'displayName'
470
+ hash :labels, as: 'labels'
471
+ property :location_id, as: 'locationId'
472
+ hash :metadata, as: 'metadata'
473
+ property :name, as: 'name'
474
+ end
475
+ end
476
+
477
+ class NetworkInfo
478
+ # @private
479
+ class Representation < Google::Apis::Core::JsonRepresentation
480
+ property :display_name, as: 'displayName'
481
+ property :matched_ip_range, as: 'matchedIpRange'
482
+ property :uri, as: 'uri'
483
+ end
484
+ end
485
+
486
+ class Operation
487
+ # @private
488
+ class Representation < Google::Apis::Core::JsonRepresentation
489
+ property :done, as: 'done'
490
+ property :error, as: 'error', class: Google::Apis::NetworkmanagementV1::Status, decorator: Google::Apis::NetworkmanagementV1::Status::Representation
491
+
492
+ hash :metadata, as: 'metadata'
493
+ property :name, as: 'name'
494
+ hash :response, as: 'response'
495
+ end
496
+ end
497
+
498
+ class OperationMetadata
499
+ # @private
500
+ class Representation < Google::Apis::Core::JsonRepresentation
501
+ property :api_version, as: 'apiVersion'
502
+ property :cancel_requested, as: 'cancelRequested'
503
+ property :create_time, as: 'createTime'
504
+ property :end_time, as: 'endTime'
505
+ property :status_detail, as: 'statusDetail'
506
+ property :target, as: 'target'
507
+ property :verb, as: 'verb'
508
+ end
509
+ end
510
+
511
+ class Policy
512
+ # @private
513
+ class Representation < Google::Apis::Core::JsonRepresentation
514
+ collection :audit_configs, as: 'auditConfigs', class: Google::Apis::NetworkmanagementV1::AuditConfig, decorator: Google::Apis::NetworkmanagementV1::AuditConfig::Representation
515
+
516
+ collection :bindings, as: 'bindings', class: Google::Apis::NetworkmanagementV1::Binding, decorator: Google::Apis::NetworkmanagementV1::Binding::Representation
517
+
518
+ property :etag, :base64 => true, as: 'etag'
519
+ property :version, as: 'version'
520
+ end
521
+ end
522
+
523
+ class ReachabilityDetails
524
+ # @private
525
+ class Representation < Google::Apis::Core::JsonRepresentation
526
+ property :error, as: 'error', class: Google::Apis::NetworkmanagementV1::Status, decorator: Google::Apis::NetworkmanagementV1::Status::Representation
527
+
528
+ property :result, as: 'result'
529
+ collection :traces, as: 'traces', class: Google::Apis::NetworkmanagementV1::Trace, decorator: Google::Apis::NetworkmanagementV1::Trace::Representation
530
+
531
+ property :verify_time, as: 'verifyTime'
532
+ end
533
+ end
534
+
535
+ class RerunConnectivityTestRequest
536
+ # @private
537
+ class Representation < Google::Apis::Core::JsonRepresentation
538
+ end
539
+ end
540
+
541
+ class RouteInfo
542
+ # @private
543
+ class Representation < Google::Apis::Core::JsonRepresentation
544
+ property :dest_ip_range, as: 'destIpRange'
545
+ property :display_name, as: 'displayName'
546
+ collection :instance_tags, as: 'instanceTags'
547
+ property :network_uri, as: 'networkUri'
548
+ property :next_hop, as: 'nextHop'
549
+ property :next_hop_type, as: 'nextHopType'
550
+ property :priority, as: 'priority'
551
+ property :route_type, as: 'routeType'
552
+ property :uri, as: 'uri'
553
+ end
554
+ end
555
+
556
+ class SetIamPolicyRequest
557
+ # @private
558
+ class Representation < Google::Apis::Core::JsonRepresentation
559
+ property :policy, as: 'policy', class: Google::Apis::NetworkmanagementV1::Policy, decorator: Google::Apis::NetworkmanagementV1::Policy::Representation
560
+
561
+ property :update_mask, as: 'updateMask'
562
+ end
563
+ end
564
+
565
+ class Status
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ property :code, as: 'code'
569
+ collection :details, as: 'details'
570
+ property :message, as: 'message'
571
+ end
572
+ end
573
+
574
+ class Step
575
+ # @private
576
+ class Representation < Google::Apis::Core::JsonRepresentation
577
+ property :abort, as: 'abort', class: Google::Apis::NetworkmanagementV1::AbortInfo, decorator: Google::Apis::NetworkmanagementV1::AbortInfo::Representation
578
+
579
+ property :causes_drop, as: 'causesDrop'
580
+ property :deliver, as: 'deliver', class: Google::Apis::NetworkmanagementV1::DeliverInfo, decorator: Google::Apis::NetworkmanagementV1::DeliverInfo::Representation
581
+
582
+ property :description, as: 'description'
583
+ property :drop, as: 'drop', class: Google::Apis::NetworkmanagementV1::DropInfo, decorator: Google::Apis::NetworkmanagementV1::DropInfo::Representation
584
+
585
+ property :endpoint, as: 'endpoint', class: Google::Apis::NetworkmanagementV1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1::EndpointInfo::Representation
586
+
587
+ property :firewall, as: 'firewall', class: Google::Apis::NetworkmanagementV1::FirewallInfo, decorator: Google::Apis::NetworkmanagementV1::FirewallInfo::Representation
588
+
589
+ property :forward, as: 'forward', class: Google::Apis::NetworkmanagementV1::ForwardInfo, decorator: Google::Apis::NetworkmanagementV1::ForwardInfo::Representation
590
+
591
+ property :forwarding_rule, as: 'forwardingRule', class: Google::Apis::NetworkmanagementV1::ForwardingRuleInfo, decorator: Google::Apis::NetworkmanagementV1::ForwardingRuleInfo::Representation
592
+
593
+ property :instance, as: 'instance', class: Google::Apis::NetworkmanagementV1::InstanceInfo, decorator: Google::Apis::NetworkmanagementV1::InstanceInfo::Representation
594
+
595
+ property :load_balancer, as: 'loadBalancer', class: Google::Apis::NetworkmanagementV1::LoadBalancerInfo, decorator: Google::Apis::NetworkmanagementV1::LoadBalancerInfo::Representation
596
+
597
+ property :network, as: 'network', class: Google::Apis::NetworkmanagementV1::NetworkInfo, decorator: Google::Apis::NetworkmanagementV1::NetworkInfo::Representation
598
+
599
+ property :project_id, as: 'projectId'
600
+ property :route, as: 'route', class: Google::Apis::NetworkmanagementV1::RouteInfo, decorator: Google::Apis::NetworkmanagementV1::RouteInfo::Representation
601
+
602
+ property :state, as: 'state'
603
+ property :vpn_gateway, as: 'vpnGateway', class: Google::Apis::NetworkmanagementV1::VpnGatewayInfo, decorator: Google::Apis::NetworkmanagementV1::VpnGatewayInfo::Representation
604
+
605
+ property :vpn_tunnel, as: 'vpnTunnel', class: Google::Apis::NetworkmanagementV1::VpnTunnelInfo, decorator: Google::Apis::NetworkmanagementV1::VpnTunnelInfo::Representation
606
+
607
+ end
608
+ end
609
+
610
+ class TestIamPermissionsRequest
611
+ # @private
612
+ class Representation < Google::Apis::Core::JsonRepresentation
613
+ collection :permissions, as: 'permissions'
614
+ end
615
+ end
616
+
617
+ class TestIamPermissionsResponse
618
+ # @private
619
+ class Representation < Google::Apis::Core::JsonRepresentation
620
+ collection :permissions, as: 'permissions'
621
+ end
622
+ end
623
+
624
+ class Trace
625
+ # @private
626
+ class Representation < Google::Apis::Core::JsonRepresentation
627
+ property :endpoint_info, as: 'endpointInfo', class: Google::Apis::NetworkmanagementV1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1::EndpointInfo::Representation
628
+
629
+ collection :steps, as: 'steps', class: Google::Apis::NetworkmanagementV1::Step, decorator: Google::Apis::NetworkmanagementV1::Step::Representation
630
+
631
+ end
632
+ end
633
+
634
+ class VpnGatewayInfo
635
+ # @private
636
+ class Representation < Google::Apis::Core::JsonRepresentation
637
+ property :display_name, as: 'displayName'
638
+ property :ip_address, as: 'ipAddress'
639
+ property :network_uri, as: 'networkUri'
640
+ property :region, as: 'region'
641
+ property :uri, as: 'uri'
642
+ property :vpn_tunnel_uri, as: 'vpnTunnelUri'
643
+ end
644
+ end
645
+
646
+ class VpnTunnelInfo
647
+ # @private
648
+ class Representation < Google::Apis::Core::JsonRepresentation
649
+ property :display_name, as: 'displayName'
650
+ property :network_uri, as: 'networkUri'
651
+ property :region, as: 'region'
652
+ property :remote_gateway, as: 'remoteGateway'
653
+ property :remote_gateway_ip, as: 'remoteGatewayIp'
654
+ property :routing_type, as: 'routingType'
655
+ property :source_gateway, as: 'sourceGateway'
656
+ property :source_gateway_ip, as: 'sourceGatewayIp'
657
+ property :uri, as: 'uri'
658
+ end
659
+ end
660
+ end
661
+ end
662
+ end