google-apis-networkmanagement_v1beta1 0.50.0 → 0.52.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/networkmanagement_v1beta1/classes.rb +69 -13
- data/lib/google/apis/networkmanagement_v1beta1/gem_version.rb +2 -2
- data/lib/google/apis/networkmanagement_v1beta1/representations.rb +8 -0
- data/lib/google/apis/networkmanagement_v1beta1/service.rb +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83a2d3e69738bde30e924b70526af083584beb72b550ab8b4f78fd0c92fb4c64
|
4
|
+
data.tar.gz: 00b9660b2adc31175187c852ecec3514e80de8df8f3690bc852b81e5e1c2166e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f8ba895c69776717360bbc4d59225130b2de48390ca2f41aad3d5d564b33d47e01942e198fedaee5126a0d0d45ad6d69e0e5a424e002605a8accb369618f9ef4
|
7
|
+
data.tar.gz: 97349abecd8a8ee017d67feef4180fff37d754e48afb63948b87c21004c52c41d190bbb8a36e41b9c085258075c1b8870d61eb7e6bfd3fef73b3157998488aa2
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-networkmanagement_v1beta1
|
2
2
|
|
3
|
+
### v0.52.0 (2024-12-22)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241210
|
6
|
+
|
7
|
+
### v0.51.0 (2024-12-08)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20241202
|
10
|
+
|
3
11
|
### v0.50.0 (2024-12-02)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20241106
|
@@ -531,6 +531,18 @@ module Google
|
|
531
531
|
# @return [Array<String>]
|
532
532
|
attr_accessor :related_projects
|
533
533
|
|
534
|
+
# Results of the configuration analysis from the last run of the test.
|
535
|
+
# Corresponds to the JSON property `returnReachabilityDetails`
|
536
|
+
# @return [Google::Apis::NetworkmanagementV1beta1::ReachabilityDetails]
|
537
|
+
attr_accessor :return_reachability_details
|
538
|
+
|
539
|
+
# Whether run analysis for the return path from destination to source. Default
|
540
|
+
# value is false.
|
541
|
+
# Corresponds to the JSON property `roundTrip`
|
542
|
+
# @return [Boolean]
|
543
|
+
attr_accessor :round_trip
|
544
|
+
alias_method :round_trip?, :round_trip
|
545
|
+
|
534
546
|
# Source or destination of the Connectivity Test.
|
535
547
|
# Corresponds to the JSON property `source`
|
536
548
|
# @return [Google::Apis::NetworkmanagementV1beta1::Endpoint]
|
@@ -558,6 +570,8 @@ module Google
|
|
558
570
|
@protocol = args[:protocol] if args.key?(:protocol)
|
559
571
|
@reachability_details = args[:reachability_details] if args.key?(:reachability_details)
|
560
572
|
@related_projects = args[:related_projects] if args.key?(:related_projects)
|
573
|
+
@return_reachability_details = args[:return_reachability_details] if args.key?(:return_reachability_details)
|
574
|
+
@round_trip = args[:round_trip] if args.key?(:round_trip)
|
561
575
|
@source = args[:source] if args.key?(:source)
|
562
576
|
@update_time = args[:update_time] if args.key?(:update_time)
|
563
577
|
end
|
@@ -2318,14 +2332,15 @@ module Google
|
|
2318
2332
|
class RouteInfo
|
2319
2333
|
include Google::Apis::Core::Hashable
|
2320
2334
|
|
2321
|
-
# For
|
2335
|
+
# For ADVERTISED routes, the URI of their next hop, i.e. the URI of the hybrid
|
2322
2336
|
# endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the
|
2323
2337
|
# advertised prefix is advertised through, or URI of the source peered network.
|
2338
|
+
# Deprecated in favor of the next_hop_uri field, not used in new tests.
|
2324
2339
|
# Corresponds to the JSON property `advertisedRouteNextHopUri`
|
2325
2340
|
# @return [String]
|
2326
2341
|
attr_accessor :advertised_route_next_hop_uri
|
2327
2342
|
|
2328
|
-
# For
|
2343
|
+
# For ADVERTISED dynamic routes, the URI of the Cloud Router that advertised the
|
2329
2344
|
# corresponding IP prefix.
|
2330
2345
|
# Corresponds to the JSON property `advertisedRouteSourceRouterUri`
|
2331
2346
|
# @return [String]
|
@@ -2336,7 +2351,7 @@ module Google
|
|
2336
2351
|
# @return [String]
|
2337
2352
|
attr_accessor :dest_ip_range
|
2338
2353
|
|
2339
|
-
# Destination port ranges of the route.
|
2354
|
+
# Destination port ranges of the route. POLICY_BASED routes only.
|
2340
2355
|
# Corresponds to the JSON property `destPortRanges`
|
2341
2356
|
# @return [Array<String>]
|
2342
2357
|
attr_accessor :dest_port_ranges
|
@@ -2351,47 +2366,82 @@ module Google
|
|
2351
2366
|
# @return [Array<String>]
|
2352
2367
|
attr_accessor :instance_tags
|
2353
2368
|
|
2354
|
-
#
|
2369
|
+
# For PEERING_SUBNET and PEERING_DYNAMIC routes that are advertised by NCC Hub,
|
2370
|
+
# the URI of the corresponding route in NCC Hub's routing table.
|
2371
|
+
# Corresponds to the JSON property `nccHubRouteUri`
|
2372
|
+
# @return [String]
|
2373
|
+
attr_accessor :ncc_hub_route_uri
|
2374
|
+
|
2375
|
+
# URI of the NCC Hub the route is advertised by. PEERING_SUBNET and
|
2376
|
+
# PEERING_DYNAMIC routes that are advertised by NCC Hub only.
|
2355
2377
|
# Corresponds to the JSON property `nccHubUri`
|
2356
2378
|
# @return [String]
|
2357
2379
|
attr_accessor :ncc_hub_uri
|
2358
2380
|
|
2359
|
-
# URI of
|
2381
|
+
# URI of the destination NCC Spoke. PEERING_SUBNET and PEERING_DYNAMIC routes
|
2382
|
+
# that are advertised by NCC Hub only.
|
2360
2383
|
# Corresponds to the JSON property `nccSpokeUri`
|
2361
2384
|
# @return [String]
|
2362
2385
|
attr_accessor :ncc_spoke_uri
|
2363
2386
|
|
2364
|
-
# URI of a
|
2387
|
+
# URI of a VPC network where route is located.
|
2365
2388
|
# Corresponds to the JSON property `networkUri`
|
2366
2389
|
# @return [String]
|
2367
2390
|
attr_accessor :network_uri
|
2368
2391
|
|
2369
|
-
#
|
2392
|
+
# String type of the next hop of the route (for example, "VPN tunnel").
|
2393
|
+
# Deprecated in favor of the next_hop_type and next_hop_uri fields, not used in
|
2394
|
+
# new tests.
|
2370
2395
|
# Corresponds to the JSON property `nextHop`
|
2371
2396
|
# @return [String]
|
2372
2397
|
attr_accessor :next_hop
|
2373
2398
|
|
2399
|
+
# URI of a VPC network where the next hop resource is located.
|
2400
|
+
# Corresponds to the JSON property `nextHopNetworkUri`
|
2401
|
+
# @return [String]
|
2402
|
+
attr_accessor :next_hop_network_uri
|
2403
|
+
|
2374
2404
|
# Type of next hop.
|
2375
2405
|
# Corresponds to the JSON property `nextHopType`
|
2376
2406
|
# @return [String]
|
2377
2407
|
attr_accessor :next_hop_type
|
2378
2408
|
|
2409
|
+
# URI of the next hop resource.
|
2410
|
+
# Corresponds to the JSON property `nextHopUri`
|
2411
|
+
# @return [String]
|
2412
|
+
attr_accessor :next_hop_uri
|
2413
|
+
|
2414
|
+
# For PEERING_SUBNET, PEERING_STATIC and PEERING_DYNAMIC routes, the name of the
|
2415
|
+
# originating SUBNET/STATIC/DYNAMIC route.
|
2416
|
+
# Corresponds to the JSON property `originatingRouteDisplayName`
|
2417
|
+
# @return [String]
|
2418
|
+
attr_accessor :originating_route_display_name
|
2419
|
+
|
2420
|
+
# For PEERING_SUBNET and PEERING_STATIC routes, the URI of the originating
|
2421
|
+
# SUBNET/STATIC route.
|
2422
|
+
# Corresponds to the JSON property `originatingRouteUri`
|
2423
|
+
# @return [String]
|
2424
|
+
attr_accessor :originating_route_uri
|
2425
|
+
|
2379
2426
|
# Priority of the route.
|
2380
2427
|
# Corresponds to the JSON property `priority`
|
2381
2428
|
# @return [Fixnum]
|
2382
2429
|
attr_accessor :priority
|
2383
2430
|
|
2384
|
-
# Protocols of the route.
|
2431
|
+
# Protocols of the route. POLICY_BASED routes only.
|
2385
2432
|
# Corresponds to the JSON property `protocols`
|
2386
2433
|
# @return [Array<String>]
|
2387
2434
|
attr_accessor :protocols
|
2388
2435
|
|
2389
|
-
# Region of the route
|
2436
|
+
# Region of the route. DYNAMIC, PEERING_DYNAMIC, POLICY_BASED and ADVERTISED
|
2437
|
+
# routes only. If set for POLICY_BASED route, this is a region of VLAN
|
2438
|
+
# attachments for Cloud Interconnect the route applies to.
|
2390
2439
|
# Corresponds to the JSON property `region`
|
2391
2440
|
# @return [String]
|
2392
2441
|
attr_accessor :region
|
2393
2442
|
|
2394
|
-
# Indicates where route is applicable.
|
2443
|
+
# Indicates where route is applicable. Deprecated, routes with NCC_HUB scope are
|
2444
|
+
# not included in the trace in new tests.
|
2395
2445
|
# Corresponds to the JSON property `routeScope`
|
2396
2446
|
# @return [String]
|
2397
2447
|
attr_accessor :route_scope
|
@@ -2401,17 +2451,18 @@ module Google
|
|
2401
2451
|
# @return [String]
|
2402
2452
|
attr_accessor :route_type
|
2403
2453
|
|
2404
|
-
# Source IP address range of the route.
|
2454
|
+
# Source IP address range of the route. POLICY_BASED routes only.
|
2405
2455
|
# Corresponds to the JSON property `srcIpRange`
|
2406
2456
|
# @return [String]
|
2407
2457
|
attr_accessor :src_ip_range
|
2408
2458
|
|
2409
|
-
# Source port ranges of the route.
|
2459
|
+
# Source port ranges of the route. POLICY_BASED routes only.
|
2410
2460
|
# Corresponds to the JSON property `srcPortRanges`
|
2411
2461
|
# @return [Array<String>]
|
2412
2462
|
attr_accessor :src_port_ranges
|
2413
2463
|
|
2414
|
-
# URI of a route (
|
2464
|
+
# URI of a route. SUBNET, STATIC, PEERING_SUBNET (only for peering network) and
|
2465
|
+
# POLICY_BASED routes only.
|
2415
2466
|
# Corresponds to the JSON property `uri`
|
2416
2467
|
# @return [String]
|
2417
2468
|
attr_accessor :uri
|
@@ -2428,11 +2479,16 @@ module Google
|
|
2428
2479
|
@dest_port_ranges = args[:dest_port_ranges] if args.key?(:dest_port_ranges)
|
2429
2480
|
@display_name = args[:display_name] if args.key?(:display_name)
|
2430
2481
|
@instance_tags = args[:instance_tags] if args.key?(:instance_tags)
|
2482
|
+
@ncc_hub_route_uri = args[:ncc_hub_route_uri] if args.key?(:ncc_hub_route_uri)
|
2431
2483
|
@ncc_hub_uri = args[:ncc_hub_uri] if args.key?(:ncc_hub_uri)
|
2432
2484
|
@ncc_spoke_uri = args[:ncc_spoke_uri] if args.key?(:ncc_spoke_uri)
|
2433
2485
|
@network_uri = args[:network_uri] if args.key?(:network_uri)
|
2434
2486
|
@next_hop = args[:next_hop] if args.key?(:next_hop)
|
2487
|
+
@next_hop_network_uri = args[:next_hop_network_uri] if args.key?(:next_hop_network_uri)
|
2435
2488
|
@next_hop_type = args[:next_hop_type] if args.key?(:next_hop_type)
|
2489
|
+
@next_hop_uri = args[:next_hop_uri] if args.key?(:next_hop_uri)
|
2490
|
+
@originating_route_display_name = args[:originating_route_display_name] if args.key?(:originating_route_display_name)
|
2491
|
+
@originating_route_uri = args[:originating_route_uri] if args.key?(:originating_route_uri)
|
2436
2492
|
@priority = args[:priority] if args.key?(:priority)
|
2437
2493
|
@protocols = args[:protocols] if args.key?(:protocols)
|
2438
2494
|
@region = args[:region] if args.key?(:region)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1beta1
|
18
18
|
# Version of the google-apis-networkmanagement_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -505,6 +505,9 @@ module Google
|
|
505
505
|
property :reachability_details, as: 'reachabilityDetails', class: Google::Apis::NetworkmanagementV1beta1::ReachabilityDetails, decorator: Google::Apis::NetworkmanagementV1beta1::ReachabilityDetails::Representation
|
506
506
|
|
507
507
|
collection :related_projects, as: 'relatedProjects'
|
508
|
+
property :return_reachability_details, as: 'returnReachabilityDetails', class: Google::Apis::NetworkmanagementV1beta1::ReachabilityDetails, decorator: Google::Apis::NetworkmanagementV1beta1::ReachabilityDetails::Representation
|
509
|
+
|
510
|
+
property :round_trip, as: 'roundTrip'
|
508
511
|
property :source, as: 'source', class: Google::Apis::NetworkmanagementV1beta1::Endpoint, decorator: Google::Apis::NetworkmanagementV1beta1::Endpoint::Representation
|
509
512
|
|
510
513
|
property :update_time, as: 'updateTime'
|
@@ -932,11 +935,16 @@ module Google
|
|
932
935
|
collection :dest_port_ranges, as: 'destPortRanges'
|
933
936
|
property :display_name, as: 'displayName'
|
934
937
|
collection :instance_tags, as: 'instanceTags'
|
938
|
+
property :ncc_hub_route_uri, as: 'nccHubRouteUri'
|
935
939
|
property :ncc_hub_uri, as: 'nccHubUri'
|
936
940
|
property :ncc_spoke_uri, as: 'nccSpokeUri'
|
937
941
|
property :network_uri, as: 'networkUri'
|
938
942
|
property :next_hop, as: 'nextHop'
|
943
|
+
property :next_hop_network_uri, as: 'nextHopNetworkUri'
|
939
944
|
property :next_hop_type, as: 'nextHopType'
|
945
|
+
property :next_hop_uri, as: 'nextHopUri'
|
946
|
+
property :originating_route_display_name, as: 'originatingRouteDisplayName'
|
947
|
+
property :originating_route_uri, as: 'originatingRouteUri'
|
940
948
|
property :priority, as: 'priority'
|
941
949
|
collection :protocols, as: 'protocols'
|
942
950
|
property :region, as: 'region'
|
@@ -501,8 +501,8 @@ module Google
|
|
501
501
|
# Clients can use Operations.GetOperation or other methods to check whether the
|
502
502
|
# cancellation succeeded or whether the operation completed despite cancellation.
|
503
503
|
# On successful cancellation, the operation is not deleted; instead, it becomes
|
504
|
-
# an operation with an Operation.error value with a google.rpc.Status.code of 1
|
505
|
-
# corresponding to `Code.CANCELLED`.
|
504
|
+
# an operation with an Operation.error value with a google.rpc.Status.code of `1`
|
505
|
+
# , corresponding to `Code.CANCELLED`.
|
506
506
|
# @param [String] name
|
507
507
|
# The name of the operation resource to be cancelled.
|
508
508
|
# @param [Google::Apis::NetworkmanagementV1beta1::CancelOperationRequest] cancel_operation_request_object
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkmanagement_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.52.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1beta1/v0.52.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.23
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Network Management API V1beta1
|