google-apis-compute_beta 0.87.0 → 0.88.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4d38776a3b822253081bddd745b52dc836475cee70d6cf37099e3c801fbb989
4
- data.tar.gz: 12964f0bee2b132211aa30c4bcaca141f9136e33f9e26f8adbb67268db62eb90
3
+ metadata.gz: 664a2c26b14b9efd37362292e0fd2e10ddfad30f42426e7434f4c089dda0f630
4
+ data.tar.gz: 2251519438a4d671096e350ed3a90fde5b06c37861be08d13605c9aa19fd7ad2
5
5
  SHA512:
6
- metadata.gz: e9cc9f86f056a6a522dc216d3c73b3d7f80be16182a3bf03f658e774b4b8d2deb1d4b68e991cffeaa88b7b75033d3438f6637fb1d1622e04ddec59ae197bf25e
7
- data.tar.gz: e021867259087cd785b56ecaac14b2ea1a7a4deff5dc632810f9c0829c383f56c680dae034cbbaf34757ba4eaeec4c66d9e59bc8bf0e69f1895311d7741ddd31
6
+ metadata.gz: 6cfd8105b6caa26a4baeb0d7fc55c3dd20620aaed89733518cc690fde2c93cbf3760fa7c611e8993c71d99a103b7f4e952429a245698799332c20fc9567bbdab
7
+ data.tar.gz: fe288b8b382bc1d70b95e139cbb05c85a0a81bfeb20779cbab96d4bf30d3624a91b664187b96a14e33cc3021c9ee4b4bc75958ea9b8731e660962db4dfc94377
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.88.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20231231
6
+
3
7
  ### v0.87.0 (2023-12-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20231128
@@ -5144,21 +5144,43 @@ module Google
5144
5144
  # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
5145
5145
  # email address that represents a Google group. For example, `admins@example.com`
5146
5146
  # . * `domain:`domain``: The G Suite domain (primary) that represents all the
5147
- # users of that domain. For example, `google.com` or `example.com`. * `deleted:
5148
- # user:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
5149
- # representing a user that has been recently deleted. For example, `alice@
5150
- # example.com?uid=123456789012345678901`. If the user is recovered, this value
5151
- # reverts to `user:`emailid`` and the recovered user retains the role in the
5152
- # binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email address
5153
- # (plus unique identifier) representing a service account that has been recently
5154
- # deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
5147
+ # users of that domain. For example, `google.com` or `example.com`. * `principal:
5148
+ # //iam.googleapis.com/locations/global/workforcePools/`pool_id`/subject/`
5149
+ # subject_attribute_value``: A single identity in a workforce identity pool. * `
5150
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool_id`/
5151
+ # group/`group_id``: All workforce identities in a group. * `principalSet://iam.
5152
+ # googleapis.com/locations/global/workforcePools/`pool_id`/attribute.`
5153
+ # attribute_name`/`attribute_value``: All workforce identities with a specific
5154
+ # attribute value. * `principalSet://iam.googleapis.com/locations/global/
5155
+ # workforcePools/`pool_id`/*`: All identities in a workforce identity pool. * `
5156
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
5157
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value``: A single
5158
+ # identity in a workload identity pool. * `principalSet://iam.googleapis.com/
5159
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/
5160
+ # group/`group_id``: A workload identity pool group. * `principalSet://iam.
5161
+ # googleapis.com/projects/`project_number`/locations/global/
5162
+ # workloadIdentityPools/`pool_id`/attribute.`attribute_name`/`attribute_value``:
5163
+ # All identities in a workload identity pool with a certain attribute. * `
5164
+ # principalSet://iam.googleapis.com/projects/`project_number`/locations/global/
5165
+ # workloadIdentityPools/`pool_id`/*`: All identities in a workload identity pool.
5166
+ # * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
5167
+ # identifier) representing a user that has been recently deleted. For example, `
5168
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
5169
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
5170
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
5171
+ # address (plus unique identifier) representing a service account that has been
5172
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
5155
5173
  # 123456789012345678901`. If the service account is undeleted, this value
5156
5174
  # reverts to `serviceAccount:`emailid`` and the undeleted service account
5157
5175
  # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
5158
5176
  # An email address (plus unique identifier) representing a Google group that has
5159
5177
  # been recently deleted. For example, `admins@example.com?uid=
5160
5178
  # 123456789012345678901`. If the group is recovered, this value reverts to `
5161
- # group:`emailid`` and the recovered group retains the role in the binding.
5179
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
5180
+ # deleted:principal://iam.googleapis.com/locations/global/workforcePools/`
5181
+ # pool_id`/subject/`subject_attribute_value``: Deleted single identity in a
5182
+ # workforce identity pool. For example, `deleted:principal://iam.googleapis.com/
5183
+ # locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.
5162
5184
  # Corresponds to the JSON property `members`
5163
5185
  # @return [Array<String>]
5164
5186
  attr_accessor :members
@@ -5587,6 +5609,15 @@ module Google
5587
5609
  # @return [String]
5588
5610
  attr_accessor :end_timestamp
5589
5611
 
