google-apis-compute_beta 0.83.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: dd2fc79eb92011c20c957c8020980672c254c748fc38e565736a3acd93de75db
4
- data.tar.gz: 8208e3aef3084c539f6ffae8b1f1a66828ee1decf72d4b5db41ed0470f45822b
3
+ metadata.gz: 3526ce61f3804860927272ada6784f920de7971d09372842dccf2bdf29466393
4
+ data.tar.gz: b7fccbcd49ba87ceebb0a7f2f3cb3b2a35ebd51fa871e09adba3ec82a551738a
5
5
  SHA512:
6
- metadata.gz: 8e1762ca82c7b9328aa3bb736230d46d521bf4db0e2364465db44c91de6d931821cea5f4b6e2f3cfad608a61e254900f691afee54521eb2e6d8d25ae4810203c
7
- data.tar.gz: 4f734f951f6212a5b28d071e69f11fea93e957f50e35e46310c80966a76d6deabea5bc816b8925b17fcdc2fb5184a235f1ead6c492abad94252593eb6f65e51a
6
+ metadata.gz: ac15412fe9545ba388b642cd8846e186224a72084bf1f547dac7c427f1585ccea0e3558caace2674889d4ceb4de07b64c35b6597a836ee6ea81502ad68fa4532
7
+ data.tar.gz: 75e68815430cf700d416441c0732e587d27e8abe76e17ea5bf115269a8d06d83e61abe4d643da87e4368f45c3c40d89b8ddc7d67ff508690615c5f08144191d3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.84.0 (2023-10-29)
8
+
9
+ * Regenerated from discovery document revision 20231017
10
+
3
11
  ### v0.83.0 (2023-10-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20231011
@@ -3561,23 +3561,23 @@ module Google
3561
3561
  # @return [Fixnum]
3562
3562
  attr_accessor :id
3563
3563
 
3564
- # Specifies preference of traffic to the backend (from the proxy and from the
3565
- # client for proxyless gRPC). The possible values are: - IPV4_ONLY: Only send
3566
- # IPv4 traffic to the backends of the Backend Service (Instance Group, Managed
3567
- # Instance Group, Network Endpoint Group) regardless of traffic from the client
3568
- # to the proxy. Only IPv4 health-checks are used to check the health of the
3569
- # backends. This is the default setting. - PREFER_IPV6: Prioritize the
3570
- # connection to the endpoints IPv6 address over its IPv4 address (provided there
3571
- # is a healthy IPv6 address). - IPV6_ONLY: Only send IPv6 traffic to the
3572
- # backends of the Backend Service (Instance Group, Managed Instance Group,
3573
- # Network Endpoint Group) regardless of traffic from the client to the proxy.
3574
- # Only IPv6 health-checks are used to check the health of the backends. This
3575
- # field is applicable to either: - Advanced Global External HTTPS Load Balancing
3576
- # (load balancing scheme EXTERNAL_MANAGED), - Regional External HTTPS Load
3577
- # Balancing, - Internal TCP Proxy (load balancing scheme INTERNAL_MANAGED), -
3578
- # Regional Internal HTTPS Load Balancing (load balancing scheme INTERNAL_MANAGED)
3579
- # , - Traffic Director with Envoy proxies and proxyless gRPC (load balancing
3580
- # scheme INTERNAL_SELF_MANAGED).
3564
+ # Specifies a preference for traffic sent from the proxy to the backend (or from
3565
+ # the client to the backend for proxyless gRPC). The possible values are: -
3566
+ # IPV4_ONLY: Only send IPv4 traffic to the backends of the backend service (
3567
+ # Instance Group, Managed Instance Group, Network Endpoint Group), regardless of
3568
+ # traffic from the client to the proxy. Only IPv4 health checks are used to
3569
+ # check the health of the backends. This is the default setting. - PREFER_IPV6:
3570
+ # Prioritize the connection to the endpoint's IPv6 address over its IPv4 address
3571
+ # (provided there is a healthy IPv6 address). - IPV6_ONLY: Only send IPv6
3572
+ # traffic to the backends of the backend service (Instance Group, Managed
3573
+ # Instance Group, Network Endpoint Group), regardless of traffic from the client
3574
+ # to the proxy. Only IPv6 health checks are used to check the health of the
3575
+ # backends. This field is applicable to either: - Advanced Global External HTTPS
3576
+ # Load Balancing (load balancing scheme EXTERNAL_MANAGED), - Regional External
3577
+ # HTTPS Load Balancing, - Internal TCP Proxy (load balancing scheme
3578
+ # INTERNAL_MANAGED), - Regional Internal HTTPS Load Balancing (load balancing
3579
+ # scheme INTERNAL_MANAGED), - Traffic Director with Envoy proxies and proxyless
3580
+ # gRPC (load balancing scheme INTERNAL_SELF_MANAGED).
3581
3581
  # Corresponds to the JSON property `ipAddressSelectionPolicy`
