google-apis-networkmanagement_v1beta1 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-networkmanagement_v1beta1.rb +15 -0
- data/lib/google/apis/networkmanagement_v1beta1.rb +37 -0
- data/lib/google/apis/networkmanagement_v1beta1/classes.rb +1952 -0
- data/lib/google/apis/networkmanagement_v1beta1/gem_version.rb +28 -0
- data/lib/google/apis/networkmanagement_v1beta1/representations.rb +755 -0
- data/lib/google/apis/networkmanagement_v1beta1/service.rb +646 -0
- metadata +76 -0
@@ -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 NetworkmanagementV1beta1
|
18
|
+
# Version of the google-apis-networkmanagement_v1beta1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201029"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,755 @@
|
|
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 NetworkmanagementV1beta1
|
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 CloudSqlInstanceInfo
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class ConnectivityTest
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class DeliverInfo
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class DropInfo
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class Empty
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class Endpoint
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class EndpointInfo
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class Expr
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class FirewallInfo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ForwardInfo
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ForwardingRuleInfo
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GkeMasterInfo
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class InstanceInfo
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class LatencyDistribution
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class LatencyPercentile
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ListConnectivityTestsResponse
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class ListLocationsResponse
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class ListOperationsResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class LoadBalancerBackend
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class LoadBalancerInfo
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class Location
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class NetworkInfo
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class Operation
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class OperationMetadata
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class Policy
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class ProbingDetails
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class ReachabilityDetails
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class RerunConnectivityTestRequest
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class RouteInfo
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class SetIamPolicyRequest
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class Status
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class Step
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class TestIamPermissionsRequest
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class TestIamPermissionsResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class Trace
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class VpnGatewayInfo
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class VpnTunnelInfo
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class AbortInfo
|
278
|
+
# @private
|
279
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
280
|
+
property :cause, as: 'cause'
|
281
|
+
property :resource_uri, as: 'resourceUri'
|
282
|
+
end
|
283
|
+
end
|
284
|
+
|
285
|
+
class AuditConfig
|
286
|
+
# @private
|
287
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
288
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::NetworkmanagementV1beta1::AuditLogConfig, decorator: Google::Apis::NetworkmanagementV1beta1::AuditLogConfig::Representation
|
289
|
+
|
290
|
+
property :service, as: 'service'
|
291
|
+
end
|
292
|
+
end
|
293
|
+
|
294
|
+
class AuditLogConfig
|
295
|
+
# @private
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
297
|
+
collection :exempted_members, as: 'exemptedMembers'
|
298
|
+
property :log_type, as: 'logType'
|
299
|
+
end
|
300
|
+
end
|
301
|
+
|
302
|
+
class Binding
|
303
|
+
# @private
|
304
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
305
|
+
property :binding_id, as: 'bindingId'
|
306
|
+
property :condition, as: 'condition', class: Google::Apis::NetworkmanagementV1beta1::Expr, decorator: Google::Apis::NetworkmanagementV1beta1::Expr::Representation
|
307
|
+
|
308
|
+
collection :members, as: 'members'
|
309
|
+
property :role, as: 'role'
|
310
|
+
end
|
311
|
+
end
|
312
|
+
|
313
|
+
class CancelOperationRequest
|
314
|
+
# @private
|
315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
316
|
+
end
|
317
|
+
end
|
318
|
+
|
319
|
+
class CloudSqlInstanceInfo
|
320
|
+
# @private
|
321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
322
|
+
property :display_name, as: 'displayName'
|
323
|
+
property :external_ip, as: 'externalIp'
|
324
|
+
property :internal_ip, as: 'internalIp'
|
325
|
+
property :network_uri, as: 'networkUri'
|
326
|
+
property :region, as: 'region'
|
327
|
+
property :uri, as: 'uri'
|
328
|
+
end
|
329
|
+
end
|
330
|
+
|
331
|
+
class ConnectivityTest
|
332
|
+
# @private
|
333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
334
|
+
property :create_time, as: 'createTime'
|
335
|
+
property :description, as: 'description'
|
336
|
+
property :destination, as: 'destination', class: Google::Apis::NetworkmanagementV1beta1::Endpoint, decorator: Google::Apis::NetworkmanagementV1beta1::Endpoint::Representation
|
337
|
+
|
338
|
+
property :display_name, as: 'displayName'
|
339
|
+
hash :labels, as: 'labels'
|
340
|
+
property :name, as: 'name'
|
341
|
+
property :probing_details, as: 'probingDetails', class: Google::Apis::NetworkmanagementV1beta1::ProbingDetails, decorator: Google::Apis::NetworkmanagementV1beta1::ProbingDetails::Representation
|
342
|
+
|
343
|
+
property :protocol, as: 'protocol'
|
344
|
+
property :reachability_details, as: 'reachabilityDetails', class: Google::Apis::NetworkmanagementV1beta1::ReachabilityDetails, decorator: Google::Apis::NetworkmanagementV1beta1::ReachabilityDetails::Representation
|
345
|
+
|
346
|
+
collection :related_projects, as: 'relatedProjects'
|
347
|
+
property :source, as: 'source', class: Google::Apis::NetworkmanagementV1beta1::Endpoint, decorator: Google::Apis::NetworkmanagementV1beta1::Endpoint::Representation
|
348
|
+
|
349
|
+
property :update_time, as: 'updateTime'
|
350
|
+
end
|
351
|
+
end
|
352
|
+
|
353
|
+
class DeliverInfo
|
354
|
+
# @private
|
355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
356
|
+
property :resource_uri, as: 'resourceUri'
|
357
|
+
property :target, as: 'target'
|
358
|
+
end
|
359
|
+
end
|
360
|
+
|
361
|
+
class DropInfo
|
362
|
+
# @private
|
363
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
364
|
+
property :cause, as: 'cause'
|
365
|
+
property :resource_uri, as: 'resourceUri'
|
366
|
+
end
|
367
|
+
end
|
368
|
+
|
369
|
+
class Empty
|
370
|
+
# @private
|
371
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
372
|
+
end
|
373
|
+
end
|
374
|
+
|
375
|
+
class Endpoint
|
376
|
+
# @private
|
377
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
378
|
+
property :cloud_sql_instance, as: 'cloudSqlInstance'
|
379
|
+
property :gke_master_cluster, as: 'gkeMasterCluster'
|
380
|
+
property :instance, as: 'instance'
|
381
|
+
property :ip_address, as: 'ipAddress'
|
382
|
+
property :network, as: 'network'
|
383
|
+
property :network_type, as: 'networkType'
|
384
|
+
property :port, as: 'port'
|
385
|
+
property :project_id, as: 'projectId'
|
386
|
+
end
|
387
|
+
end
|
388
|
+
|
389
|
+
class EndpointInfo
|
390
|
+
# @private
|
391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
392
|
+
property :destination_ip, as: 'destinationIp'
|
393
|
+
property :destination_network_uri, as: 'destinationNetworkUri'
|
394
|
+
property :destination_port, as: 'destinationPort'
|
395
|
+
property :protocol, as: 'protocol'
|
396
|
+
property :source_ip, as: 'sourceIp'
|
397
|
+
property :source_network_uri, as: 'sourceNetworkUri'
|
398
|
+
property :source_port, as: 'sourcePort'
|
399
|
+
end
|
400
|
+
end
|
401
|
+
|
402
|
+
class Expr
|
403
|
+
# @private
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
405
|
+
property :description, as: 'description'
|
406
|
+
property :expression, as: 'expression'
|
407
|
+
property :location, as: 'location'
|
408
|
+
property :title, as: 'title'
|
409
|
+
end
|
410
|
+
end
|
411
|
+
|
412
|
+
class FirewallInfo
|
413
|
+
# @private
|
414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
415
|
+
property :action, as: 'action'
|
416
|
+
property :direction, as: 'direction'
|
417
|
+
property :display_name, as: 'displayName'
|
418
|
+
property :network_uri, as: 'networkUri'
|
419
|
+
property :priority, as: 'priority'
|
420
|
+
collection :target_service_accounts, as: 'targetServiceAccounts'
|
421
|
+
collection :target_tags, as: 'targetTags'
|
422
|
+
property :uri, as: 'uri'
|
423
|
+
end
|
424
|
+
end
|
425
|
+
|
426
|
+
class ForwardInfo
|
427
|
+
# @private
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
429
|
+
property :resource_uri, as: 'resourceUri'
|
430
|
+
property :target, as: 'target'
|
431
|
+
end
|
432
|
+
end
|
433
|
+
|
434
|
+
class ForwardingRuleInfo
|
435
|
+
# @private
|
436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
437
|
+
property :display_name, as: 'displayName'
|
438
|
+
property :matched_port_range, as: 'matchedPortRange'
|
439
|
+
property :matched_protocol, as: 'matchedProtocol'
|
440
|
+
property :network_uri, as: 'networkUri'
|
441
|
+
property :target, as: 'target'
|
442
|
+
property :uri, as: 'uri'
|
443
|
+
property :vip, as: 'vip'
|
444
|
+
end
|
445
|
+
end
|
446
|
+
|
447
|
+
class GkeMasterInfo
|
448
|
+
# @private
|
449
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
450
|
+
property :cluster_network_uri, as: 'clusterNetworkUri'
|
451
|
+
property :cluster_uri, as: 'clusterUri'
|
452
|
+
property :external_ip, as: 'externalIp'
|
453
|
+
property :internal_ip, as: 'internalIp'
|
454
|
+
end
|
455
|
+
end
|
456
|
+
|
457
|
+
class InstanceInfo
|
458
|
+
# @private
|
459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
460
|
+
property :display_name, as: 'displayName'
|
461
|
+
property :external_ip, as: 'externalIp'
|
462
|
+
property :interface, as: 'interface'
|
463
|
+
property :internal_ip, as: 'internalIp'
|
464
|
+
collection :network_tags, as: 'networkTags'
|
465
|
+
property :network_uri, as: 'networkUri'
|
466
|
+
property :service_account, as: 'serviceAccount'
|
467
|
+
property :uri, as: 'uri'
|
468
|
+
end
|
469
|
+
end
|
470
|
+
|
471
|
+
class LatencyDistribution
|
472
|
+
# @private
|
473
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
474
|
+
collection :latency_percentiles, as: 'latencyPercentiles', class: Google::Apis::NetworkmanagementV1beta1::LatencyPercentile, decorator: Google::Apis::NetworkmanagementV1beta1::LatencyPercentile::Representation
|
475
|
+
|
476
|
+
end
|
477
|
+
end
|
478
|
+
|
479
|
+
class LatencyPercentile
|
480
|
+
# @private
|
481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
482
|
+
property :latency_micros, :numeric_string => true, as: 'latencyMicros'
|
483
|
+
property :percent, as: 'percent'
|
484
|
+
end
|
485
|
+
end
|
486
|
+
|
487
|
+
class ListConnectivityTestsResponse
|
488
|
+
# @private
|
489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
490
|
+
property :next_page_token, as: 'nextPageToken'
|
491
|
+
collection :resources, as: 'resources', class: Google::Apis::NetworkmanagementV1beta1::ConnectivityTest, decorator: Google::Apis::NetworkmanagementV1beta1::ConnectivityTest::Representation
|
492
|
+
|
493
|
+
collection :unreachable, as: 'unreachable'
|
494
|
+
end
|
495
|
+
end
|
496
|
+
|
497
|
+
class ListLocationsResponse
|
498
|
+
# @private
|
499
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
500
|
+
collection :locations, as: 'locations', class: Google::Apis::NetworkmanagementV1beta1::Location, decorator: Google::Apis::NetworkmanagementV1beta1::Location::Representation
|
501
|
+
|
502
|
+
property :next_page_token, as: 'nextPageToken'
|
503
|
+
end
|
504
|
+
end
|
505
|
+
|
506
|
+
class ListOperationsResponse
|
507
|
+
# @private
|
508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
509
|
+
property :next_page_token, as: 'nextPageToken'
|
510
|
+
collection :operations, as: 'operations', class: Google::Apis::NetworkmanagementV1beta1::Operation, decorator: Google::Apis::NetworkmanagementV1beta1::Operation::Representation
|
511
|
+
|
512
|
+
end
|
513
|
+
end
|
514
|
+
|
515
|
+
class LoadBalancerBackend
|
516
|
+
# @private
|
517
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
518
|
+
property :display_name, as: 'displayName'
|
519
|
+
collection :health_check_allowing_firewall_rules, as: 'healthCheckAllowingFirewallRules'
|
520
|
+
collection :health_check_blocking_firewall_rules, as: 'healthCheckBlockingFirewallRules'
|
521
|
+
property :health_check_firewall_state, as: 'healthCheckFirewallState'
|
522
|
+
property :uri, as: 'uri'
|
523
|
+
end
|
524
|
+
end
|
525
|
+
|
526
|
+
class LoadBalancerInfo
|
527
|
+
# @private
|
528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
529
|
+
property :backend_type, as: 'backendType'
|
530
|
+
property :backend_uri, as: 'backendUri'
|
531
|
+
collection :backends, as: 'backends', class: Google::Apis::NetworkmanagementV1beta1::LoadBalancerBackend, decorator: Google::Apis::NetworkmanagementV1beta1::LoadBalancerBackend::Representation
|
532
|
+
|
533
|
+
property :health_check_uri, as: 'healthCheckUri'
|
534
|
+
property :load_balancer_type, as: 'loadBalancerType'
|
535
|
+
end
|
536
|
+
end
|
537
|
+
|
538
|
+
class Location
|
539
|
+
# @private
|
540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
541
|
+
property :display_name, as: 'displayName'
|
542
|
+
hash :labels, as: 'labels'
|
543
|
+
property :location_id, as: 'locationId'
|
544
|
+
hash :metadata, as: 'metadata'
|
545
|
+
property :name, as: 'name'
|
546
|
+
end
|
547
|
+
end
|
548
|
+
|
549
|
+
class NetworkInfo
|
550
|
+
# @private
|
551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
552
|
+
property :display_name, as: 'displayName'
|
553
|
+
property :matched_ip_range, as: 'matchedIpRange'
|
554
|
+
property :uri, as: 'uri'
|
555
|
+
end
|
556
|
+
end
|
557
|
+
|
558
|
+
class Operation
|
559
|
+
# @private
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
561
|
+
property :done, as: 'done'
|
562
|
+
property :error, as: 'error', class: Google::Apis::NetworkmanagementV1beta1::Status, decorator: Google::Apis::NetworkmanagementV1beta1::Status::Representation
|
563
|
+
|
564
|
+
hash :metadata, as: 'metadata'
|
565
|
+
property :name, as: 'name'
|
566
|
+
hash :response, as: 'response'
|
567
|
+
end
|
568
|
+
end
|
569
|
+
|
570
|
+
class OperationMetadata
|
571
|
+
# @private
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
573
|
+
property :api_version, as: 'apiVersion'
|
574
|
+
property :cancel_requested, as: 'cancelRequested'
|
575
|
+
property :create_time, as: 'createTime'
|
576
|
+
property :end_time, as: 'endTime'
|
577
|
+
property :status_detail, as: 'statusDetail'
|
578
|
+
property :target, as: 'target'
|
579
|
+
property :verb, as: 'verb'
|
580
|
+
end
|
581
|
+
end
|
582
|
+
|
583
|
+
class Policy
|
584
|
+
# @private
|
585
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
586
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::NetworkmanagementV1beta1::AuditConfig, decorator: Google::Apis::NetworkmanagementV1beta1::AuditConfig::Representation
|
587
|
+
|
588
|
+
collection :bindings, as: 'bindings', class: Google::Apis::NetworkmanagementV1beta1::Binding, decorator: Google::Apis::NetworkmanagementV1beta1::Binding::Representation
|
589
|
+
|
590
|
+
property :etag, :base64 => true, as: 'etag'
|
591
|
+
property :version, as: 'version'
|
592
|
+
end
|
593
|
+
end
|
594
|
+
|
595
|
+
class ProbingDetails
|
596
|
+
# @private
|
597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
598
|
+
property :abort_cause, as: 'abortCause'
|
599
|
+
property :endpoint_info, as: 'endpointInfo', class: Google::Apis::NetworkmanagementV1beta1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1beta1::EndpointInfo::Representation
|
600
|
+
|
601
|
+
property :error, as: 'error', class: Google::Apis::NetworkmanagementV1beta1::Status, decorator: Google::Apis::NetworkmanagementV1beta1::Status::Representation
|
602
|
+
|
603
|
+
property :probing_latency, as: 'probingLatency', class: Google::Apis::NetworkmanagementV1beta1::LatencyDistribution, decorator: Google::Apis::NetworkmanagementV1beta1::LatencyDistribution::Representation
|
604
|
+
|
605
|
+
property :result, as: 'result'
|
606
|
+
property :sent_probe_count, as: 'sentProbeCount'
|
607
|
+
property :successful_probe_count, as: 'successfulProbeCount'
|
608
|
+
property :verify_time, as: 'verifyTime'
|
609
|
+
end
|
610
|
+
end
|
611
|
+
|
612
|
+
class ReachabilityDetails
|
613
|
+
# @private
|
614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
615
|
+
property :error, as: 'error', class: Google::Apis::NetworkmanagementV1beta1::Status, decorator: Google::Apis::NetworkmanagementV1beta1::Status::Representation
|
616
|
+
|
617
|
+
property :result, as: 'result'
|
618
|
+
collection :traces, as: 'traces', class: Google::Apis::NetworkmanagementV1beta1::Trace, decorator: Google::Apis::NetworkmanagementV1beta1::Trace::Representation
|
619
|
+
|
620
|
+
property :verify_time, as: 'verifyTime'
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
624
|
+
class RerunConnectivityTestRequest
|
625
|
+
# @private
|
626
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
627
|
+
end
|
628
|
+
end
|
629
|
+
|
630
|
+
class RouteInfo
|
631
|
+
# @private
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
633
|
+
property :dest_ip_range, as: 'destIpRange'
|
634
|
+
property :display_name, as: 'displayName'
|
635
|
+
collection :instance_tags, as: 'instanceTags'
|
636
|
+
property :network_uri, as: 'networkUri'
|
637
|
+
property :next_hop, as: 'nextHop'
|
638
|
+
property :next_hop_type, as: 'nextHopType'
|
639
|
+
property :priority, as: 'priority'
|
640
|
+
property :route_type, as: 'routeType'
|
641
|
+
property :uri, as: 'uri'
|
642
|
+
end
|
643
|
+
end
|
644
|
+
|
645
|
+
class SetIamPolicyRequest
|
646
|
+
# @private
|
647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
648
|
+
property :policy, as: 'policy', class: Google::Apis::NetworkmanagementV1beta1::Policy, decorator: Google::Apis::NetworkmanagementV1beta1::Policy::Representation
|
649
|
+
|
650
|
+
property :update_mask, as: 'updateMask'
|
651
|
+
end
|
652
|
+
end
|
653
|
+
|
654
|
+
class Status
|
655
|
+
# @private
|
656
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
657
|
+
property :code, as: 'code'
|
658
|
+
collection :details, as: 'details'
|
659
|
+
property :message, as: 'message'
|
660
|
+
end
|
661
|
+
end
|
662
|
+
|
663
|
+
class Step
|
664
|
+
# @private
|
665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
666
|
+
property :abort, as: 'abort', class: Google::Apis::NetworkmanagementV1beta1::AbortInfo, decorator: Google::Apis::NetworkmanagementV1beta1::AbortInfo::Representation
|
667
|
+
|
668
|
+
property :causes_drop, as: 'causesDrop'
|
669
|
+
property :cloud_sql_instance, as: 'cloudSqlInstance', class: Google::Apis::NetworkmanagementV1beta1::CloudSqlInstanceInfo, decorator: Google::Apis::NetworkmanagementV1beta1::CloudSqlInstanceInfo::Representation
|
670
|
+
|
671
|
+
property :deliver, as: 'deliver', class: Google::Apis::NetworkmanagementV1beta1::DeliverInfo, decorator: Google::Apis::NetworkmanagementV1beta1::DeliverInfo::Representation
|
672
|
+
|
673
|
+
property :description, as: 'description'
|
674
|
+
property :drop, as: 'drop', class: Google::Apis::NetworkmanagementV1beta1::DropInfo, decorator: Google::Apis::NetworkmanagementV1beta1::DropInfo::Representation
|
675
|
+
|
676
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::NetworkmanagementV1beta1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1beta1::EndpointInfo::Representation
|
677
|
+
|
678
|
+
property :firewall, as: 'firewall', class: Google::Apis::NetworkmanagementV1beta1::FirewallInfo, decorator: Google::Apis::NetworkmanagementV1beta1::FirewallInfo::Representation
|
679
|
+
|
680
|
+
property :forward, as: 'forward', class: Google::Apis::NetworkmanagementV1beta1::ForwardInfo, decorator: Google::Apis::NetworkmanagementV1beta1::ForwardInfo::Representation
|
681
|
+
|
682
|
+
property :forwarding_rule, as: 'forwardingRule', class: Google::Apis::NetworkmanagementV1beta1::ForwardingRuleInfo, decorator: Google::Apis::NetworkmanagementV1beta1::ForwardingRuleInfo::Representation
|
683
|
+
|
684
|
+
property :gke_master, as: 'gkeMaster', class: Google::Apis::NetworkmanagementV1beta1::GkeMasterInfo, decorator: Google::Apis::NetworkmanagementV1beta1::GkeMasterInfo::Representation
|
685
|
+
|
686
|
+
property :instance, as: 'instance', class: Google::Apis::NetworkmanagementV1beta1::InstanceInfo, decorator: Google::Apis::NetworkmanagementV1beta1::InstanceInfo::Representation
|
687
|
+
|
688
|
+
property :load_balancer, as: 'loadBalancer', class: Google::Apis::NetworkmanagementV1beta1::LoadBalancerInfo, decorator: Google::Apis::NetworkmanagementV1beta1::LoadBalancerInfo::Representation
|
689
|
+
|
690
|
+
property :network, as: 'network', class: Google::Apis::NetworkmanagementV1beta1::NetworkInfo, decorator: Google::Apis::NetworkmanagementV1beta1::NetworkInfo::Representation
|
691
|
+
|
692
|
+
property :project_id, as: 'projectId'
|
693
|
+
property :route, as: 'route', class: Google::Apis::NetworkmanagementV1beta1::RouteInfo, decorator: Google::Apis::NetworkmanagementV1beta1::RouteInfo::Representation
|
694
|
+
|
695
|
+
property :state, as: 'state'
|
696
|
+
property :vpn_gateway, as: 'vpnGateway', class: Google::Apis::NetworkmanagementV1beta1::VpnGatewayInfo, decorator: Google::Apis::NetworkmanagementV1beta1::VpnGatewayInfo::Representation
|
697
|
+
|
698
|
+
property :vpn_tunnel, as: 'vpnTunnel', class: Google::Apis::NetworkmanagementV1beta1::VpnTunnelInfo, decorator: Google::Apis::NetworkmanagementV1beta1::VpnTunnelInfo::Representation
|
699
|
+
|
700
|
+
end
|
701
|
+
end
|
702
|
+
|
703
|
+
class TestIamPermissionsRequest
|
704
|
+
# @private
|
705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
706
|
+
collection :permissions, as: 'permissions'
|
707
|
+
end
|
708
|
+
end
|
709
|
+
|
710
|
+
class TestIamPermissionsResponse
|
711
|
+
# @private
|
712
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
713
|
+
collection :permissions, as: 'permissions'
|
714
|
+
end
|
715
|
+
end
|
716
|
+
|
717
|
+
class Trace
|
718
|
+
# @private
|
719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
720
|
+
property :endpoint_info, as: 'endpointInfo', class: Google::Apis::NetworkmanagementV1beta1::EndpointInfo, decorator: Google::Apis::NetworkmanagementV1beta1::EndpointInfo::Representation
|
721
|
+
|
722
|
+
collection :steps, as: 'steps', class: Google::Apis::NetworkmanagementV1beta1::Step, decorator: Google::Apis::NetworkmanagementV1beta1::Step::Representation
|
723
|
+
|
724
|
+
end
|
725
|
+
end
|
726
|
+
|
727
|
+
class VpnGatewayInfo
|
728
|
+
# @private
|
729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
730
|
+
property :display_name, as: 'displayName'
|
731
|
+
property :ip_address, as: 'ipAddress'
|
732
|
+
property :network_uri, as: 'networkUri'
|
733
|
+
property :region, as: 'region'
|
734
|
+
property :uri, as: 'uri'
|
735
|
+
property :vpn_tunnel_uri, as: 'vpnTunnelUri'
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
739
|
+
class VpnTunnelInfo
|
740
|
+
# @private
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
742
|
+
property :display_name, as: 'displayName'
|
743
|
+
property :network_uri, as: 'networkUri'
|
744
|
+
property :region, as: 'region'
|
745
|
+
property :remote_gateway, as: 'remoteGateway'
|
746
|
+
property :remote_gateway_ip, as: 'remoteGatewayIp'
|
747
|
+
property :routing_type, as: 'routingType'
|
748
|
+
property :source_gateway, as: 'sourceGateway'
|
749
|
+
property :source_gateway_ip, as: 'sourceGatewayIp'
|
750
|
+
property :uri, as: 'uri'
|
751
|
+
end
|
752
|
+
end
|
753
|
+
end
|
754
|
+
end
|
755
|
+
end
|