5612
+ # Specifies the already existing reservations to attach to the Commitment. This
5613
+ # field is optional, and it can be a full or partial URL. For example, the
5614
+ # following are valid URLs to an reservation: - https://www.googleapis.com/
5615
+ # compute/v1/projects/project/zones/zone /reservations/reservation - projects/
5616
+ # project/zones/zone/reservations/reservation
5617
+ # Corresponds to the JSON property `existingReservations`
5618
+ # @return [Array<String>]
5619
+ attr_accessor :existing_reservations
5620
+
5590
5621
  # [Output Only] The unique identifier for the resource. This identifier is
5591
5622
  # defined by the server.
5592
5623
  # Corresponds to the JSON property `id`
@@ -5630,7 +5661,7 @@ module Google
5630
5661
  # @return [String]
5631
5662
  attr_accessor :region
5632
5663
 
5633
- # List of create-on-create reseravtions for this commitment.
5664
+ # List of create-on-create reservations for this commitment.
5634
5665
  # Corresponds to the JSON property `reservations`
5635
5666
  # @return [Array<Google::Apis::ComputeBeta::Reservation>]
5636
5667
  attr_accessor :reservations
@@ -5687,6 +5718,7 @@ module Google
5687
5718
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
5688
5719
  @description = args[:description] if args.key?(:description)
5689
5720
  @end_timestamp = args[:end_timestamp] if args.key?(:end_timestamp)
5721
+ @existing_reservations = args[:existing_reservations] if args.key?(:existing_reservations)
5690
5722
  @id = args[:id] if args.key?(:id)
5691
5723
  @kind = args[:kind] if args.key?(:kind)
5692
5724
  @license_resource = args[:license_resource] if args.key?(:license_resource)
@@ -6740,6 +6772,12 @@ module Google
6740
6772
  # @return [Google::Apis::ComputeBeta::DiskResourceStatus]
6741
6773
  attr_accessor :resource_status
6742
6774
 
6775
+ # Output only. Reserved for future use.
6776
+ # Corresponds to the JSON property `satisfiesPzi`
6777
+ # @return [Boolean]
6778
+ attr_accessor :satisfies_pzi
6779
+ alias_method :satisfies_pzi?, :satisfies_pzi
6780
+
6743
6781
  # [Output Only] Reserved for future use.
6744
6782
  # Corresponds to the JSON property `satisfiesPzs`
6745
6783
  # @return [Boolean]
@@ -6952,6 +6990,7 @@ module Google
6952
6990
  @replica_zones = args[:replica_zones] if args.key?(:replica_zones)
6953
6991
  @resource_policies = args[:resource_policies] if args.key?(:resource_policies)
6954
6992
  @resource_status = args[:resource_status] if args.key?(:resource_status)
6993
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
6955
6994
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
6956
6995
  @self_link = args[:self_link] if args.key?(:self_link)
6957
6996
  @size_gb = args[:size_gb] if args.key?(:size_gb)
@@ -11673,8 +11712,8 @@ module Google
11673
11712
  # The ID of a supported feature. To add multiple values, use commas to separate
11674
11713
  # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
11675
11714
  # WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
11676
- # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE For more
11677
- # information, see Enabling guest operating system features.
11715
+ # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE - IDPF For
11716
+ # more information, see Enabling guest operating system features.
11678
11717
  # Corresponds to the JSON property `type`
11679
11718
  # @return [String]
11680
11719
  attr_accessor :type
@@ -12779,6 +12818,16 @@ module Google
12779
12818
  # @return [String]
12780
12819
  attr_accessor :ip_address
12781
12820
 
12821
+ #
12822
+ # Corresponds to the JSON property `ipv6Address`
12823
+ # @return [String]
12824
+ attr_accessor :ipv6_address
12825
+
12826
+ # Health state of the IPv6 address of the instance.
12827
+ # Corresponds to the JSON property `ipv6HealthState`
12828
+ # @return [String]
12829
+ attr_accessor :ipv6_health_state
12830
+
12782
12831
  # The named port of the instance group, not necessarily the port that is health-
12783
12832
  # checked.
12784
12833
  # Corresponds to the JSON property `port`
@@ -12807,6 +12856,8 @@ module Google
12807
12856
  @health_state = args[:health_state] if args.key?(:health_state)
12808
12857
  @instance = args[:instance] if args.key?(:instance)
12809
12858
  @ip_address = args[:ip_address] if args.key?(:ip_address)
12859
+ @ipv6_address = args[:ipv6_address] if args.key?(:ipv6_address)
12860
+ @ipv6_health_state = args[:ipv6_health_state] if args.key?(:ipv6_health_state)
12810
12861
  @port = args[:port] if args.key?(:port)
12811
12862
  @weight = args[:weight] if args.key?(:weight)
12812
12863
  @weight_error = args[:weight_error] if args.key?(:weight_error)
@@ -14328,6 +14379,12 @@ module Google
14328
14379
  # @return [Google::Apis::ComputeBeta::RolloutPolicy]
14329
14380
  attr_accessor :rollout_override
14330
14381
 