3582
3582
  # @return [String]
3583
3583
  attr_accessor :ip_address_selection_policy
@@ -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]
@@ -31315,6 +31357,11 @@ module Google
31315
31357
  class PublicAdvertisedPrefix
31316
31358
  include Google::Apis::Core::Hashable
31317
31359
 
31360
+ # [Output Only] The version of BYOIP API.
31361
+ # Corresponds to the JSON property `byoipApiVersion`
31362
+ # @return [String]
31363
+ attr_accessor :byoip_api_version
31364
+
31318
31365
  # [Output Only] Creation timestamp in RFC3339 text format.
31319
31366
  # Corresponds to the JSON property `creationTimestamp`
31320
31367
  # @return [String]
@@ -31370,6 +31417,16 @@ module Google
31370
31417
  # @return [String]
31371
31418
  attr_accessor :name
31372
31419
 
31420
+ # Specifies how child public delegated prefix will be scoped. It could be one of
31421
+ # following values: - `REGIONAL`: The public delegated prefix is regional only.
31422
+ # The provisioning will take a few minutes. - `GLOBAL`: The public delegated
31423
+ # prefix is global only. The provisioning will take ~4 weeks. - `
31424
+ # GLOBAL_AND_REGIONAL` [output only]: The public delegated prefixes is BYOIP V1
31425
+ # legacy prefix. This is output only value and no longer supported in BYOIP V2.
31426
+ # Corresponds to the JSON property `pdpScope`
31427
+ # @return [String]
31428
+ attr_accessor :pdp_scope
31429
+
31373
31430
  # [Output Only] The list of public delegated prefixes that exist for this public
31374
31431
  # advertised prefix.
31375
31432
  # Corresponds to the JSON property `publicDelegatedPrefixs`
@@ -31403,6 +31460,7 @@ module Google
31403
31460
 
31404
31461
  # Update properties of this object
31405
31462
  def update!(**args)
31463
+ @byoip_api_version = args[:byoip_api_version] if args.key?(:byoip_api_version)
31406
31464
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
31407
31465
  @description = args[:description] if args.key?(:description)
31408
31466
  @dns_verification_ip = args[:dns_verification_ip] if args.key?(:dns_verification_ip)
@@ -31411,6 +31469,7 @@ module Google
31411
31469
  @ip_cidr_range = args[:ip_cidr_range] if args.key?(:ip_cidr_range)
31412
31470
  @kind = args[:kind] if args.key?(:kind)
31413
31471
  @name = args[:name] if args.key?(:name)
31472
+ @pdp_scope = args[:pdp_scope] if args.key?(:pdp_scope)
31414
31473
  @public_delegated_prefixs = args[:public_delegated_prefixs] if args.key?(:public_delegated_prefixs)
31415
31474
  @self_link = args[:self_link] if args.key?(:self_link)
31416
31475
  @shared_secret = args[:shared_secret] if args.key?(:shared_secret)
@@ -31590,6 +31649,11 @@ module Google
31590
31649
  class PublicDelegatedPrefix
31591
31650
  include Google::Apis::Core::Hashable
31592
31651
 
31652
+ # [Output Only] The version of BYOIP API.
31653
+ # Corresponds to the JSON property `byoipApiVersion`
31654
+ # @return [String]
31655
+ attr_accessor :byoip_api_version
31656
+
31593
31657
  # [Output Only] Creation timestamp in RFC3339 text format.
