google-apis-networkmanagement_v1 0.47.0 → 0.48.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 79005375c3b553af588e8369c475941b119a232722a16cb061aada6484febb6e
|
4
|
+
data.tar.gz: 2dc6e09ab38bbc0e69316eabe1718c72276204e49c2b4434ddac33b43eb5c70d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9bc7108821c9d7c1e280f5f27e4e27502a71b101457832910aa15c16ef04dfec54b1d0d4e3bd858a5c397d3790acda1835dd2d34c64c196e20c292ac0d8a4942
|
7
|
+
data.tar.gz: 6f5a8e41c8c6937286779ff8bea1c6cba11021ad037bd352e8c466ee2baebafe5e63848d1729edb51f1b07b67f56102f9f6c664ed58fc380535e2bff81e7713b
|
data/CHANGELOG.md
CHANGED
@@ -1685,7 +1685,8 @@ module Google
|
|
1685
1685
|
end
|
1686
1686
|
end
|
1687
1687
|
|
1688
|
-
# For display only. Metadata associated with a Compute Engine network.
|
1688
|
+
# For display only. Metadata associated with a Compute Engine network. Next ID:
|
1689
|
+
# 7
|
1689
1690
|
class NetworkInfo
|
1690
1691
|
include Google::Apis::Core::Hashable
|
1691
1692
|
|
@@ -1694,11 +1695,21 @@ module Google
|
|
1694
1695
|
# @return [String]
|
1695
1696
|
attr_accessor :display_name
|
1696
1697
|
|
1697
|
-
# The IP range
|
1698
|
+
# The IP range of the subnet matching the source IP address of the test.
|
1698
1699
|
# Corresponds to the JSON property `matchedIpRange`
|
1699
1700
|
# @return [String]
|
1700
1701
|
attr_accessor :matched_ip_range
|
1701
1702
|
|
1703
|
+
# URI of the subnet matching the source IP address of the test.
|
1704
|
+
# Corresponds to the JSON property `matchedSubnetUri`
|
1705
|
+
# @return [String]
|
1706
|
+
attr_accessor :matched_subnet_uri
|
1707
|
+
|
1708
|
+
# The region of the subnet matching the source IP address of the test.
|
1709
|
+
# Corresponds to the JSON property `region`
|
1710
|
+
# @return [String]
|
1711
|
+
attr_accessor :region
|
1712
|
+
|
1702
1713
|
# URI of a Compute Engine network.
|
1703
1714
|
# Corresponds to the JSON property `uri`
|
1704
1715
|
# @return [String]
|
@@ -1712,6 +1723,8 @@ module Google
|
|
1712
1723
|
def update!(**args)
|
1713
1724
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1714
1725
|
@matched_ip_range = args[:matched_ip_range] if args.key?(:matched_ip_range)
|
1726
|
+
@matched_subnet_uri = args[:matched_subnet_uri] if args.key?(:matched_subnet_uri)
|
1727
|
+
@region = args[:region] if args.key?(:region)
|
1715
1728
|
@uri = args[:uri] if args.key?(:uri)
|
1716
1729
|
end
|
1717
1730
|
end
|
@@ -2247,6 +2260,19 @@ module Google
|
|
2247
2260
|
class RouteInfo
|
2248
2261
|
include Google::Apis::Core::Hashable
|
2249
2262
|
|
2263
|
+
# For advertised routes, the URI of their next hop, i.e. the URI of the hybrid
|
2264
|
+
# endpoint (VPN tunnel, Interconnect attachment, NCC router appliance) the
|
2265
|
+
# advertised prefix is advertised through, or URI of the source peered network.
|
2266
|
+
# Corresponds to the JSON property `advertisedRouteNextHopUri`
|
2267
|
+
# @return [String]
|
2268
|
+
attr_accessor :advertised_route_next_hop_uri
|
2269
|
+
|
2270
|
+
# For advertised dynamic routes, the URI of the Cloud Router that advertised the
|
2271
|
+
# corresponding IP prefix.
|
2272
|
+
# Corresponds to the JSON property `advertisedRouteSourceRouterUri`
|
2273
|
+
# @return [String]
|
2274
|
+
attr_accessor :advertised_route_source_router_uri
|
2275
|
+
|
2250
2276
|
# Destination IP range of the route.
|
2251
2277
|
# Corresponds to the JSON property `destIpRange`
|
2252
2278
|
# @return [String]
|
@@ -2302,6 +2328,11 @@ module Google
|
|
2302
2328
|
# @return [Array<String>]
|
2303
2329
|
attr_accessor :protocols
|
2304
2330
|
|
2331
|
+
# Region of the route (if applicable).
|
2332
|
+
# Corresponds to the JSON property `region`
|
2333
|
+
# @return [String]
|
2334
|
+
attr_accessor :region
|
2335
|
+
|
2305
2336
|
# Indicates where route is applicable.
|
2306
2337
|
# Corresponds to the JSON property `routeScope`
|
2307
2338
|
# @return [String]
|
@@ -2322,9 +2353,7 @@ module Google
|
|
2322
2353
|
# @return [Array<String>]
|
2323
2354
|
attr_accessor :src_port_ranges
|
2324
2355
|
|
2325
|
-
# URI of a route
|
2326
|
-
# an URI. Advertised route from Google Cloud VPC to on-premises network also
|
2327
|
-
# does not have an URI.
|
2356
|
+
# URI of a route (if applicable).
|
2328
2357
|
# Corresponds to the JSON property `uri`
|
2329
2358
|
# @return [String]
|
2330
2359
|
attr_accessor :uri
|
@@ -2335,6 +2364,8 @@ module Google
|
|
2335
2364
|
|
2336
2365
|
# Update properties of this object
|
2337
2366
|
def update!(**args)
|
2367
|
+
@advertised_route_next_hop_uri = args[:advertised_route_next_hop_uri] if args.key?(:advertised_route_next_hop_uri)
|
2368
|
+
@advertised_route_source_router_uri = args[:advertised_route_source_router_uri] if args.key?(:advertised_route_source_router_uri)
|
2338
2369
|
@dest_ip_range = args[:dest_ip_range] if args.key?(:dest_ip_range)
|
2339
2370
|
@dest_port_ranges = args[:dest_port_ranges] if args.key?(:dest_port_ranges)
|
2340
2371
|
@display_name = args[:display_name] if args.key?(:display_name)
|
@@ -2346,6 +2377,7 @@ module Google
|
|
2346
2377
|
@next_hop_type = args[:next_hop_type] if args.key?(:next_hop_type)
|
2347
2378
|
@priority = args[:priority] if args.key?(:priority)
|
2348
2379
|
@protocols = args[:protocols] if args.key?(:protocols)
|
2380
|
+
@region = args[:region] if args.key?(:region)
|
2349
2381
|
@route_scope = args[:route_scope] if args.key?(:route_scope)
|
2350
2382
|
@route_type = args[:route_type] if args.key?(:route_type)
|
2351
2383
|
@src_ip_range = args[:src_ip_range] if args.key?(:src_ip_range)
|
@@ -2575,7 +2607,8 @@ module Google
|
|
2575
2607
|
# @return [Google::Apis::NetworkmanagementV1::NatInfo]
|
2576
2608
|
attr_accessor :nat
|
2577
2609
|
|
2578
|
-
# For display only. Metadata associated with a Compute Engine network.
|
2610
|
+
# For display only. Metadata associated with a Compute Engine network. Next ID:
|
2611
|
+
# 7
|
2579
2612
|
# Corresponds to the JSON property `network`
|
2580
2613
|
# @return [Google::Apis::NetworkmanagementV1::NetworkInfo]
|
2581
2614
|
attr_accessor :network
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.48.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 = "20240911"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -776,6 +776,8 @@ module Google
|
|
776
776
|
class Representation < Google::Apis::Core::JsonRepresentation
|
777
777
|
property :display_name, as: 'displayName'
|
778
778
|
property :matched_ip_range, as: 'matchedIpRange'
|
779
|
+
property :matched_subnet_uri, as: 'matchedSubnetUri'
|
780
|
+
property :region, as: 'region'
|
779
781
|
property :uri, as: 'uri'
|
780
782
|
end
|
781
783
|
end
|
@@ -898,6 +900,8 @@ module Google
|
|
898
900
|
class RouteInfo
|
899
901
|
# @private
|
900
902
|
class Representation < Google::Apis::Core::JsonRepresentation
|
903
|
+
property :advertised_route_next_hop_uri, as: 'advertisedRouteNextHopUri'
|
904
|
+
property :advertised_route_source_router_uri, as: 'advertisedRouteSourceRouterUri'
|
901
905
|
property :dest_ip_range, as: 'destIpRange'
|
902
906
|
collection :dest_port_ranges, as: 'destPortRanges'
|
903
907
|
property :display_name, as: 'displayName'
|
@@ -909,6 +913,7 @@ module Google
|
|
909
913
|
property :next_hop_type, as: 'nextHopType'
|
910
914
|
property :priority, as: 'priority'
|
911
915
|
collection :protocols, as: 'protocols'
|
916
|
+
property :region, as: 'region'
|
912
917
|
property :route_scope, as: 'routeScope'
|
913
918
|
property :route_type, as: 'routeType'
|
914
919
|
property :src_ip_range, as: 'srcIpRange'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkmanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.48.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: 2024-09-
|
11
|
+
date: 2024-09-22 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.48.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|