google-apis-compute_v1 0.33.0 → 0.34.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: ba4822bf8310b0ce1efff14f4f315271e247544f0c334158831102b6e7f2324d
4
- data.tar.gz: e853ab3c30c27d7a4b26687289908bb7aecf06180c6f8d2d66e9970be65d676b
3
+ metadata.gz: 4a5fd0699af86a1f3ce1d9118d44ffea11f4176c23297ae05806035511c2f190
4
+ data.tar.gz: 2bd21358d19c8555e56ef19258220c799eb1f780101bbf23d9f54268861483f1
5
5
  SHA512:
6
- metadata.gz: ec20174adb56a0227741063dd6ac50c8892b0e77217ea5e7edadd245e8ab492531aec831d4f368cc6a301b45285011b7772671658ec63fbedf26b6466d635811
7
- data.tar.gz: 496a0036d2a9bbf0be7fb3710a1b224855fb0676d5cded7077a01fcf8fdfe07b886ee1e57bc02bfe7f70c1a3a3f9352fcee1a1b1d6a7e7cfb0e6eee97e4506e7
6
+ metadata.gz: 6e457eefd66697f2c8622960e714cb33fcf8ff61c452f386f2e6c83d79a5be57aa3eedf186a13242d89ee68070b3aa39974ee89f8f12fb74512c47f5bf2926e5
7
+ data.tar.gz: 269c45e5f6353bb7d426140506a9ff82276b10725b5414f94f49e7c7cfcb3ca57e1da60c93e8410a6ef11ff6ab4ed05895832107e12656454fc0d3f075f53ceb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_v1
2
2
 
3
+ ### v0.34.0 (2022-04-29)
4
+
5
+ * Regenerated from discovery document revision 20220426
6
+
3
7
  ### v0.33.0 (2022-04-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220420
@@ -3270,6 +3270,13 @@ module Google
3270
3270
  # @return [String]
3271
3271
  attr_accessor :self_link
3272
3272
 
3273
+ # URLs of networkservices.ServiceBinding resources. Can only be set if load
3274
+ # balancing scheme is INTERNAL_SELF_MANAGED. If set, lists of backends and
3275
+ # health checks must be both empty.
3276
+ # Corresponds to the JSON property `serviceBindings`
3277
+ # @return [Array<String>]
3278
+ attr_accessor :service_bindings
3279
+
3273
3280
  # Type of session affinity to use. The default is NONE. Only NONE and
3274
3281
  # HEADER_FIELD are supported when the backend service is referenced by a URL map
3275
3282
  # that is bound to target gRPC proxy that has validateForProxyless field set to
@@ -3338,6 +3345,7 @@ module Google
3338
3345
  @security_policy = args[:security_policy] if args.key?(:security_policy)
3339
3346
  @security_settings = args[:security_settings] if args.key?(:security_settings)
3340
3347
  @self_link = args[:self_link] if args.key?(:self_link)
3348
+ @service_bindings = args[:service_bindings] if args.key?(:service_bindings)
3341
3349
  @session_affinity = args[:session_affinity] if args.key?(:session_affinity)
3342
3350
  @subsetting = args[:subsetting] if args.key?(:subsetting)
3343
3351
  @timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
@@ -8631,6 +8639,14 @@ module Google
8631
8639
  # @return [String]
8632
8640
  attr_accessor :network_tier
8633
8641
 
8642
+ # This is used in PSC consumer ForwardingRule to control whether it should try
8643
+ # to auto-generate a DNS zone or not. Non-PSC forwarding rules do not use this
8644
+ # field.
8645
+ # Corresponds to the JSON property `noAutomateDnsZone`
8646
+ # @return [Boolean]
8647
+ attr_accessor :no_automate_dns_zone
8648
+ alias_method :no_automate_dns_zone?, :no_automate_dns_zone
8649
+
8634
8650
  # This field can be used only if: - Load balancing scheme is one of EXTERNAL,
8635
8651
  # INTERNAL_SELF_MANAGED or INTERNAL_MANAGED - IPProtocol is one of TCP, UDP, or
8636
8652
  # SCTP. Packets addressed to ports in the specified range will be forwarded to
@@ -8742,6 +8758,7 @@ module Google
8742
8758
  @name = args[:name] if args.key?(:name)
8743
8759
  @network = args[:network] if args.key?(:network)
8744
8760
  @network_tier = args[:network_tier] if args.key?(:network_tier)
8761
+ @no_automate_dns_zone = args[:no_automate_dns_zone] if args.key?(:no_automate_dns_zone)
8745
8762
  @port_range = args[:port_range] if args.key?(:port_range)
8746
8763
  @ports = args[:ports] if args.key?(:ports)
8747
8764
  @psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
@@ -20823,6 +20840,12 @@ module Google
20823
20840
  # @return [Fixnum]
20824
20841
  attr_accessor :peer_mtu
20825
20842
 