31594
31658
  # Corresponds to the JSON property `creationTimestamp`
31595
31659
  # @return [String]
@@ -31687,6 +31751,7 @@ module Google
31687
31751
 
31688
31752
  # Update properties of this object
31689
31753
  def update!(**args)
31754
+ @byoip_api_version = args[:byoip_api_version] if args.key?(:byoip_api_version)
31690
31755
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
31691
31756
  @description = args[:description] if args.key?(:description)
31692
31757
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
@@ -35540,6 +35605,11 @@ module Google
35540
35605
  # @return [Google::Apis::ComputeBeta::ResourceStatusScheduling]
35541
35606
  attr_accessor :scheduling
35542
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
+
35543
35613
  def initialize(**args)
35544
35614
  update!(**args)
35545
35615
  end
@@ -35548,6 +35618,7 @@ module Google
35548
35618
  def update!(**args)
35549
35619
  @physical_host = args[:physical_host] if args.key?(:physical_host)
35550
35620
  @scheduling = args[:scheduling] if args.key?(:scheduling)
35621
+ @upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
35551
35622
  end
35552
35623
  end
35553
35624
 
@@ -41063,6 +41134,11 @@ module Google
41063
41134
  # @return [Google::Apis::ComputeBeta::CustomerEncryptionKey]
41064
41135
  attr_accessor :source_disk_encryption_key
41065
41136
 
41137
+ # The source disk whose recovery checkpoint will be used to create this snapshot.
41138
+ # Corresponds to the JSON property `sourceDiskForRecoveryCheckpoint`
41139
+ # @return [String]
41140
+ attr_accessor :source_disk_for_recovery_checkpoint
41141
+
41066
41142
  # [Output Only] The ID value of the disk used to create this snapshot. This
41067
41143
  # value may be used to determine whether the snapshot was taken from the current
41068
41144
  # or a previous instance of a given disk name.
@@ -41167,6 +41243,7 @@ module Google
41167
41243
  @snapshot_type = args[:snapshot_type] if args.key?(:snapshot_type)
41168
41244
  @source_disk = args[:source_disk] if args.key?(:source_disk)
41169
41245
  @source_disk_encryption_key = args[:source_disk_encryption_key] if args.key?(:source_disk_encryption_key)
41246
+ @source_disk_for_recovery_checkpoint = args[:source_disk_for_recovery_checkpoint] if args.key?(:source_disk_for_recovery_checkpoint)
41170
41247
  @source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
41171
41248
  @source_instant_snapshot = args[:source_instant_snapshot] if args.key?(:source_instant_snapshot)
41172
41249
  @source_instant_snapshot_encryption_key = args[:source_instant_snapshot_encryption_key] if args.key?(:source_instant_snapshot_encryption_key)
@@ -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.83.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 = "20231011"
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
@@ -14240,6 +14257,7 @@ module Google
14240
14257
  class PublicAdvertisedPrefix
14241
14258
  # @private
14242
14259
  class Representation < Google::Apis::Core::JsonRepresentation
14260
+ property :byoip_api_version, as: 'byoipApiVersion'
14243
14261
  property :creation_timestamp, as: 'creationTimestamp'
14244
14262
  property :description, as: 'description'
14245
14263
  property :dns_verification_ip, as: 'dnsVerificationIp'
@@ -14248,6 +14266,7 @@ module Google
14248
14266
  property :ip_cidr_range, as: 'ipCidrRange'
14249
14267
  property :kind, as: 'kind'
14250
14268
  property :name, as: 'name'
14269
+ property :pdp_scope, as: 'pdpScope'
14251
14270
  collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeBeta::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeBeta::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
14252
14271
 
14253
14272
  property :self_link, as: 'selfLink'
@@ -14302,6 +14321,7 @@ module Google
14302
14321
  class PublicDelegatedPrefix
14303
14322
  # @private
14304
14323
  class Representation < Google::Apis::Core::JsonRepresentation
14324
+ property :byoip_api_version, as: 'byoipApiVersion'
14305
14325
  property :creation_timestamp, as: 'creationTimestamp'