14382
+ # Output only. Reserved for future use.
14383
+ # Corresponds to the JSON property `satisfiesPzi`
14384
+ # @return [Boolean]
14385
+ attr_accessor :satisfies_pzi
14386
+ alias_method :satisfies_pzi?, :satisfies_pzi
14387
+
14331
14388
  # [Output Only] Reserved for future use.
14332
14389
  # Corresponds to the JSON property `satisfiesPzs`
14333
14390
  # @return [Boolean]
@@ -14469,6 +14526,7 @@ module Google
14469
14526
  @name = args[:name] if args.key?(:name)
14470
14527
  @raw_disk = args[:raw_disk] if args.key?(:raw_disk)
14471
14528
  @rollout_override = args[:rollout_override] if args.key?(:rollout_override)
14529
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
14472
14530
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
14473
14531
  @self_link = args[:self_link] if args.key?(:self_link)
14474
14532
  @shielded_instance_initial_state = args[:shielded_instance_initial_state] if args.key?(:shielded_instance_initial_state)
@@ -16488,8 +16546,10 @@ module Google
16488
16546
  class InstanceGroupManagerResizeRequestStatus
16489
16547
  include Google::Apis::Core::Hashable
16490
16548
 
16491
- # Errors encountered during the queueing or provisioning phases of the
16492
- # ResizeRequest.
16549
+ # [Output only] Fatal errors encountered during the queueing or provisioning
16550
+ # phases of the ResizeRequest that caused the transition to the FAILED state. As
16551
+ # a contrary to the last_attempt errors, this field is final and errors are
16552
+ # never removed from here, as the RR is not going to retry.
16493
16553
  # Corresponds to the JSON property `error`
16494
16554
  # @return [Google::Apis::ComputeBeta::InstanceGroupManagerResizeRequestStatus::Error]
16495
16555
  attr_accessor :error
@@ -16503,8 +16563,10 @@ module Google
16503
16563
  @error = args[:error] if args.key?(:error)
16504
16564
  end
16505
16565
 
16506
- # Errors encountered during the queueing or provisioning phases of the
16507
- # ResizeRequest.
16566
+ # [Output only] Fatal errors encountered during the queueing or provisioning
16567
+ # phases of the ResizeRequest that caused the transition to the FAILED state. As
16568
+ # a contrary to the last_attempt errors, this field is final and errors are
16569
+ # never removed from here, as the RR is not going to retry.
16508
16570
  class Error
16509
16571
  include Google::Apis::Core::Hashable
16510
16572
 
@@ -16735,7 +16797,10 @@ module Google
16735
16797
  class InstanceGroupManagerStandbyPolicy
16736
16798
  include Google::Apis::Core::Hashable
16737
16799
 
16738
- #
16800
+ # Specifies the number of seconds that the MIG should wait to suspend or stop a
16801
+ # VM after that VM was created. The initial delay gives the initialization
16802
+ # script the time to prepare your VM for a quick scale out. The value of initial
16803
+ # delay must be between 0 and 3600 seconds. The default value is 0.
16739
16804
  # Corresponds to the JSON property `initialDelaySec`
16740
16805
  # @return [Fixnum]
16741
16806
  attr_accessor :initial_delay_sec
@@ -19705,6 +19770,12 @@ module Google
19705
19770
  # @return [Google::Apis::ComputeBeta::InstantSnapshotResourceStatus]
19706
19771
  attr_accessor :resource_status
19707
19772
 
19773
+ # Output only. Reserved for future use.
19774
+ # Corresponds to the JSON property `satisfiesPzi`
19775
+ # @return [Boolean]
19776
+ attr_accessor :satisfies_pzi
19777
+ alias_method :satisfies_pzi?, :satisfies_pzi
19778
+
19708
19779
  # [Output Only] Reserved for future use.
19709
19780
  # Corresponds to the JSON property `satisfiesPzs`
19710
19781
  # @return [Boolean]
@@ -19770,6 +19841,7 @@ module Google
19770
19841
  @name = args[:name] if args.key?(:name)
19771
19842
  @region = args[:region] if args.key?(:region)
19772
19843
  @resource_status = args[:resource_status] if args.key?(:resource_status)
19844
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
19773
19845
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
19774
19846
  @self_link = args[:self_link] if args.key?(:self_link)
19775
19847
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
@@ -23229,6 +23301,12 @@ module Google
23229
23301
  # @return [String]
23230
23302
  attr_accessor :name
23231
23303
 
23304
+ # Output only. Reserved for future use.
23305
+ # Corresponds to the JSON property `satisfiesPzi`
23306
+ # @return [Boolean]
23307
+ attr_accessor :satisfies_pzi
23308
+ alias_method :satisfies_pzi?, :satisfies_pzi
23309
+
23232
23310
  # [Output Only] Reserved for future use.
23233
23311
  # Corresponds to the JSON property `satisfiesPzs`
23234
23312
  # @return [Boolean]
@@ -23298,6 +23376,7 @@ module Google
23298
23376
  @kind = args[:kind] if args.key?(:kind)
23299
23377
  @machine_image_encryption_key = args[:machine_image_encryption_key] if args.key?(:machine_image_encryption_key)
23300
23378
  @name = args[:name] if args.key?(:name)
