google-cloud-network_connectivity-v1 0.1.2 → 0.1.3
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: bba1e97c1b46371c21a21e50c02b5597fdfcc2c952fc2ba23782ce7989a94c26
|
|
4
|
+
data.tar.gz: f692d2b557a7d1988b815d97544ea7a8925c8ce85994d286bf1aaec797a40fd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d2dee882dcf57a65bcdfd384606da9bc00f20f81578a3804e385757591872a116b5046b370bfb727b9a224adc1355543b16150bce5628fc4367ffb354440719
|
|
7
|
+
data.tar.gz: 191ffb2cc81dd4725d7593c73ca22eb9ba37af6c1ae5d3a887383e37e26d4cda043b02aa9cb5fad7b560998ad1e392d7589c5fafc9af00c5811837cd319ed33f
|
|
@@ -381,7 +381,7 @@ module Google
|
|
|
381
381
|
# @param parent [::String]
|
|
382
382
|
# Required. The parent resource.
|
|
383
383
|
# @param hub_id [::String]
|
|
384
|
-
#
|
|
384
|
+
# Required. A unique identifier for the hub.
|
|
385
385
|
# @param hub [::Google::Cloud::NetworkConnectivity::V1::Hub, ::Hash]
|
|
386
386
|
# Required. The initial values for a new hub.
|
|
387
387
|
# @param request_id [::String]
|
|
@@ -900,7 +900,7 @@ module Google
|
|
|
900
900
|
# @param parent [::String]
|
|
901
901
|
# Required. The parent resource.
|
|
902
902
|
# @param spoke_id [::String]
|
|
903
|
-
#
|
|
903
|
+
# Required. Unique id for the spoke to create.
|
|
904
904
|
# @param spoke [::Google::Cloud::NetworkConnectivity::V1::Spoke, ::Hash]
|
|
905
905
|
# Required. The initial values for a new spoke.
|
|
906
906
|
# @param request_id [::String]
|
|
@@ -21,8 +21,8 @@ module Google
|
|
|
21
21
|
module Cloud
|
|
22
22
|
module NetworkConnectivity
|
|
23
23
|
module V1
|
|
24
|
-
# A hub is
|
|
25
|
-
#
|
|
24
|
+
# A hub is a collection of spokes. A single hub can contain spokes from
|
|
25
|
+
# multiple regions. However, all of a hub's spokes must be associated with
|
|
26
26
|
# resources that reside in the same VPC network.
|
|
27
27
|
# @!attribute [rw] name
|
|
28
28
|
# @return [::String]
|
|
@@ -73,11 +73,11 @@ module Google
|
|
|
73
73
|
end
|
|
74
74
|
end
|
|
75
75
|
|
|
76
|
-
#
|
|
76
|
+
# RoutingVPC contains information about the VPC network that is associated with
|
|
77
77
|
# a hub's spokes.
|
|
78
78
|
# @!attribute [rw] uri
|
|
79
79
|
# @return [::String]
|
|
80
|
-
# The URI of
|
|
80
|
+
# The URI of the VPC network.
|
|
81
81
|
class RoutingVPC
|
|
82
82
|
include ::Google::Protobuf::MessageExts
|
|
83
83
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
@@ -113,7 +113,7 @@ module Google
|
|
|
113
113
|
# An optional description of the spoke.
|
|
114
114
|
# @!attribute [rw] hub
|
|
115
115
|
# @return [::String]
|
|
116
|
-
# Immutable. The
|
|
116
|
+
# Immutable. The name of the hub that this spoke is attached to.
|
|
117
117
|
# @!attribute [rw] linked_vpn_tunnels
|
|
118
118
|
# @return [::Google::Cloud::NetworkConnectivity::V1::LinkedVpnTunnels]
|
|
119
119
|
# VPN tunnels that are associated with the spoke.
|
|
@@ -197,7 +197,7 @@ module Google
|
|
|
197
197
|
# Required. The parent resource.
|
|
198
198
|
# @!attribute [rw] hub_id
|
|
199
199
|
# @return [::String]
|
|
200
|
-
#
|
|
200
|
+
# Required. A unique identifier for the hub.
|
|
201
201
|
# @!attribute [rw] hub
|
|
202
202
|
# @return [::Google::Cloud::NetworkConnectivity::V1::Hub]
|
|
203
203
|
# Required. The initial values for a new hub.
|
|
@@ -331,7 +331,7 @@ module Google
|
|
|
331
331
|
# Required. The parent resource.
|
|
332
332
|
# @!attribute [rw] spoke_id
|
|
333
333
|
# @return [::String]
|
|
334
|
-
#
|
|
334
|
+
# Required. Unique id for the spoke to create.
|
|
335
335
|
# @!attribute [rw] spoke
|
|
336
336
|
# @return [::Google::Cloud::NetworkConnectivity::V1::Spoke]
|
|
337
337
|
# Required. The initial values for a new spoke.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-network_connectivity-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-11-
|
|
11
|
+
date: 2021-11-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|