14306
14326
  property :description, as: 'description'
14307
14327
  property :fingerprint, :base64 => true, as: 'fingerprint'
@@ -15388,6 +15408,8 @@ module Google
15388
15408
  property :physical_host, as: 'physicalHost'
15389
15409
  property :scheduling, as: 'scheduling', class: Google::Apis::ComputeBeta::ResourceStatusScheduling, decorator: Google::Apis::ComputeBeta::ResourceStatusScheduling::Representation
15390
15410
 
15411
+ property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeBeta::UpcomingMaintenance, decorator: Google::Apis::ComputeBeta::UpcomingMaintenance::Representation
15412
+
15391
15413
  end
15392
15414
  end
15393
15415
 
@@ -16728,6 +16750,7 @@ module Google
16728
16750
  property :source_disk, as: 'sourceDisk'
16729
16751
  property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
16730
16752
 
16753
+ property :source_disk_for_recovery_checkpoint, as: 'sourceDiskForRecoveryCheckpoint'
16731
16754
  property :source_disk_id, as: 'sourceDiskId'
16732
16755
  property :source_instant_snapshot, as: 'sourceInstantSnapshot'
16733
16756
  property :source_instant_snapshot_encryption_key, as: 'sourceInstantSnapshotEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
@@ -25112,6 +25112,53 @@ module Google
25112
25112
  execute_or_queue_command(command, &block)
25113
25113
  end
25114
25114
 