23379
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
23301
23380
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
23302
23381
  @saved_disks = args[:saved_disks] if args.key?(:saved_disks)
23303
23382
  @self_link = args[:self_link] if args.key?(:self_link)
@@ -23987,6 +24066,13 @@ module Google
23987
24066
  # @return [Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy]
23988
24067
  attr_accessor :properties_from_flexibility_policy
23989
24068
 
24069
+ # [Output Only] The eventual status of the instance. The instance group manager
24070
+ # will not be identified as stable till each managed instance reaches its
24071
+ # targetStatus.
24072
+ # Corresponds to the JSON property `targetStatus`
24073
+ # @return [String]
24074
+ attr_accessor :target_status
24075
+
23990
24076
  # [Output Only] Intended version of this instance.
23991
24077
  # Corresponds to the JSON property `version`
23992
24078
  # @return [Google::Apis::ComputeBeta::ManagedInstanceVersion]
@@ -24010,6 +24096,7 @@ module Google
24010
24096
  @preserved_state_from_config = args[:preserved_state_from_config] if args.key?(:preserved_state_from_config)
24011
24097
  @preserved_state_from_policy = args[:preserved_state_from_policy] if args.key?(:preserved_state_from_policy)
24012
24098
  @properties_from_flexibility_policy = args[:properties_from_flexibility_policy] if args.key?(:properties_from_flexibility_policy)
24099
+ @target_status = args[:target_status] if args.key?(:target_status)
24013
24100
  @version = args[:version] if args.key?(:version)
24014
24101
  end
24015
24102
  end
@@ -29138,7 +29225,8 @@ module Google
29138
29225
  # global operations, use the `globalOperations` resource. - For regional
29139
29226
  # operations, use the `regionOperations` resource. - For zonal operations, use
29140
29227
  # the `zoneOperations` resource. For more information, read Global, Regional,
29141
- # and Zonal Resources.
29228
+ # and Zonal Resources. Note that completed Operation resources have a limited
29229
+ # retention period.
29142
29230
  class Operation
29143
29231
  include Google::Apis::Core::Hashable
29144
29232
 
@@ -30275,15 +30363,17 @@ module Google
30275
30363
 
30276
30364
  # Protocols that apply as filter on mirrored traffic. If no protocols are
30277
30365
  # specified, all traffic that matches the specified CIDR ranges is mirrored. If
30278
- # neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
30366
+ # neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is mirrored.
30279
30367
  # Corresponds to the JSON property `IPProtocols`
30280
30368
  # @return [Array<String>]
30281
30369
  attr_accessor :ip_protocols
30282
30370
 
30283
- # IP CIDR ranges that apply as filter on the source (ingress) or destination (
30284
- # egress) IP in the IP header. Only IPv4 is supported. If no ranges are
30285
- # specified, all traffic that matches the specified IPProtocols is mirrored. If
30286
- # neither cidrRanges nor IPProtocols is specified, all traffic is mirrored.
30371
+ # One or more IPv4 or IPv6 CIDR ranges that apply as filter on the source (
30372
+ # ingress) or destination (egress) IP in the IP header. If no ranges are
30373
+ # specified, all IPv4 traffic that matches the specified IPProtocols is mirrored.
30374
+ # If neither cidrRanges nor IPProtocols is specified, all IPv4 traffic is
30375
+ # mirrored. To mirror all IPv4 and IPv6 traffic, use "0.0.0.0/0,::/0". Note:
30376
+ # Support for IPv6 traffic is in preview.
30287
30377
  # Corresponds to the JSON property `cidrRanges`
30288
30378
  # @return [Array<String>]
30289
30379
  attr_accessor :cidr_ranges
@@ -37307,6 +37397,13 @@ module Google
37307
37397
  # @return [Google::Apis::ComputeBeta::BfdStatus]
37308
37398
  attr_accessor :bfd_status
37309
37399
 
37400
+ # Enable IPv4 traffic over BGP Peer. It is enabled by default if the
37401
+ # peerIpAddress is version 4.
37402
+ # Corresponds to the JSON property `enableIpv4`
37403
+ # @return [Boolean]
37404
+ attr_accessor :enable_ipv4
37405
+ alias_method :enable_ipv4?, :enable_ipv4
37406
+
37310
37407
  # Enable IPv6 traffic over BGP Peer. If not specified, it is disabled by default.
37311
37408
  # Corresponds to the JSON property `enableIpv6`
37312
37409
  # @return [Boolean]
@@ -37318,6 +37415,11 @@ module Google
37318
37415
  # @return [String]
37319
37416
  attr_accessor :ip_address
37320
37417
 
37418
+ # IPv4 address of the local BGP interface.
37419
+ # Corresponds to the JSON property `ipv4NexthopAddress`
37420
+ # @return [String]
37421
+ attr_accessor :ipv4_nexthop_address
37422
+
37321
37423
  # IPv6 address of the local BGP interface.
37322
37424
  # Corresponds to the JSON property `ipv6NexthopAddress`
37323
37425
  # @return [String]
@@ -37349,6 +37451,11 @@ module Google
37349
37451
  # @return [String]
37350
37452
  attr_accessor :peer_ip_address
37351
37453
 
