google-apis-compute_beta 0.84.0 → 0.85.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: 571ca86e0c413f6d69ba3ca39187efd4a71666f73b1457499c72819d081f3655
4
- data.tar.gz: 2b313399d1e75f1a8f7ec1dcc11fb33d8678a94e646d53c3d0187e7e7080f373
3
+ metadata.gz: 3526ce61f3804860927272ada6784f920de7971d09372842dccf2bdf29466393
4
+ data.tar.gz: b7fccbcd49ba87ceebb0a7f2f3cb3b2a35ebd51fa871e09adba3ec82a551738a
5
5
  SHA512:
6
- metadata.gz: a3d67bf27e63432d2026fa1bf944a59bca8022bf14c6d0719bcc2106cba0fe2483c791cc1392a1d78b1c55023ad22418f4312028a6cc54024c301deda5e59f81
7
- data.tar.gz: 805bf4c3a7dd7f301feefc8ad90c597865a91805b75bcfdf8e4b568f88253ba86925d26bf565926bea0fa3a4874eeeb77465e1fc4e763c7f7e4b8581c01ba60b
6
+ metadata.gz: ac15412fe9545ba388b642cd8846e186224a72084bf1f547dac7c427f1585ccea0e3558caace2674889d4ceb4de07b64c35b6597a836ee6ea81502ad68fa4532
7
+ data.tar.gz: 75e68815430cf700d416441c0732e587d27e8abe76e17ea5bf115269a8d06d83e61abe4d643da87e4368f45c3c40d89b8ddc7d67ff508690615c5f08144191d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.85.0 (2023-11-12)
4
+
5
+ * Regenerated from discovery document revision 20231031
6
+
3
7
  ### v0.84.0 (2023-10-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20231017
@@ -9816,13 +9816,17 @@ module Google
9816
9816
  # @return [String]
9817
9817
  attr_accessor :ip_protocol
9818
9818
 
9819
- # This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By
9820
- # internal TCP/UDP load balancers, backend service-based network load balancers,
9821
- # and internal and external protocol forwarding. Set this field to true to allow
9822
- # packets addressed to any port or packets lacking destination port information (
9823
- # for example, UDP fragments after the first fragment) to be forwarded to the
9824
- # backends configured with this forwarding rule. The ports, port_range, and
9825
- # allPorts fields are mutually exclusive.
9819
+ # The ports, portRange, and allPorts fields are mutually exclusive. Only packets
9820
+ # addressed to ports in the specified range will be forwarded to the backends
9821
+ # configured with this forwarding rule. The allPorts field has the following
9822
+ # limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP,
9823
+ # SCTP, or L3_DEFAULT. - It's applicable only to the following products:
9824
+ # internal passthrough Network Load Balancers, backend service-based external
9825
+ # passthrough Network Load Balancers, and internal and external protocol
9826
+ # forwarding. - Set this field to true to allow packets addressed to any port or
9827
+ # packets lacking destination port information (for example, UDP fragments after
9828
+ # the first fragment) to be forwarded to the backends configured with this
9829
+ # forwarding rule. The L3_DEFAULT protocol requires allPorts be set to true.
9826
9830
  # Corresponds to the JSON property `allPorts`
9827
9831
  # @return [Boolean]
9828
9832
  attr_accessor :all_ports
@@ -10009,35 +10013,38 @@ module Google
10009
10013
  attr_accessor :no_automate_dns_zone
10010
10014
  alias_method :no_automate_dns_zone?, :no_automate_dns_zone
10011
10015
 
