google-apis-networkconnectivity_v1 0.5.0 → 0.8.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: 71b51a02c0ddabfce9c77f121d740c2c4df1a8a9b294ae0801f88fbf68ec5015
4
- data.tar.gz: 9c483584a3df16aa2e5ed027151bcce43292921946371600d3022ac7037420c5
3
+ metadata.gz: 7b2966244c9e02b739e7d605d2e00137e5af13e7dac332eb0bf9de943d59c090
4
+ data.tar.gz: b64ab84a08f33d02c152ec65293e48bf9db6e6c9f140d414dcafdedee115b0dc
5
5
  SHA512:
6
- metadata.gz: cf13a09ee43406af16b338b9428742810f31610e3283a68e26c9986017d5d698c0085766d29898a31c2386bab41a4a789746cb2e1724ff1753af21d0c7c30529
7
- data.tar.gz: '068926ef2fa6ec71f01924e5705fbe122434258c2719a0e8af358f13a78dbc9aa7cf5a1f280cc544077c5e8b0695be3b1a61e32d274734492e6a6f7317be91c0'
6
+ metadata.gz: 48709c2ed882add07bcf2144ed77d56839926389a5bc9b990a9b239d5e5aa534e8de97f8cdefa420e76cdf35f1469a711d888cafee9cfb18bd56c93bcd557b70
7
+ data.tar.gz: cdbf13bf12f3ef26c54694f33dfb1c57a91f81aebd590788be7d51385a19b15758d8eb8f19e6644de70816d129b8b5abb398a5f66b7e0334d2fbeafeb97afee0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.8.0 (2022-03-26)
4
+
5
+ * Regenerated from discovery document revision 20220321
6
+
7
+ ### v0.7.0 (2022-02-15)
8
+
9
+ * Regenerated from discovery document revision 20220210
10
+
11
+ ### v0.6.0 (2022-01-30)
12
+
13
+ * Regenerated from discovery document revision 20220125
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.5.0 (2021-12-16)
4
17
 
5
18
  * Regenerated from discovery document revision 20211210
@@ -167,8 +167,7 @@ module Google
167
167
  # A generic empty message that you can re-use to avoid defining duplicated empty
168
168
  # messages in your APIs. A typical example is to use it as the request or the
169
169
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
170
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
171
- # `Empty` is empty JSON object ````.
170
+ # protobuf.Empty) returns (google.protobuf.Empty); `
172
171
  class Empty
173
172
  include Google::Apis::Core::Hashable
174
173
 
@@ -375,8 +374,10 @@ module Google
375
374
  end
376
375
 
377
376
  # A hub is a collection of spokes. A single hub can contain spokes from multiple
378
- # regions. However, all of a hub's spokes must be associated with resources that
379
- # reside in the same VPC network.
377
+ # regions. However, if any of a hub's spokes use the data transfer feature, the
378
+ # resources associated with those spokes must all reside in the same VPC network.
379
+ # Spokes that do not use data transfer can be associated with any VPC network
380
+ # in your project.
380
381
  class Hub
381
382
  include Google::Apis::Core::Hashable
382
383
 
@@ -403,11 +404,9 @@ module Google
403
404
  # @return [String]
404
405
  attr_accessor :name
405
406
 
406
- # The VPC network associated with this hub's spokes. All of the VPN tunnels,
407
- # VLAN attachments, and router appliance instances referenced by this hub's
408
- # spokes must belong to this VPC network. This field is read-only. Network
409
- # Connectivity Center automatically populates it based on the set of spokes
410
- # attached to the hub.
407
+ # The VPC networks associated with this hub's spokes. This field is read-only.
408
+ # Network Connectivity Center automatically populates it based on the set of
409
+ # spokes attached to the hub.
411
410
  # Corresponds to the JSON property `routingVpcs`
412
411
  # @return [Array<Google::Apis::NetworkconnectivityV1::RoutingVpc>]
413
412
  attr_accessor :routing_vpcs
@@ -454,8 +453,9 @@ module Google
454
453
  include Google::Apis::Core::Hashable
455
454
 
456
455
  # A value that controls whether site-to-site data transfer is enabled for these
457
- # resources. This field is set to false by default, but you must set it to true.
458
- # Note that data transfer is available only in supported locations.
456
+ # resources. Data transfer is available only in [supported locations](https://
457
+ # cloud.google.com/network-connectivity/docs/network-connectivity-center/
458
+ # concepts/locations).
459
459
  # Corresponds to the JSON property `siteToSiteDataTransfer`