37454
+ # IPv4 address of the remote BGP interface.
37455
+ # Corresponds to the JSON property `peerIpv4NexthopAddress`
37456
+ # @return [String]
37457
+ attr_accessor :peer_ipv4_nexthop_address
37458
+
37352
37459
  # IPv6 address of the remote BGP interface.
37353
37460
  # Corresponds to the JSON property `peerIpv6NexthopAddress`
37354
37461
  # @return [String]
@@ -37396,14 +37503,17 @@ module Google
37396
37503
  def update!(**args)
37397
37504
  @advertised_routes = args[:advertised_routes] if args.key?(:advertised_routes)
37398
37505
  @bfd_status = args[:bfd_status] if args.key?(:bfd_status)
37506
+ @enable_ipv4 = args[:enable_ipv4] if args.key?(:enable_ipv4)
37399
37507
  @enable_ipv6 = args[:enable_ipv6] if args.key?(:enable_ipv6)
37400
37508
  @ip_address = args[:ip_address] if args.key?(:ip_address)
37509
+ @ipv4_nexthop_address = args[:ipv4_nexthop_address] if args.key?(:ipv4_nexthop_address)
37401
37510
  @ipv6_nexthop_address = args[:ipv6_nexthop_address] if args.key?(:ipv6_nexthop_address)
37402
37511
  @linked_vpn_tunnel = args[:linked_vpn_tunnel] if args.key?(:linked_vpn_tunnel)
37403
37512
  @md5_auth_enabled = args[:md5_auth_enabled] if args.key?(:md5_auth_enabled)
37404
37513
  @name = args[:name] if args.key?(:name)
37405
37514
  @num_learned_routes = args[:num_learned_routes] if args.key?(:num_learned_routes)
37406
37515
  @peer_ip_address = args[:peer_ip_address] if args.key?(:peer_ip_address)
37516
+ @peer_ipv4_nexthop_address = args[:peer_ipv4_nexthop_address] if args.key?(:peer_ipv4_nexthop_address)
37407
37517
  @peer_ipv6_nexthop_address = args[:peer_ipv6_nexthop_address] if args.key?(:peer_ipv6_nexthop_address)
37408
37518
  @router_appliance_instance = args[:router_appliance_instance] if args.key?(:router_appliance_instance)
37409
37519
  @state = args[:state] if args.key?(:state)
@@ -38481,7 +38591,7 @@ module Google
38481
38591
  # @return [String]
38482
38592
  attr_accessor :description
38483
38593
 
38484
- # User-provided name of the Organization security plicy. The name should be
38594
+ # User-provided name of the organization security policy. The name should be
38485
38595
  # unique in the organization in which the security policy is created. This
38486
38596
  # should only be used when SecurityPolicyType is FIREWALL. The name must be 1-63
38487
38597
  # characters long, and comply with https://www.ietf.org/rfc/rfc1035.txt.
@@ -39451,7 +39561,7 @@ module Google
39451
39561
  include Google::Apis::Core::Hashable
39452
39562
 
39453
39563
  # reCAPTCHA configuration options to be applied for the rule. If the rule does
39454
- # not evaluate reCAPTCHA tokens, this field will have no effect.
39564
+ # not evaluate reCAPTCHA tokens, this field has no effect.
39455
39565
  # Corresponds to the JSON property `recaptchaOptions`
39456
39566
  # @return [Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions]
39457
39567
  attr_accessor :recaptcha_options
@@ -41215,6 +41325,12 @@ module Google
41215
41325
  # @return [String]
41216
41326
  attr_accessor :name
41217
41327
 
41328
+ # Output only. Reserved for future use.
41329
+ # Corresponds to the JSON property `satisfiesPzi`
41330
+ # @return [Boolean]
41331
+ attr_accessor :satisfies_pzi
41332
+ alias_method :satisfies_pzi?, :satisfies_pzi
41333
+
41218
41334
  # [Output Only] Reserved for future use.
41219
41335
  # Corresponds to the JSON property `satisfiesPzs`
41220
41336
  # @return [Boolean]
@@ -41357,6 +41473,7 @@ module Google
41357
41473
  @licenses = args[:licenses] if args.key?(:licenses)
41358
41474
  @location_hint = args[:location_hint] if args.key?(:location_hint)
41359
41475
  @name = args[:name] if args.key?(:name)
41476
+ @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
41360
41477
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
41361
41478
  @self_link = args[:self_link] if args.key?(:self_link)
41362
41479
  @snapshot_encryption_key = args[:snapshot_encryption_key] if args.key?(:snapshot_encryption_key)
@@ -43097,18 +43214,15 @@ module Google
43097
43214
  attr_accessor :private_ipv6_google_access
43098
43215
 
43099
43216
  # The purpose of the resource. This field can be either PRIVATE,