10012
- # This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By
10013
- # backend service-based network load balancers, target pool-based network load
10014
- # balancers, internal proxy load balancers, external proxy load balancers,
10015
- # Traffic Director, external protocol forwarding, and Classic VPN. Some products
10016
- # have restrictions on what ports can be used. See port specifications for
10017
- # details. Only packets addressed to ports in the specified range will be
10018
- # forwarded to the backends configured with this forwarding rule. The ports,
10019
- # port_range, and allPorts fields are mutually exclusive. For external
10020
- # forwarding rules, two or more forwarding rules cannot use the same [IPAddress,
10021
- # IPProtocol] pair, and cannot have overlapping portRanges. For internal
10022
- # forwarding rules within the same VPC network, two or more forwarding rules
10023
- # cannot use the same [IPAddress, IPProtocol] pair, and cannot have overlapping
10024
- # portRanges. @pattern: \\d+(?:-\\d+)?
10016
+ # The ports, portRange, and allPorts fields are mutually exclusive. Only packets
10017
+ # addressed to ports in the specified range will be forwarded to the backends
10018
+ # configured with this forwarding rule. The portRange field has the following
10019
+ # limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or
10020
+ # SCTP, and - It's applicable only to the following products: external
10021
+ # passthrough Network Load Balancers, internal and external proxy Network Load
10022
+ # Balancers, internal and external Application Load Balancers, external protocol
10023
+ # forwarding, and Classic VPN. - Some products have restrictions on what ports
10024
+ # can be used. See port specifications for details. For external forwarding
10025
+ # rules, two or more forwarding rules cannot use the same [IPAddress, IPProtocol]
10026
+ # pair, and cannot have overlapping portRanges. For internal forwarding rules
10027
+ # within the same VPC network, two or more forwarding rules cannot use the same [
10028
+ # IPAddress, IPProtocol] pair, and cannot have overlapping portRanges. @pattern:
10029
+ # \\d+(?:-\\d+)?
10025
10030
  # Corresponds to the JSON property `portRange`
10026
10031
  # @return [String]
10027
10032
  attr_accessor :port_range
10028
10033
 
10029
- # This field can only be used: - If IPProtocol is one of TCP, UDP, or SCTP. - By
10030
- # internal TCP/UDP load balancers, backend service-based network load balancers,
10031
- # and internal protocol forwarding. You can specify a list of up to five ports
10032
- # by number, separated by commas. The ports can be contiguous or discontiguous.
10033
- # Only packets addressed to these ports will be forwarded to the backends
10034
- # configured with this forwarding rule. For external forwarding rules, two or
10035
- # more forwarding rules cannot use the same [IPAddress, IPProtocol] pair, and
10036
- # cannot share any values defined in ports. For internal forwarding rules within
10037
- # the same VPC network, two or more forwarding rules cannot use the same [
10038
- # IPAddress, IPProtocol] pair, and cannot share any values defined in ports. The
10039
- # ports, port_range, and allPorts fields are mutually exclusive. @pattern: \\d+(?
10040
- # :-\\d+)?
10034
+ # The ports, portRange, and allPorts fields are mutually exclusive. Only packets
10035
+ # addressed to ports in the specified range will be forwarded to the backends
10036
+ # configured with this forwarding rule. The ports field has the following
10037
+ # limitations: - It requires that the forwarding rule IPProtocol be TCP, UDP, or
10038
+ # SCTP, and - It's applicable only to the following products: internal
10039
+ # passthrough Network Load Balancers, backend service-based external passthrough
10040
+ # Network Load Balancers, and internal protocol forwarding. - You can specify a
10041
+ # list of up to five ports by number, separated by commas. The ports can be
10042
+ # contiguous or discontiguous. For external forwarding rules, two or more
10043
+ # forwarding rules cannot use the same [IPAddress, IPProtocol] pair if they
10044
+ # share at least one port number. For internal forwarding rules within the same
10045
+ # VPC network, two or more forwarding rules cannot use the same [IPAddress,
10046
+ # IPProtocol] pair if they share at least one port number. @pattern: \\d+(?:-\\d+
10047
+ # )?
10041
10048
  # Corresponds to the JSON property `ports`
10042
10049
  # @return [Array<String>]
10043
10050
  attr_accessor :ports
@@ -16403,6 +16410,14 @@ module Google
16403
16410
  # @return [String]
16404
16411
  attr_accessor :name
16405
16412
 