20843
+ # Which IP version(s) of traffic and routes are allowed to be imported or
20844
+ # exported between peer networks. The default value is IPV4_ONLY.
20845
+ # Corresponds to the JSON property `stackType`
20846
+ # @return [String]
20847
+ attr_accessor :stack_type
20848
+
20826
20849
  # [Output Only] State for the peering, either `ACTIVE` or `INACTIVE`. The
20827
20850
  # peering is `ACTIVE` when there's a matching configuration in the peer network.
20828
20851
  # Corresponds to the JSON property `state`
@@ -20849,6 +20872,7 @@ module Google
20849
20872
  @name = args[:name] if args.key?(:name)
20850
20873
  @network = args[:network] if args.key?(:network)
20851
20874
  @peer_mtu = args[:peer_mtu] if args.key?(:peer_mtu)
20875
+ @stack_type = args[:stack_type] if args.key?(:stack_type)
20852
20876
  @state = args[:state] if args.key?(:state)
20853
20877
  @state_details = args[:state_details] if args.key?(:state_details)
20854
20878
  end
@@ -29941,6 +29965,12 @@ module Google
29941
29965
  attr_accessor :enable_endpoint_independent_mapping
29942
29966
  alias_method :enable_endpoint_independent_mapping?, :enable_endpoint_independent_mapping
29943
29967
 
29968
+ # List of NAT-ted endpoint types supported by the Nat Gateway. If the list is
29969
+ # empty, then it will be equivalent to include ENDPOINT_TYPE_VM
29970
+ # Corresponds to the JSON property `endpointTypes`
29971
+ # @return [Array<String>]
29972
+ attr_accessor :endpoint_types
29973
+
29944
29974
  # Timeout (in seconds) for ICMP connections. Defaults to 30s if not set.
29945
29975
  # Corresponds to the JSON property `icmpIdleTimeoutSec`
29946
29976
  # @return [Fixnum]
@@ -30048,6 +30078,7 @@ module Google
30048
30078
  @drain_nat_ips = args[:drain_nat_ips] if args.key?(:drain_nat_ips)
30049
30079
  @enable_dynamic_port_allocation = args[:enable_dynamic_port_allocation] if args.key?(:enable_dynamic_port_allocation)
30050
30080
  @enable_endpoint_independent_mapping = args[:enable_endpoint_independent_mapping] if args.key?(:enable_endpoint_independent_mapping)
30081
+ @endpoint_types = args[:endpoint_types] if args.key?(:endpoint_types)
30051
30082
  @icmp_idle_timeout_sec = args[:icmp_idle_timeout_sec] if args.key?(:icmp_idle_timeout_sec)
30052
30083
  @log_config = args[:log_config] if args.key?(:log_config)
30053
30084
  @max_ports_per_vm = args[:max_ports_per_vm] if args.key?(:max_ports_per_vm)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeV1
18
18
  # Version of the google-apis-compute_v1 gem
19
- GEM_VERSION = "0.33.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220420"
25
+ REVISION = "20220426"
26
26
  end
27
27
  end
28
28
  end
@@ -6198,6 +6198,7 @@ module Google
6198
6198
  property :security_settings, as: 'securitySettings', class: Google::Apis::ComputeV1::SecuritySettings, decorator: Google::Apis::ComputeV1::SecuritySettings::Representation
6199
6199
 
6200
6200
  property :self_link, as: 'selfLink'
6201
+ collection :service_bindings, as: 'serviceBindings'
6201
6202
  property :session_affinity, as: 'sessionAffinity'
6202
6203
  property :subsetting, as: 'subsetting', class: Google::Apis::ComputeV1::Subsetting, decorator: Google::Apis::ComputeV1::Subsetting::Representation
6203
6204
 
@@ -7419,6 +7420,7 @@ module Google
7419
7420
  property :name, as: 'name'
7420
7421
  property :network, as: 'network'
7421
7422
  property :network_tier, as: 'networkTier'
7423
+ property :no_automate_dns_zone, as: 'noAutomateDnsZone'
7422
7424
  property :port_range, as: 'portRange'
7423
7425
  collection :ports, as: 'ports'
7424
7426
  property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
@@ -10425,6 +10427,7 @@ module Google
10425
10427
  property :name, as: 'name'
10426
10428
  property :network, as: 'network'
10427
10429
  property :peer_mtu, as: 'peerMtu'
10430
+ property :stack_type, as: 'stackType'
10428
10431
  property :state, as: 'state'
10429
10432
  property :state_details, as: 'stateDetails'
10430
10433
  end
@@ -12778,6 +12781,7 @@ module Google
12778
12781
  collection :drain_nat_ips, as: 'drainNatIps'
12779
12782
  property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
12780
12783
  property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
12784
+ collection :endpoint_types, as: 'endpointTypes'
12781
12785
  property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
12782
12786
  property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::RouterNatLogConfig, decorator: Google::Apis::ComputeV1::RouterNatLogConfig::Representation
12783
12787
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.33.0
4
+ version: 0.34.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-04-25 00:00:00.000000000 Z
11
+ date: 2022-05-02 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-compute_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.33.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.34.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
63
63
  post_install_message:
64
64
  rdoc_options: []