43100
- # REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
43101
- # INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created
43102
- # subnets or subnets that are automatically created in auto mode networks. A
43103
- # subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork
43104
- # that is reserved for regional Envoy-based load balancers. A subnet with
43105
- # purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using
43106
- # Private Service Connect. A subnet with purpose set to
43107
- # INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by
43108
- # regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is
43109
- # the preferred setting for all regional Envoy load balancers. If unspecified,
43110
- # the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
43111
- # supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
43217
+ # GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
43218
+ # PRIVATE is the default purpose for user-created subnets or subnets that are
43219
+ # automatically created in auto mode networks. Subnets with purpose set to
43220
+ # GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks
43221
+ # that are reserved for Envoy-based load balancers. A subnet with purpose set to
43222
+ # PRIVATE_SERVICE_CONNECT is used to publish services using Private Service
43223
+ # Connect. If unspecified, the subnet purpose defaults to PRIVATE. The
43224
+ # enableFlowLogs field isn't supported if the subnet purpose field is set to
43225
+ # GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
43112
43226
  # Corresponds to the JSON property `purpose`
43113
43227
  # @return [String]
43114
43228
  attr_accessor :purpose
@@ -43124,11 +43238,12 @@ module Google
43124
43238
  # @return [String]
43125
43239
  attr_accessor :reserved_internal_range
43126
43240
 
43127
- # The role of subnetwork. Currently, this field is only used when purpose =
43128
- # REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE
43129
- # subnetwork is one that is currently being used for Envoy-based load balancers
43130
- # in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE
43131
- # or is currently draining. This field can be updated with a patch request.
43241
+ # The role of subnetwork. Currently, this field is only used when purpose is set
43242
+ # to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to
43243
+ # ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for
43244
+ # Envoy-based load balancers in a region. A BACKUP subnetwork is one that is
43245
+ # ready to be promoted to ACTIVE or is currently draining. This field can be
43246
+ # updated with a patch request.
43132
43247
  # Corresponds to the JSON property `role`
43133
43248
  # @return [String]
43134
43249
  attr_accessor :role
@@ -48337,27 +48452,25 @@ module Google
48337
48452
  attr_accessor :network
48338
48453
 
48339
48454
  # The purpose of the resource. This field can be either PRIVATE,
48340
- # REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
48341
- # INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created
48342
- # subnets or subnets that are automatically created in auto mode networks. A
48343
- # subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork
48344
- # that is reserved for regional Envoy-based load balancers. A subnet with
48345
- # purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using
48346
- # Private Service Connect. A subnet with purpose set to
48347
- # INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by
48348
- # regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is
48349
- # the preferred setting for all regional Envoy load balancers. If unspecified,
48350
- # the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
48351
- # supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
48455
+ # GLOBAL_MANAGED_PROXY, REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
48456
+ # PRIVATE is the default purpose for user-created subnets or subnets that are
48457
+ # automatically created in auto mode networks. Subnets with purpose set to
48458
+ # GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY are user-created subnetworks
48459
+ # that are reserved for Envoy-based load balancers. A subnet with purpose set to
48460
+ # PRIVATE_SERVICE_CONNECT is used to publish services using Private Service
48461
+ # Connect. If unspecified, the subnet purpose defaults to PRIVATE. The
48462
+ # enableFlowLogs field isn't supported if the subnet purpose field is set to
48463
+ # GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY.
48352
48464
  # Corresponds to the JSON property `purpose`
48353
48465
  # @return [String]
48354
48466
  attr_accessor :purpose
48355
48467
 
48356
- # The role of subnetwork. Currently, this field is only used when purpose =
48357
- # REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE
48358
- # subnetwork is one that is currently being used for Envoy-based load balancers
48359
- # in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE
48360
- # or is currently draining. This field can be updated with a patch request.
48468
+ # The role of subnetwork. Currently, this field is only used when purpose is set
48469
+ # to GLOBAL_MANAGED_PROXY or REGIONAL_MANAGED_PROXY. The value can be set to
48470
+ # ACTIVE or BACKUP. An ACTIVE subnetwork is one that is currently being used for
48471
+ # Envoy-based load balancers in a region. A BACKUP subnetwork is one that is
48472
+ # ready to be promoted to ACTIVE or is currently draining. This field can be
48473
+ # updated with a patch request.
48361
48474
  # Corresponds to the JSON property `role`
48362
48475
  # @return [String]
48363
48476
  attr_accessor :role
@@ -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.87.0"
19
+ GEM_VERSION = "0.88.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 = "20231128"
25
+ REVISION = "20231231"
26
26
  end
27
27
  end
28
28
  end
@@ -7904,6 +7904,7 @@ module Google
7904
7904
  property :creation_timestamp, as: 'creationTimestamp'
7905
7905
  property :description, as: 'description'
7906
7906
  property :end_timestamp, as: 'endTimestamp'
7907
+ collection :existing_reservations, as: 'existingReservations'
7907
7908
  property :id, :numeric_string => true, as: 'id'
7908
7909
  property :kind, as: 'kind'
7909
7910
  property :license_resource, as: 'licenseResource', class: Google::Apis::ComputeBeta::LicenseResourceCommitment, decorator: Google::Apis::ComputeBeta::LicenseResourceCommitment::Representation
@@ -8169,6 +8170,7 @@ module Google
8169
8170
  collection :resource_policies, as: 'resourcePolicies'