16413
+ # A Duration represents a fixed-length span of time represented as a count of
16414
+ # seconds and fractions of seconds at nanosecond resolution. It is independent
16415
+ # of any calendar and concepts like "day" or "month". Range is approximately 10,
16416
+ # 000 years.
16417
+ # Corresponds to the JSON property `requestedRunDuration`
16418
+ # @return [Google::Apis::ComputeBeta::Duration]
16419
+ attr_accessor :requested_run_duration
16420
+
16406
16421
  # The number of instances to be created by this resize request. The group's
16407
16422
  # target size will be increased by this number.
16408
16423
  # Corresponds to the JSON property `resizeBy`
@@ -16447,6 +16462,7 @@ module Google
16447
16462
  @id = args[:id] if args.key?(:id)
16448
16463
  @kind = args[:kind] if args.key?(:kind)
16449
16464
  @name = args[:name] if args.key?(:name)
16465
+ @requested_run_duration = args[:requested_run_duration] if args.key?(:requested_run_duration)
16450
16466
  @resize_by = args[:resize_by] if args.key?(:resize_by)
16451
16467
  @self_link = args[:self_link] if args.key?(:self_link)
16452
16468
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
@@ -23952,6 +23968,12 @@ module Google
23952
23968
  # @return [Google::Apis::ComputeBeta::PreservedState]
23953
23969
  attr_accessor :preserved_state_from_policy
23954
23970
 
23971
+ # [Output Only] Instance properties selected for this instance resulting from
23972
+ # InstanceFlexibilityPolicy.
23973
+ # Corresponds to the JSON property `propertiesFromFlexibilityPolicy`
23974
+ # @return [Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy]
23975
+ attr_accessor :properties_from_flexibility_policy
23976
+
23955
23977
  # [Output Only] Intended version of this instance.
23956
23978
  # Corresponds to the JSON property `version`
23957
23979
  # @return [Google::Apis::ComputeBeta::ManagedInstanceVersion]
@@ -23974,6 +23996,7 @@ module Google
23974
23996
  @name = args[:name] if args.key?(:name)
23975
23997
  @preserved_state_from_config = args[:preserved_state_from_config] if args.key?(:preserved_state_from_config)
23976
23998
  @preserved_state_from_policy = args[:preserved_state_from_policy] if args.key?(:preserved_state_from_policy)
23999
+ @properties_from_flexibility_policy = args[:properties_from_flexibility_policy] if args.key?(:properties_from_flexibility_policy)
23977
24000
  @version = args[:version] if args.key?(:version)
23978
24001
  end
23979
24002
  end
@@ -24172,6 +24195,25 @@ module Google
24172
24195
  end
24173
24196
  end
24174
24197
 
24198
+ #
24199
+ class ManagedInstancePropertiesFromFlexibilityPolicy
24200
+ include Google::Apis::Core::Hashable
24201
+
24202
+ # The machine type to be used for this instance.
24203
+ # Corresponds to the JSON property `machineType`
24204
+ # @return [String]
24205
+ attr_accessor :machine_type
24206
+
24207
+ def initialize(**args)
24208
+ update!(**args)
24209
+ end
24210
+
24211
+ # Update properties of this object
24212
+ def update!(**args)
24213
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
24214
+ end
24215
+ end
24216
+
24175
24217
  #
24176
24218
  class ManagedInstanceVersion
24177
24219
  include Google::Apis::Core::Hashable
@@ -31111,7 +31153,7 @@ module Google
31111
31153
  attr_accessor :kind
31112
31154
 
31113
31155
  # [Output Only] The Cloud Armor Managed Protection (CAMP) tier for this project.
31114
- # It can be one of the following values: CA_STANDARD, CAMP_PLUS_MONTHLY. If this
31156
+ # It can be one of the following values: CA_STANDARD, CAMP_PLUS_PAYGO. If this
31115
31157
  # field is not specified, it is assumed to be CA_STANDARD.
31116
31158
  # Corresponds to the JSON property `managedProtectionTier`
31117
31159
  # @return [String]