25115
+ # Announces the specified PublicAdvertisedPrefix
25116
+ # @param [String] project
25117
+ # Project ID for this request.
25118
+ # @param [String] public_advertised_prefix
25119
+ # The name of the public advertised prefix. It should comply with RFC1035.
25120
+ # @param [String] request_id
25121
+ # An optional request ID to identify requests. Specify a unique request ID so
25122
+ # that if you must retry your request, the server will know to ignore the
25123
+ # request if it has already been completed. For example, consider a situation
25124
+ # where you make an initial request and the request times out. If you make the
25125
+ # request again with the same request ID, the server can check if original
25126
+ # operation with the same request ID was received, and if so, will ignore the
25127
+ # second request. This prevents clients from accidentally creating duplicate
25128
+ # commitments. The request ID must be a valid UUID with the exception that zero
25129
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25130
+ # @param [String] fields
25131
+ # Selector specifying which fields to include in a partial response.
25132
+ # @param [String] quota_user
25133
+ # Available to use for quota purposes for server-side applications. Can be any
25134
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
25135
+ # @param [String] user_ip
25136
+ # Legacy name for parameter that has been superseded by `quotaUser`.
25137
+ # @param [Google::Apis::RequestOptions] options
25138
+ # Request-specific options
25139
+ #
25140
+ # @yield [result, err] Result & error if block supplied
25141
+ # @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
25142
+ # @yieldparam err [StandardError] error object if request failed
25143
+ #
25144
+ # @return [Google::Apis::ComputeBeta::Operation]
25145
+ #
25146
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
25147
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
25148
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
25149
+ def announce_public_advertised_prefix(project, public_advertised_prefix, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
25150
+ command = make_simple_command(:post, 'projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}/announce', options)
25151
+ command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
25152
+ command.response_class = Google::Apis::ComputeBeta::Operation
25153
+ command.params['project'] = project unless project.nil?
25154
+ command.params['publicAdvertisedPrefix'] = public_advertised_prefix unless public_advertised_prefix.nil?
25155
+ command.query['requestId'] = request_id unless request_id.nil?
25156
+ command.query['fields'] = fields unless fields.nil?
25157
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
25158
+ command.query['userIp'] = user_ip unless user_ip.nil?
25159
+ execute_or_queue_command(command, &block)
25160
+ end
25161
+
25115
25162
  # Deletes the specified PublicAdvertisedPrefix
25116
25163
  # @param [String] project
25117
25164
  # Project ID for this request.
@@ -25384,6 +25431,53 @@ module Google
25384
25431
  execute_or_queue_command(command, &block)
25385
25432
  end
25386
25433
 
25434
+ # Withdraws the specified PublicAdvertisedPrefix
25435
+ # @param [String] project
25436
+ # Project ID for this request.
25437
+ # @param [String] public_advertised_prefix
25438
+ # The name of the public advertised prefix. It should comply with RFC1035.
25439
+ # @param [String] request_id
25440
+ # An optional request ID to identify requests. Specify a unique request ID so
25441
+ # that if you must retry your request, the server will know to ignore the
25442
+ # request if it has already been completed. For example, consider a situation
25443
+ # where you make an initial request and the request times out. If you make the
25444
+ # request again with the same request ID, the server can check if original
25445
+ # operation with the same request ID was received, and if so, will ignore the
25446
+ # second request. This prevents clients from accidentally creating duplicate
25447
+ # commitments. The request ID must be a valid UUID with the exception that zero
25448
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25449
+ # @param [String] fields
25450
+ # Selector specifying which fields to include in a partial response.
25451
+ # @param [String] quota_user
25452
+ # Available to use for quota purposes for server-side applications. Can be any
25453
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
25454
+ # @param [String] user_ip
25455
+ # Legacy name for parameter that has been superseded by `quotaUser`.
25456
+ # @param [Google::Apis::RequestOptions] options
25457
+ # Request-specific options
25458
+ #
25459
+ # @yield [result, err] Result & error if block supplied
25460
+ # @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
25461
+ # @yieldparam err [StandardError] error object if request failed
25462
+ #
25463
+ # @return [Google::Apis::ComputeBeta::Operation]
25464
+ #
25465
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
25466
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
25467
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
25468
+ def withdraw_public_advertised_prefix(project, public_advertised_prefix, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
25469
+ command = make_simple_command(:post, 'projects/{project}/global/publicAdvertisedPrefixes/{publicAdvertisedPrefix}/withdraw', options)
25470
+ command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
25471
+ command.response_class = Google::Apis::ComputeBeta::Operation
25472
+ command.params['project'] = project unless project.nil?
25473
+ command.params['publicAdvertisedPrefix'] = public_advertised_prefix unless public_advertised_prefix.nil?
25474
+ command.query['requestId'] = request_id unless request_id.nil?
25475
+ command.query['fields'] = fields unless fields.nil?
25476
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
25477
+ command.query['userIp'] = user_ip unless user_ip.nil?
25478
+ execute_or_queue_command(command, &block)
25479
+ end
25480
+
25387
25481
  # Lists all PublicDelegatedPrefix resources owned by the specific project across
25388
25482
  # all scopes.
25389
25483
  # @param [String] project
@@ -25484,6 +25578,57 @@ module Google
25484
25578
  execute_or_queue_command(command, &block)
25485
25579
  end
25486
25580
 
25581
+ # Announces the specified PublicDelegatedPrefix in the given region.
25582
+ # @param [String] project
25583
+ # Project ID for this request.
25584
+ # @param [String] region
25585
+ # The name of the region where the public delegated prefix is located. It should
25586
+ # comply with RFC1035.
25587
+ # @param [String] public_delegated_prefix
25588
+ # The name of the public delegated prefix. It should comply with RFC1035.
25589
+ # @param [String] request_id
25590
+ # An optional request ID to identify requests. Specify a unique request ID so
25591
+ # that if you must retry your request, the server will know to ignore the
25592
+ # request if it has already been completed. For example, consider a situation
25593
+ # where you make an initial request and the request times out. If you make the
25594
+ # request again with the same request ID, the server can check if original
25595
+ # operation with the same request ID was received, and if so, will ignore the
25596
+ # second request. This prevents clients from accidentally creating duplicate
25597
+ # commitments. The request ID must be a valid UUID with the exception that zero
25598
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25599
+ # @param [String] fields
25600
+ # Selector specifying which fields to include in a partial response.
25601
+ # @param [String] quota_user
25602
+ # Available to use for quota purposes for server-side applications. Can be any
25603
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
25604
+ # @param [String] user_ip
25605
+ # Legacy name for parameter that has been superseded by `quotaUser`.
25606
+ # @param [Google::Apis::RequestOptions] options
25607
+ # Request-specific options
25608
+ #
25609
+ # @yield [result, err] Result & error if block supplied
25610
+ # @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
25611
+ # @yieldparam err [StandardError] error object if request failed
25612
+ #
25613
+ # @return [Google::Apis::ComputeBeta::Operation]
25614
+ #
25615
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
25616
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
25617
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
25618
+ def announce_public_delegated_prefix(project, region, public_delegated_prefix, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
25619
+ command = make_simple_command(:post, 'projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}/announce', options)
25620
+ command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
25621
+ command.response_class = Google::Apis::ComputeBeta::Operation
25622
+ command.params['project'] = project unless project.nil?
25623
+ command.params['region'] = region unless region.nil?
25624
+ command.params['publicDelegatedPrefix'] = public_delegated_prefix unless public_delegated_prefix.nil?
25625
+ command.query['requestId'] = request_id unless request_id.nil?
25626
+ command.query['fields'] = fields unless fields.nil?
25627
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
25628
+ command.query['userIp'] = user_ip unless user_ip.nil?
25629
+ execute_or_queue_command(command, &block)
25630
+ end
25631
+
25487
25632
  # Deletes the specified PublicDelegatedPrefix in the given region.
25488
25633
  # @param [String] project
25489
25634
  # Project ID for this request.
@@ -25771,6 +25916,57 @@ module Google
25771
25916
  execute_or_queue_command(command, &block)
25772
25917
  end
25773
25918
 
25919
+ # Withdraws the specified PublicDelegatedPrefix in the given region.
25920
+ # @param [String] project
25921
+ # Project ID for this request.
25922
+ # @param [String] region
25923
+ # The name of the region where the public delegated prefix is located. It should
25924
+ # comply with RFC1035.
25925
+ # @param [String] public_delegated_prefix
25926
+ # The name of the public delegated prefix. It should comply with RFC1035.
25927
+ # @param [String] request_id
25928
+ # An optional request ID to identify requests. Specify a unique request ID so
25929
+ # that if you must retry your request, the server will know to ignore the
25930
+ # request if it has already been completed. For example, consider a situation
25931
+ # where you make an initial request and the request times out. If you make the
25932
+ # request again with the same request ID, the server can check if original
25933
+ # operation with the same request ID was received, and if so, will ignore the
25934
+ # second request. This prevents clients from accidentally creating duplicate
25935
+ # commitments. The request ID must be a valid UUID with the exception that zero
25936
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
25937
+ # @param [String] fields
25938
+ # Selector specifying which fields to include in a partial response.
25939
+ # @param [String] quota_user
25940
+ # Available to use for quota purposes for server-side applications. Can be any
25941
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
25942
+ # @param [String] user_ip
25943
+ # Legacy name for parameter that has been superseded by `quotaUser`.
25944
+ # @param [Google::Apis::RequestOptions] options
25945
+ # Request-specific options
25946
+ #
25947
+ # @yield [result, err] Result & error if block supplied
25948
+ # @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
25949
+ # @yieldparam err [StandardError] error object if request failed
25950
+ #
25951
+ # @return [Google::Apis::ComputeBeta::Operation]
25952
+ #
25953
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
25954
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
25955
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
25956
+ def withdraw_public_delegated_prefix(project, region, public_delegated_prefix, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
25957
+ command = make_simple_command(:post, 'projects/{project}/regions/{region}/publicDelegatedPrefixes/{publicDelegatedPrefix}/withdraw', options)
25958
+ command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
25959
+ command.response_class = Google::Apis::ComputeBeta::Operation
25960
+ command.params['project'] = project unless project.nil?
25961
+ command.params['region'] = region unless region.nil?
25962
+ command.params['publicDelegatedPrefix'] = public_delegated_prefix unless public_delegated_prefix.nil?
25963
+ command.query['requestId'] = request_id unless request_id.nil?
25964
+ command.query['fields'] = fields unless fields.nil?
25965
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
25966
+ command.query['userIp'] = user_ip unless user_ip.nil?
25967
+ execute_or_queue_command(command, &block)
25968
+ end
25969
+
25774
25970
  # Deletes the specified autoscaler.
25775
25971
  # @param [String] project
25776
25972
  # Project ID for this request.
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.83.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-22 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.83.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: []