8170
8171
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::DiskResourceStatus, decorator: Google::Apis::ComputeBeta::DiskResourceStatus::Representation
8171
8172
 
8173
+ property :satisfies_pzi, as: 'satisfiesPzi'
8172
8174
  property :satisfies_pzs, as: 'satisfiesPzs'
8173
8175
  property :self_link, as: 'selfLink'
8174
8176
  property :size_gb, :numeric_string => true, as: 'sizeGb'
@@ -9570,6 +9572,8 @@ module Google
9570
9572
  property :health_state, as: 'healthState'
9571
9573
  property :instance, as: 'instance'
9572
9574
  property :ip_address, as: 'ipAddress'
9575
+ property :ipv6_address, as: 'ipv6Address'
9576
+ property :ipv6_health_state, as: 'ipv6HealthState'
9573
9577
  property :port, as: 'port'
9574
9578
  property :weight, as: 'weight'
9575
9579
  property :weight_error, as: 'weightError'
@@ -9913,6 +9917,7 @@ module Google
9913
9917
 
9914
9918
  property :rollout_override, as: 'rolloutOverride', class: Google::Apis::ComputeBeta::RolloutPolicy, decorator: Google::Apis::ComputeBeta::RolloutPolicy::Representation
9915
9919
 
9920
+ property :satisfies_pzi, as: 'satisfiesPzi'
9916
9921
  property :satisfies_pzs, as: 'satisfiesPzs'
9917
9922
  property :self_link, as: 'selfLink'
9918
9923
  property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeBeta::InitialStateConfig, decorator: Google::Apis::ComputeBeta::InitialStateConfig::Representation
@@ -11328,6 +11333,7 @@ module Google
11328
11333
  property :region, as: 'region'
11329
11334
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::InstantSnapshotResourceStatus, decorator: Google::Apis::ComputeBeta::InstantSnapshotResourceStatus::Representation
11330
11335
 
11336
+ property :satisfies_pzi, as: 'satisfiesPzi'
11331
11337
  property :satisfies_pzs, as: 'satisfiesPzs'
11332
11338
  property :self_link, as: 'selfLink'
11333
11339
  property :self_link_with_id, as: 'selfLinkWithId'
@@ -12174,6 +12180,7 @@ module Google
12174
12180
  property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
12175
12181
 
12176
12182
  property :name, as: 'name'
12183
+ property :satisfies_pzi, as: 'satisfiesPzi'
12177
12184
  property :satisfies_pzs, as: 'satisfiesPzs'
12178
12185
  collection :saved_disks, as: 'savedDisks', class: Google::Apis::ComputeBeta::SavedDisk, decorator: Google::Apis::ComputeBeta::SavedDisk::Representation
12179
12186
 
@@ -12368,6 +12375,7 @@ module Google
12368
12375
 
12369
12376
  property :properties_from_flexibility_policy, as: 'propertiesFromFlexibilityPolicy', class: Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy, decorator: Google::Apis::ComputeBeta::ManagedInstancePropertiesFromFlexibilityPolicy::Representation
12370
12377
 
12378
+ property :target_status, as: 'targetStatus'
12371
12379
  property :version, as: 'version', class: Google::Apis::ComputeBeta::ManagedInstanceVersion, decorator: Google::Apis::ComputeBeta::ManagedInstanceVersion::Representation
12372
12380
 
12373
12381
  end
@@ -15797,14 +15805,17 @@ module Google
15797
15805
 
15798
15806
  property :bfd_status, as: 'bfdStatus', class: Google::Apis::ComputeBeta::BfdStatus, decorator: Google::Apis::ComputeBeta::BfdStatus::Representation
15799
15807
 
15808
+ property :enable_ipv4, as: 'enableIpv4'
15800
15809
  property :enable_ipv6, as: 'enableIpv6'
15801
15810
  property :ip_address, as: 'ipAddress'
15811
+ property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
15802
15812
  property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
15803
15813
  property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
15804
15814
  property :md5_auth_enabled, as: 'md5AuthEnabled'
15805
15815
  property :name, as: 'name'
15806
15816
  property :num_learned_routes, as: 'numLearnedRoutes'
15807
15817
  property :peer_ip_address, as: 'peerIpAddress'
15818
+ property :peer_ipv4_nexthop_address, as: 'peerIpv4NexthopAddress'
15808
15819
  property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
15809
15820
  property :router_appliance_instance, as: 'routerApplianceInstance'
15810
15821
  property :state, as: 'state'
@@ -16770,6 +16781,7 @@ module Google
16770
16781
  collection :licenses, as: 'licenses'
16771
16782
  property :location_hint, as: 'locationHint'
16772
16783
  property :name, as: 'name'
16784
+ property :satisfies_pzi, as: 'satisfiesPzi'
16773
16785
  property :satisfies_pzs, as: 'satisfiesPzs'
16774
16786
  property :self_link, as: 'selfLink'
16775
16787
  property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
@@ -1665,7 +1665,7 @@ module Google
1665
1665
  # @param [String] project
1666
1666
  # Project ID for this request.
1667
1667
  # @param [String] backend_bucket
1668
- # Name of the BackendService resource to which the security policy should be set.
1668
+ # Name of the BackendBucket resource to which the security policy should be set.
1669
1669
  # The name should conform to RFC1035.
