google-apis-networkconnectivity_v1 0.47.0 → 0.48.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: 3fb67610a0aed6a56faa4f46105d0d1f5836503aaf5c9aea227cbb21641dd1c9
|
4
|
+
data.tar.gz: 1f96f8df0fdc4b98dd500689ffb0548900cc73ddc618767c2b962cc4a81b06a1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c23bab5ab57ba1840116e1cae1160ab71d91163e8d90e9daa2a36794620fa163696bf4e633faded0103a6c02cce34be1667ca7d4465f9c6aa9d1eae1f35b19f
|
7
|
+
data.tar.gz: ec886a12830be9c1a6079ec67c592ceeaa373d791a7d60daada4e46dd724e70fbabce8d7cc94a260d2ac6c7a712ad5c93c99ceeb8b54323ad3a6daccd3350007
|
data/CHANGELOG.md
CHANGED
@@ -1121,8 +1121,8 @@ module Google
|
|
1121
1121
|
class LinkedInterconnectAttachments
|
1122
1122
|
include Google::Apis::Core::Hashable
|
1123
1123
|
|
1124
|
-
# Optional. IP ranges allowed to be included during import from hub
|
1125
|
-
# control transit connectivity) The only allowed value for now is "
|
1124
|
+
# Optional. IP ranges allowed to be included during import from hub (does not
|
1125
|
+
# control transit connectivity). The only allowed value for now is "
|
1126
1126
|
# ALL_IPV4_RANGES".
|
1127
1127
|
# Corresponds to the JSON property `includeImportRanges`
|
1128
1128
|
# @return [Array<String>]
|
@@ -1160,6 +1160,52 @@ module Google
|
|
1160
1160
|
end
|
1161
1161
|
end
|
1162
1162
|
|
1163
|
+
# Next ID: 7
|
1164
|
+
class LinkedProducerVpcNetwork
|
1165
|
+
include Google::Apis::Core::Hashable
|
1166
|
+
|
1167
|
+
# Optional. IP ranges encompassing the subnets to be excluded from peering.
|
1168
|
+
# Corresponds to the JSON property `excludeExportRanges`
|
1169
|
+
# @return [Array<String>]
|
1170
|
+
attr_accessor :exclude_export_ranges
|
1171
|
+
|
1172
|
+
# Immutable. The URI of the Service Consumer VPC that the Producer VPC is peered
|
1173
|
+
# with.
|
1174
|
+
# Corresponds to the JSON property `network`
|
1175
|
+
# @return [String]
|
1176
|
+
attr_accessor :network
|
1177
|
+
|
1178
|
+
# Immutable. The name of the VPC peering between the Service Consumer VPC and
|
1179
|
+
# the Producer VPC (defined in the Tenant project) which is added to the NCC hub.
|
1180
|
+
# This peering must be in ACTIVE state.
|
1181
|
+
# Corresponds to the JSON property `peering`
|
1182
|
+
# @return [String]
|
1183
|
+
attr_accessor :peering
|
1184
|
+
|
1185
|
+
# Output only. The URI of the Producer VPC.
|
1186
|
+
# Corresponds to the JSON property `producerNetwork`
|
1187
|
+
# @return [String]
|
1188
|
+
attr_accessor :producer_network
|
1189
|
+
|
1190
|
+
# Output only. The Service Consumer Network spoke.
|
1191
|
+
# Corresponds to the JSON property `serviceConsumerVpcSpoke`
|
1192
|
+
# @return [String]
|
1193
|
+
attr_accessor :service_consumer_vpc_spoke
|
1194
|
+
|
1195
|
+
def initialize(**args)
|
1196
|
+
update!(**args)
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
# Update properties of this object
|
1200
|
+
def update!(**args)
|
1201
|
+
@exclude_export_ranges = args[:exclude_export_ranges] if args.key?(:exclude_export_ranges)
|
1202
|
+
@network = args[:network] if args.key?(:network)
|
1203
|
+
@peering = args[:peering] if args.key?(:peering)
|
1204
|
+
@producer_network = args[:producer_network] if args.key?(:producer_network)
|
1205
|
+
@service_consumer_vpc_spoke = args[:service_consumer_vpc_spoke] if args.key?(:service_consumer_vpc_spoke)
|
1206
|
+
end
|
1207
|
+
end
|
1208
|
+
|
1163
1209
|
# A collection of router appliance instances. If you configure multiple router
|
1164
1210
|
# appliance instances to receive data from the same set of sites outside of
|
1165
1211
|
# Google Cloud, we recommend that you associate those instances with the same
|
@@ -1167,8 +1213,8 @@ module Google
|
|
1167
1213
|
class LinkedRouterApplianceInstances
|
1168
1214
|
include Google::Apis::Core::Hashable
|
1169
1215
|
|
1170
|
-
# Optional. IP ranges allowed to be included during import from hub
|
1171
|
-
# control transit connectivity) The only allowed value for now is "
|
1216
|
+
# Optional. IP ranges allowed to be included during import from hub (does not
|
1217
|
+
# control transit connectivity). The only allowed value for now is "
|
1172
1218
|
# ALL_IPV4_RANGES".
|
1173
1219
|
# Corresponds to the JSON property `includeImportRanges`
|
1174
1220
|
# @return [Array<String>]
|
@@ -1253,8 +1299,8 @@ module Google
|
|
1253
1299
|
class LinkedVpnTunnels
|
1254
1300
|
include Google::Apis::Core::Hashable
|
1255
1301
|
|
1256
|
-
# Optional. IP ranges allowed to be included during import from hub
|
1257
|
-
# control transit connectivity) The only allowed value for now is "
|
1302
|
+
# Optional. IP ranges allowed to be included during import from hub (does not
|
1303
|
+
# control transit connectivity). The only allowed value for now is "
|
1258
1304
|
# ALL_IPV4_RANGES".
|
1259
1305
|
# Corresponds to the JSON property `includeImportRanges`
|
1260
1306
|
# @return [Array<String>]
|
@@ -3230,6 +3276,11 @@ module Google
|
|
3230
3276
|
# @return [Google::Apis::NetworkconnectivityV1::LinkedInterconnectAttachments]
|
3231
3277
|
attr_accessor :linked_interconnect_attachments
|
3232
3278
|
|
3279
|
+
# Next ID: 7
|
3280
|
+
# Corresponds to the JSON property `linkedProducerVpcNetwork`
|
3281
|
+
# @return [Google::Apis::NetworkconnectivityV1::LinkedProducerVpcNetwork]
|
3282
|
+
attr_accessor :linked_producer_vpc_network
|
3283
|
+
|
3233
3284
|
# A collection of router appliance instances. If you configure multiple router
|
3234
3285
|
# appliance instances to receive data from the same set of sites outside of
|
3235
3286
|
# Google Cloud, we recommend that you associate those instances with the same
|
@@ -3298,6 +3349,7 @@ module Google
|
|
3298
3349
|
@hub = args[:hub] if args.key?(:hub)
|
3299
3350
|
@labels = args[:labels] if args.key?(:labels)
|
3300
3351
|
@linked_interconnect_attachments = args[:linked_interconnect_attachments] if args.key?(:linked_interconnect_attachments)
|
3352
|
+
@linked_producer_vpc_network = args[:linked_producer_vpc_network] if args.key?(:linked_producer_vpc_network)
|
3301
3353
|
@linked_router_appliance_instances = args[:linked_router_appliance_instances] if args.key?(:linked_router_appliance_instances)
|
3302
3354
|
@linked_vpc_network = args[:linked_vpc_network] if args.key?(:linked_vpc_network)
|
3303
3355
|
@linked_vpn_tunnels = args[:linked_vpn_tunnels] if args.key?(:linked_vpn_tunnels)
|
@@ -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.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 = "20240923"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -148,6 +148,12 @@ module Google
|
|
148
148
|
include Google::Apis::Core::JsonObjectSupport
|
149
149
|
end
|
150
150
|
|
151
|
+
class LinkedProducerVpcNetwork
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
151
157
|
class LinkedRouterApplianceInstances
|
152
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
159
|
|
@@ -692,6 +698,17 @@ module Google
|
|
692
698
|
end
|
693
699
|
end
|
694
700
|
|
701
|
+
class LinkedProducerVpcNetwork
|
702
|
+
# @private
|
703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
704
|
+
collection :exclude_export_ranges, as: 'excludeExportRanges'
|
705
|
+
property :network, as: 'network'
|
706
|
+
property :peering, as: 'peering'
|
707
|
+
property :producer_network, as: 'producerNetwork'
|
708
|
+
property :service_consumer_vpc_spoke, as: 'serviceConsumerVpcSpoke'
|
709
|
+
end
|
710
|
+
end
|
711
|
+
|
695
712
|
class LinkedRouterApplianceInstances
|
696
713
|
# @private
|
697
714
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1188,6 +1205,8 @@ module Google
|
|
1188
1205
|
hash :labels, as: 'labels'
|
1189
1206
|
property :linked_interconnect_attachments, as: 'linkedInterconnectAttachments', class: Google::Apis::NetworkconnectivityV1::LinkedInterconnectAttachments, decorator: Google::Apis::NetworkconnectivityV1::LinkedInterconnectAttachments::Representation
|
1190
1207
|
|
1208
|
+
property :linked_producer_vpc_network, as: 'linkedProducerVpcNetwork', class: Google::Apis::NetworkconnectivityV1::LinkedProducerVpcNetwork, decorator: Google::Apis::NetworkconnectivityV1::LinkedProducerVpcNetwork::Representation
|
1209
|
+
|
1191
1210
|
property :linked_router_appliance_instances, as: 'linkedRouterApplianceInstances', class: Google::Apis::NetworkconnectivityV1::LinkedRouterApplianceInstances, decorator: Google::Apis::NetworkconnectivityV1::LinkedRouterApplianceInstances::Representation
|
1192
1211
|
|
1193
1212
|
property :linked_vpc_network, as: 'linkedVpcNetwork', class: Google::Apis::NetworkconnectivityV1::LinkedVpcNetwork, decorator: Google::Apis::NetworkconnectivityV1::LinkedVpcNetwork::Representation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.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-29 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-networkconnectivity_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.48.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkconnectivity_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|