google-apis-networkconnectivity_v1 0.5.0 → 0.6.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: 265519baf5dc25a17ab017c60f77c7457f953c86f170a28435d1759a6440842f
4
+ data.tar.gz: 8dd9d6958dd5d673b0bcda469a5e0887cbcf2a141883e9cac743c8303be2f3a4
5
5
  SHA512:
6
- metadata.gz: cf13a09ee43406af16b338b9428742810f31610e3283a68e26c9986017d5d698c0085766d29898a31c2386bab41a4a789746cb2e1724ff1753af21d0c7c30529
7
- data.tar.gz: '068926ef2fa6ec71f01924e5705fbe122434258c2719a0e8af358f13a78dbc9aa7cf5a1f280cc544077c5e8b0695be3b1a61e32d274734492e6a6f7317be91c0'
6
+ metadata.gz: 351e717b59ae7417ad8f67016b4cdd8aeb4ff0029df2c7da4d5d19bdfd0d4ee6924861e3b05ff3e6ab9cf7f0b4e78285f3bae9b42b623f37ed535a7c0dbd99af
7
+ data.tar.gz: ecd4d87cbe37c0aaff78e2a73c5ba5b86c4b94bcd79bf60de08c1f36ad93a707e161d6e3b51af612a655cb684a6ad1b2d0a7e0dbc86d2faa0c1e3ee836ce188d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-networkconnectivity_v1
2
2
 
3
+ ### v0.6.0 (2022-01-30)
4
+
5
+ * Regenerated from discovery document revision 20220125
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.5.0 (2021-12-16)
4
9
 
5
10
  * Regenerated from discovery document revision 20211210
@@ -403,11 +403,9 @@ module Google
403
403
  # @return [String]
404
404
  attr_accessor :name
405
405
 
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.
406
+ # The VPC networks associated with this hub's spokes. This field is read-only.
407
+ # Network Connectivity Center automatically populates it based on the set of
408
+ # spokes attached to the hub.
411
409
  # Corresponds to the JSON property `routingVpcs`
412
410
  # @return [Array<Google::Apis::NetworkconnectivityV1::RoutingVpc>]
413
411
  attr_accessor :routing_vpcs
@@ -454,8 +452,9 @@ module Google
454
452
  include Google::Apis::Core::Hashable
455
453
 
456
454
  # 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.
455
+ # resources. Data transfer is available only in [supported locations](https://
456
+ # cloud.google.com/network-connectivity/docs/network-connectivity-center/
457
+ # concepts/locations).
459
458
  # Corresponds to the JSON property `siteToSiteDataTransfer`
460
459
  # @return [Boolean]
461
460
  attr_accessor :site_to_site_data_transfer
@@ -489,8 +488,9 @@ module Google
489
488
  attr_accessor :instances
490
489
 
491
490
  # 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.
491
+ # resources. Data transfer is available only in [supported locations](https://
492
+ # cloud.google.com/network-connectivity/docs/network-connectivity-center/
493
+ # concepts/locations).
494
494
  # Corresponds to the JSON property `siteToSiteDataTransfer`
495
495
  # @return [Boolean]
496
496
  attr_accessor :site_to_site_data_transfer
@@ -515,8 +515,9 @@ module Google
515
515
  include Google::Apis::Core::Hashable
516
516
 
517
517
  # 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.
518
+ # resources. Data transfer is available only in [supported locations](https://
519
+ # cloud.google.com/network-connectivity/docs/network-connectivity-center/
520
+ # concepts/locations).
520
521
  # Corresponds to the JSON property `siteToSiteDataTransfer`
521
522
  # @return [Boolean]
522
523
  attr_accessor :site_to_site_data_transfer
@@ -875,15 +876,16 @@ module Google
875
876
  end
876
877
  end
877
878
 
878
- # RoutingVPC contains information about the VPC network that is associated with
879
- # a hub's spokes.
879
+ # RoutingVPC contains information about the VPC networks that are associated
880
+ # with a hub's spokes.
880
881
  class RoutingVpc
881
882
  include Google::Apis::Core::Hashable
882
883
 
883
884
  # Output only. If true, indicates that this VPC network is currently associated
884
885
  # with spokes that use the data transfer feature (spokes where the
885
886
  # 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.
887
+ # that use data transfer, they must be associated with this VPC network. At most,
888
+ # one VPC network will have this field set to true.
887
889
  # Corresponds to the JSON property `requiredForNewSiteToSiteDataTransferSpokes`
888
890
  # @return [Boolean]
889
891
  attr_accessor :required_for_new_site_to_site_data_transfer_spokes
@@ -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.6.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 = "20220125"
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.6.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-01-31 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.6.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