@@ -35563,6 +35605,11 @@ module Google
35563
35605
  # @return [Google::Apis::ComputeBeta::ResourceStatusScheduling]
35564
35606
  attr_accessor :scheduling
35565
35607
 
35608
+ # Upcoming Maintenance notification information.
35609
+ # Corresponds to the JSON property `upcomingMaintenance`
35610
+ # @return [Google::Apis::ComputeBeta::UpcomingMaintenance]
35611
+ attr_accessor :upcoming_maintenance
35612
+
35566
35613
  def initialize(**args)
35567
35614
  update!(**args)
35568
35615
  end
@@ -35571,6 +35618,7 @@ module Google
35571
35618
  def update!(**args)
35572
35619
  @physical_host = args[:physical_host] if args.key?(:physical_host)
35573
35620
  @scheduling = args[:scheduling] if args.key?(:scheduling)
35621
+ @upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
35574
35622
  end
35575
35623
  end
35576
35624
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.84.0"
19
+ GEM_VERSION = "0.85.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231017"
25
+ REVISION = "20231031"
26
26
  end
27
27
  end
28
28
  end
@@ -3022,6 +3022,12 @@ module Google
3022
3022
  include Google::Apis::Core::JsonObjectSupport
3023
3023
  end
3024
3024
 
3025
+ class ManagedInstancePropertiesFromFlexibilityPolicy
3026
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3027
+
3028
+ include Google::Apis::Core::JsonObjectSupport
3029
+ end
3030
+
3025
3031
  class ManagedInstanceVersion
3026
3032
  class Representation < Google::Apis::Core::JsonRepresentation; end
3027
3033
 
@@ -10381,6 +10387,8 @@ module Google
10381
10387
  property :id, :numeric_string => true, as: 'id'
10382
10388
  property :kind, as: 'kind'
10383
10389
  property :name, as: 'name'
10390
+ property :requested_run_duration, as: 'requestedRunDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
10391
+
10384
10392
  property :resize_by, as: 'resizeBy'
10385
10393
  property :self_link, as: 'selfLink'
10386
10394
  property :self_link_with_id, as: 'selfLinkWithId'
@@ -12349,6 +12357,8 @@ module Google
12349
12357
 
12350
12358
  property :preserved_state_from_policy, as: 'preservedStateFromPolicy', class: Google::Apis::ComputeBeta::PreservedState, decorator: Google::Apis::ComputeBeta::PreservedState::Representation
12351
12359
 
12360
+ property :properties_from_flexibility_policy, as: 'propertiesFromFlexibilityPolicy', class: Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy, decorator: Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy::Representation
12361
+
12352
12362
  property :version, as: 'version', class: Google::Apis::ComputeBeta::ManagedInstanceVersion, decorator: Google::Apis::ComputeBeta::ManagedInstanceVersion::Representation
12353
12363
 
12354
12364
  end
@@ -12417,6 +12427,13 @@ module Google
12417
12427
  end
12418
12428
  end
12419
12429
 
12430
+ class ManagedInstancePropertiesFromFlexibilityPolicy
12431
+ # @private
12432
+ class Representation < Google::Apis::Core::JsonRepresentation
12433
+ property :machine_type, as: 'machineType'
12434
+ end
12435
+ end
12436
+
12420
12437
  class ManagedInstanceVersion
12421
12438
  # @private
12422
12439
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15391,6 +15408,8 @@ module Google
15391
15408
  property :physical_host, as: 'physicalHost'
15392
15409
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::ResourceStatusScheduling, decorator: Google::Apis::ComputeBeta::ResourceStatusScheduling::Representation
15393
15410
 
15411
+ property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeBeta::UpcomingMaintenance, decorator: Google::Apis::ComputeBeta::UpcomingMaintenance::Representation
15412
+
15394
15413
  end
15395
15414
  end
15396
15415
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-compute_beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.84.0
4
+ version: 0.85.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: 2023-10-29 00:00:00.000000000 Z
11
+ date: 2023-11-12 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_beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.84.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.85.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_beta
63
63
  post_install_message:
64
64
  rdoc_options: []