1670
1670
  # @param [Google::Apis::ComputeBeta::SecurityPolicyReference] security_policy_reference_object
1671
1671
  # @param [String] request_id
@@ -14472,6 +14472,56 @@ module Google
14472
14472
  execute_or_queue_command(command, &block)
14473
14473
  end
14474
14474
 
14475
+ # Perform a manual maintenance on the instance.
14476
+ # @param [String] project
14477
+ # Project ID for this request.
14478
+ # @param [String] zone
14479
+ # The name of the zone for this request.
14480
+ # @param [String] instance
14481
+ # Name of the instance scoping this request.
14482
+ # @param [String] request_id
14483
+ # An optional request ID to identify requests. Specify a unique request ID so
14484
+ # that if you must retry your request, the server will know to ignore the
14485
+ # request if it has already been completed. For example, consider a situation
14486
+ # where you make an initial request and the request times out. If you make the
14487
+ # request again with the same request ID, the server can check if original
14488
+ # operation with the same request ID was received, and if so, will ignore the
14489
+ # second request. This prevents clients from accidentally creating duplicate
14490
+ # commitments. The request ID must be a valid UUID with the exception that zero
14491
+ # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
14492
+ # @param [String] fields
14493
+ # Selector specifying which fields to include in a partial response.
14494
+ # @param [String] quota_user
14495
+ # Available to use for quota purposes for server-side applications. Can be any
14496
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
14497
+ # @param [String] user_ip
14498
+ # Legacy name for parameter that has been superseded by `quotaUser`.
14499
+ # @param [Google::Apis::RequestOptions] options
14500
+ # Request-specific options
14501
+ #
14502
+ # @yield [result, err] Result & error if block supplied
14503
+ # @yieldparam result [Google::Apis::ComputeBeta::Operation] parsed result object
14504
+ # @yieldparam err [StandardError] error object if request failed
14505
+ #
14506
+ # @return [Google::Apis::ComputeBeta::Operation]
14507
+ #
14508
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
14509
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
14510
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
14511
+ def perform_instance_maintenance(project, zone, instance, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
14512
+ command = make_simple_command(:post, 'projects/{project}/zones/{zone}/instances/{instance}/performMaintenance', options)
14513
+ command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
14514
+ command.response_class = Google::Apis::ComputeBeta::Operation
14515
+ command.params['project'] = project unless project.nil?
14516
+ command.params['zone'] = zone unless zone.nil?
14517
+ command.params['instance'] = instance unless instance.nil?
14518
+ command.query['requestId'] = request_id unless request_id.nil?
14519
+ command.query['fields'] = fields unless fields.nil?
14520
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
14521
+ command.query['userIp'] = user_ip unless user_ip.nil?
14522
+ execute_or_queue_command(command, &block)
14523
+ end
14524
+
14475
14525
  # Removes resource policies from an instance.
14476
14526
  # @param [String] project
14477
14527
  # Project ID for this request.
@@ -15490,6 +15540,9 @@ module Google
15490
15540
  # second request. This prevents clients from accidentally creating duplicate
15491
15541
  # commitments. The request ID must be a valid UUID with the exception that zero
15492
15542
  # UUID is not supported ( 00000000-0000-0000-0000-000000000000).
15543
+ # @param [Boolean] with_extended_notifications
15544
+ # Determines whether the customers receive notifications before migration. Only
15545
+ # applicable to SF vms.
15493
15546
  # @param [String] fields
15494
15547
  # Selector specifying which fields to include in a partial response.
15495
15548
  # @param [String] quota_user
@@ -15509,7 +15562,7 @@ module Google
15509
15562
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
15510
15563
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
15511
15564
  # @raise [Google::Apis::AuthorizationError] Authorization is required
15512
- def simulate_instance_maintenance_event(project, zone, instance, request_id: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
15565
+ def simulate_instance_maintenance_event(project, zone, instance, request_id: nil, with_extended_notifications: nil, fields: nil, quota_user: nil, user_ip: nil, options: nil, &block)
15513
15566
  command = make_simple_command(:post, 'projects/{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent', options)
15514
15567
  command.response_representation = Google::Apis::ComputeBeta::Operation::Representation
15515
15568
  command.response_class = Google::Apis::ComputeBeta::Operation
@@ -15517,6 +15570,7 @@ module Google
15517
15570
  command.params['zone'] = zone unless zone.nil?
15518
15571
  command.params['instance'] = instance unless instance.nil?
15519
15572
  command.query['requestId'] = request_id unless request_id.nil?
15573
+ command.query['withExtendedNotifications'] = with_extended_notifications unless with_extended_notifications.nil?
15520
15574
  command.query['fields'] = fields unless fields.nil?
15521
15575
  command.query['quotaUser'] = quota_user unless quota_user.nil?
15522
15576
  command.query['userIp'] = user_ip unless user_ip.nil?
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.87.0
4
+ version: 0.88.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-12-10 00:00:00.000000000 Z
11
+ date: 2024-01-07 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.87.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.88.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: []
@@ -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.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Compute Engine API Beta