google-apis-networkconnectivity_v1 0.72.0 → 0.73.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 645eddc69a8c7d1a470c45df874e47cf1de1e57b01de9c1535aaa0e14055c23a
|
|
4
|
+
data.tar.gz: 2e27ed8f09010a41d60506bc2d6627fffb13ad22c17d7c9a0a3b6e758a2b83b7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 43e0c11019151db621d916394b60a07b2d88748290963cd91b4159d0c85289f2530060da307cd8eed1394ec999dada6924ab2fdf86304459d4837499b9877d4e
|
|
7
|
+
data.tar.gz: f159fc0fe117abb2dfcc5401da30d893c288326209a0110cfe1ed2bcb6996df4edbd5a800abc6a970ff595a35d336043ed21613d5e8f701a573a6cb90332ca05
|
data/CHANGELOG.md
CHANGED
|
@@ -1753,6 +1753,24 @@ module Google
|
|
|
1753
1753
|
class LinkedInterconnectAttachments
|
|
1754
1754
|
include Google::Apis::Core::Hashable
|
|
1755
1755
|
|
|
1756
|
+
# Optional. Dynamic routes overlapped/encompassed by exclude export ranges are
|
|
1757
|
+
# excluded during export to hub.
|
|
1758
|
+
# Corresponds to the JSON property `excludeExportRanges`
|
|
1759
|
+
# @return [Array<String>]
|
|
1760
|
+
attr_accessor :exclude_export_ranges
|
|
1761
|
+
|
|
1762
|
+
# Optional. Hub routes overlapped/encompassed by exclude import ranges are
|
|
1763
|
+
# excluded during import from hub.
|
|
1764
|
+
# Corresponds to the JSON property `excludeImportRanges`
|
|
1765
|
+
# @return [Array<String>]
|
|
1766
|
+
attr_accessor :exclude_import_ranges
|
|
1767
|
+
|
|
1768
|
+
# Optional. Dynamic routes fully encompassed by include export ranges are
|
|
1769
|
+
# included during export to hub.
|
|
1770
|
+
# Corresponds to the JSON property `includeExportRanges`
|
|
1771
|
+
# @return [Array<String>]
|
|
1772
|
+
attr_accessor :include_export_ranges
|
|
1773
|
+
|
|
1756
1774
|
# Optional. Hub routes fully encompassed by include import ranges are included
|
|
1757
1775
|
# during import from hub.
|
|
1758
1776
|
# Corresponds to the JSON property `includeImportRanges`
|
|
@@ -1784,6 +1802,9 @@ module Google
|
|
|
1784
1802
|
|
|
1785
1803
|
# Update properties of this object
|
|
1786
1804
|
def update!(**args)
|
|
1805
|
+
@exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
|
|
1806
|
+
@exclude_import_ranges = args[:exclude_import_ranges] if args.key?(:exclude_import_ranges)
|
|
1807
|
+
@include_export_ranges = args[:include_export_ranges] if args.key?(:include_export_ranges)
|
|
1787
1808
|
@include_import_ranges = args[:include_import_ranges] if args.key?(:include_import_ranges)
|
|
1788
1809
|
@site_to_site_data_transfer = args[:site_to_site_data_transfer] if args.key?(:site_to_site_data_transfer)
|
|
1789
1810
|
@uris = args[:uris] if args.key?(:uris)
|
|
@@ -1864,6 +1885,24 @@ module Google
|
|
|
1864
1885
|
class LinkedRouterApplianceInstances
|
|
1865
1886
|
include Google::Apis::Core::Hashable
|
|
1866
1887
|
|
|
1888
|
+
# Optional. Dynamic routes overlapped/encompassed by exclude export ranges are
|
|
1889
|
+
# excluded during export to hub.
|
|
1890
|
+
# Corresponds to the JSON property `excludeExportRanges`
|
|
1891
|
+
# @return [Array<String>]
|
|
1892
|
+
attr_accessor :exclude_export_ranges
|
|
1893
|
+
|
|
1894
|
+
# Optional. Hub routes overlapped/encompassed by exclude import ranges are
|
|
1895
|
+
# excluded during import from hub.
|
|
1896
|
+
# Corresponds to the JSON property `excludeImportRanges`
|
|
1897
|
+
# @return [Array<String>]
|
|
1898
|
+
attr_accessor :exclude_import_ranges
|
|
1899
|
+
|
|
1900
|
+
# Optional. Dynamic routes fully encompassed by include export ranges are
|
|
1901
|
+
# included during export to hub.
|
|
1902
|
+
# Corresponds to the JSON property `includeExportRanges`
|
|
1903
|
+
# @return [Array<String>]
|
|
1904
|
+
attr_accessor :include_export_ranges
|
|
1905
|
+
|
|
1867
1906
|
# Optional. Hub routes fully encompassed by include import ranges are included
|
|
1868
1907
|
# during import from hub.
|
|
1869
1908
|
# Corresponds to the JSON property `includeImportRanges`
|
|
@@ -1896,6 +1935,9 @@ module Google
|
|
|
1896
1935
|
|
|
1897
1936
|
# Update properties of this object
|
|
1898
1937
|
def update!(**args)
|
|
1938
|
+
@exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
|
|
1939
|
+
@exclude_import_ranges = args[:exclude_import_ranges] if args.key?(:exclude_import_ranges)
|
|
1940
|
+
@include_export_ranges = args[:include_export_ranges] if args.key?(:include_export_ranges)
|
|
1899
1941
|
@include_import_ranges = args[:include_import_ranges] if args.key?(:include_import_ranges)
|
|
1900
1942
|
@instances = args[:instances] if args.key?(:instances)
|
|
1901
1943
|
@site_to_site_data_transfer = args[:site_to_site_data_transfer] if args.key?(:site_to_site_data_transfer)
|
|
@@ -1967,6 +2009,24 @@ module Google
|
|
|
1967
2009
|
class LinkedVpnTunnels
|
|
1968
2010
|
include Google::Apis::Core::Hashable
|
|
1969
2011
|
|
|
2012
|
+
# Optional. Dynamic routes overlapped/encompassed by exclude export ranges are
|
|
2013
|
+
# excluded during export to hub.
|
|
2014
|
+
# Corresponds to the JSON property `excludeExportRanges`
|
|
2015
|
+
# @return [Array<String>]
|
|
2016
|
+
attr_accessor :exclude_export_ranges
|
|
2017
|
+
|
|
2018
|
+
# Optional. Hub routes overlapped/encompassed by exclude import ranges are
|
|
2019
|
+
# excluded during import from hub.
|
|
2020
|
+
# Corresponds to the JSON property `excludeImportRanges`
|
|
2021
|
+
# @return [Array<String>]
|
|
2022
|
+
attr_accessor :exclude_import_ranges
|
|
2023
|
+
|
|
2024
|
+
# Optional. Dynamic routes fully encompassed by include export ranges are
|
|
2025
|
+
# included during export to hub.
|
|
2026
|
+
# Corresponds to the JSON property `includeExportRanges`
|
|
2027
|
+
# @return [Array<String>]
|
|
2028
|
+
attr_accessor :include_export_ranges
|
|
2029
|
+
|
|
1970
2030
|
# Optional. Hub routes fully encompassed by include import ranges are included
|
|
1971
2031
|
# during import from hub.
|
|
1972
2032
|
# Corresponds to the JSON property `includeImportRanges`
|
|
@@ -1998,6 +2058,9 @@ module Google
|
|
|
1998
2058
|
|
|
1999
2059
|
# Update properties of this object
|
|
2000
2060
|
def update!(**args)
|
|
2061
|
+
@exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
|
|
2062
|
+
@exclude_import_ranges = args[:exclude_import_ranges] if args.key?(:exclude_import_ranges)
|
|
2063
|
+
@include_export_ranges = args[:include_export_ranges] if args.key?(:include_export_ranges)
|
|
2001
2064
|
@include_import_ranges = args[:include_import_ranges] if args.key?(:include_import_ranges)
|
|
2002
2065
|
@site_to_site_data_transfer = args[:site_to_site_data_transfer] if args.key?(:site_to_site_data_transfer)
|
|
2003
2066
|
@uris = args[:uris] if args.key?(:uris)
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworkconnectivityV1
|
|
18
18
|
# Version of the google-apis-networkconnectivity_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.73.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260309"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -986,6 +986,9 @@ module Google
|
|
|
986
986
|
class LinkedInterconnectAttachments
|
|
987
987
|
# @private
|
|
988
988
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
989
|
+
collection :exclude_export_ranges, as: 'excludeExportRanges'
|
|
990
|
+
collection :exclude_import_ranges, as: 'excludeImportRanges'
|
|
991
|
+
collection :include_export_ranges, as: 'includeExportRanges'
|
|
989
992
|
collection :include_import_ranges, as: 'includeImportRanges'
|
|
990
993
|
property :site_to_site_data_transfer, as: 'siteToSiteDataTransfer'
|
|
991
994
|
collection :uris, as: 'uris'
|
|
@@ -1010,6 +1013,9 @@ module Google
|
|
|
1010
1013
|
class LinkedRouterApplianceInstances
|
|
1011
1014
|
# @private
|
|
1012
1015
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1016
|
+
collection :exclude_export_ranges, as: 'excludeExportRanges'
|
|
1017
|
+
collection :exclude_import_ranges, as: 'excludeImportRanges'
|
|
1018
|
+
collection :include_export_ranges, as: 'includeExportRanges'
|
|
1013
1019
|
collection :include_import_ranges, as: 'includeImportRanges'
|
|
1014
1020
|
collection :instances, as: 'instances', class: Google::Apis::NetworkconnectivityV1::RouterApplianceInstance, decorator: Google::Apis::NetworkconnectivityV1::RouterApplianceInstance::Representation
|
|
1015
1021
|
|
|
@@ -1033,6 +1039,9 @@ module Google
|
|
|
1033
1039
|
class LinkedVpnTunnels
|
|
1034
1040
|
# @private
|
|
1035
1041
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1042
|
+
collection :exclude_export_ranges, as: 'excludeExportRanges'
|
|
1043
|
+
collection :exclude_import_ranges, as: 'excludeImportRanges'
|
|
1044
|
+
collection :include_export_ranges, as: 'includeExportRanges'
|
|
1036
1045
|
collection :include_import_ranges, as: 'includeImportRanges'
|
|
1037
1046
|
property :site_to_site_data_transfer, as: 'siteToSiteDataTransfer'
|
|
1038
1047
|
collection :uris, as: 'uris'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networkconnectivity_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.73.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.73.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|