460
460
  # @return [Boolean]
461
461
  attr_accessor :site_to_site_data_transfer
@@ -477,9 +477,10 @@ module Google
477
477
  end
478
478
  end
479
479
 
480
- # A collection of router appliance instances. If you have multiple router
481
- # appliance instances connected to the same site, they should all be attached to
482
- # the same spoke.
480
+ # A collection of router appliance instances. If you configure multiple router
481
+ # appliance instances to receive data from the same set of sites outside of
482
+ # Google Cloud, we recommend that you associate those instances with the same
483
+ # spoke.
483
484
  class LinkedRouterApplianceInstances
484
485
  include Google::Apis::Core::Hashable
485
486
 
@@ -489,8 +490,9 @@ module Google
489
490
  attr_accessor :instances
490
491
 
491
492
  # A value that controls whether site-to-site data transfer is enabled for these
492
- # resources. This field is set to false by default, but you must set it to true.
493
- # Note that data transfer is available only in supported locations.
493
+ # resources. Data transfer is available only in [supported locations](https://
494
+ # cloud.google.com/network-connectivity/docs/network-connectivity-center/
495
+ # concepts/locations).
494
496
  # Corresponds to the JSON property `siteToSiteDataTransfer`
495
497
  # @return [Boolean]
496
498
  attr_accessor :site_to_site_data_transfer
@@ -515,8 +517,9 @@ module Google
515
517
  include Google::Apis::Core::Hashable
516
518
 
517
519
  # A value that controls whether site-to-site data transfer is enabled for these
518
- # resources. This field is set to false by default, but you must set it to true.
519
- # Note that data transfer is available only in supported locations.
520
+ # resources. Data transfer is available only in [supported locations](https://
521
+ # cloud.google.com/network-connectivity/docs/network-connectivity-center/
522
+ # concepts/locations).
520
523
  # Corresponds to the JSON property `siteToSiteDataTransfer`
521
524
  # @return [Boolean]
522
525
  attr_accessor :site_to_site_data_transfer
@@ -875,15 +878,16 @@ module Google
875
878
  end
876
879
  end
877
880
 
878
- # RoutingVPC contains information about the VPC network that is associated with
879
- # a hub's spokes.
881
+ # RoutingVPC contains information about the VPC networks that are associated
882
+ # with a hub's spokes.
880
883
  class RoutingVpc
881
884
  include Google::Apis::Core::Hashable
882
885
 
883
886
  # Output only. If true, indicates that this VPC network is currently associated
884
887
  # with spokes that use the data transfer feature (spokes where the
885
888
  # site_to_site_data_transfer field is set to true). If you create new spokes
886
- # that use data transfer, they must be associated with this VPC network.
889
+ # that use data transfer, they must be associated with this VPC network. At most,
890
+ # one VPC network will have this field set to true.
887
891
  # Corresponds to the JSON property `requiredForNewSiteToSiteDataTransferSpokes`
888
892
  # @return [Boolean]
889
893
  attr_accessor :required_for_new_site_to_site_data_transfer_spokes
@@ -996,9 +1000,10 @@ module Google
996
1000
  # @return [Google::Apis::NetworkconnectivityV1::LinkedInterconnectAttachments]
997
1001
  attr_accessor :linked_interconnect_attachments
998
1002
 
999
- # A collection of router appliance instances. If you have multiple router
1000
- # appliance instances connected to the same site, they should all be attached to
1001
- # the same spoke.
1003
+ # A collection of router appliance instances. If you configure multiple router
1004
+ # appliance instances to receive data from the same set of sites outside of
1005
+ # Google Cloud, we recommend that you associate those instances with the same
1006
+ # spoke.
1002
1007
  # Corresponds to the JSON property `linkedRouterApplianceInstances`
1003
1008
  # @return [Google::Apis::NetworkconnectivityV1::LinkedRouterApplianceInstances]
1004
1009
  attr_accessor :linked_router_appliance_instances
@@ -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.5.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211210"
25
+ REVISION = "20220321"
26
26
  end
27
27
  end
28
28
  end
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.5.0
4
+ version: 0.8.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.5.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networkconnectivity_v1/v0.8.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: []
@@ -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.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Network Connectivity API V1