google-apis-compute_beta 0.103.0 → 0.105.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d5b3ca830a85a00cd54a2f28832e6d8a4e220c1ae8ab8bcf3cca12d68af3a1f1
|
4
|
+
data.tar.gz: 04014f0ed364d6aa565de4df2ca4cc430171b99ef90a741a484da703b2b7f6d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 449040d17994ff1eaede07223a2f55843f31b470bead6db650c7b81e4852e5bca6cbd2cf8956881d81f85da00bb4a8915adb682b232aa4a9097da1973dbb8746
|
7
|
+
data.tar.gz: 5f618eebaf772a88add34afa8a42ae31d66801eaef1852691f776f4652e811e6e4af806482963038594bf0cf5b9c2f465a03440006777a124cd3af28fa71d94f
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-compute_beta
|
2
2
|
|
3
|
+
### v0.105.0 (2024-06-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240618
|
6
|
+
|
7
|
+
### v0.104.0 (2024-06-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240604
|
10
|
+
|
3
11
|
### v0.103.0 (2024-06-02)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240526
|
@@ -1145,6 +1145,11 @@ module Google
|
|
1145
1145
|
attr_accessor :enable_uefi_networking
|
1146
1146
|
alias_method :enable_uefi_networking?, :enable_uefi_networking
|
1147
1147
|
|
1148
|
+
# Type of Performance Monitoring Unit requested on instance.
|
1149
|
+
# Corresponds to the JSON property `performanceMonitoringUnit`
|
1150
|
+
# @return [String]
|
1151
|
+
attr_accessor :performance_monitoring_unit
|
1152
|
+
|
1148
1153
|
# The number of threads per physical core. To disable simultaneous
|
1149
1154
|
# multithreading (SMT) set this to 1. If unset, the maximum number of threads
|
1150
1155
|
# supported per core by the underlying processor is assumed.
|
@@ -1168,6 +1173,7 @@ module Google
|
|
1168
1173
|
def update!(**args)
|
1169
1174
|
@enable_nested_virtualization = args[:enable_nested_virtualization] if args.key?(:enable_nested_virtualization)
|
1170
1175
|
@enable_uefi_networking = args[:enable_uefi_networking] if args.key?(:enable_uefi_networking)
|
1176
|
+
@performance_monitoring_unit = args[:performance_monitoring_unit] if args.key?(:performance_monitoring_unit)
|
1171
1177
|
@threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
|
1172
1178
|
@visible_core_count = args[:visible_core_count] if args.key?(:visible_core_count)
|
1173
1179
|
end
|
@@ -18890,9 +18896,10 @@ module Google
|
|
18890
18896
|
attr_accessor :labels
|
18891
18897
|
|
18892
18898
|
# The machine type to use for instances that are created from these properties.
|
18893
|
-
# This field only
|
18894
|
-
#
|
18895
|
-
# us-central1-a/machineTypes/n2-standard-4
|
18899
|
+
# This field only accepts a machine type name, for example `n2-standard-4`. If
|
18900
|
+
# you use the machine type full or partial URL, for example `projects/my-l7ilb-
|
18901
|
+
# project/zones/us-central1-a/machineTypes/n2-standard-4`, the request will
|
18902
|
+
# result in an `INTERNAL_ERROR`.
|
18896
18903
|
# Corresponds to the JSON property `machineType`
|
18897
18904
|
# @return [String]
|
18898
18905
|
attr_accessor :machine_type
|
@@ -36408,9 +36415,14 @@ module Google
|
|
36408
36415
|
|
36409
36416
|
# The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should
|
36410
36417
|
# handle matching packets or the IP address of the forwarding Rule. For example,
|
36411
|
-
# the following are all valid URLs: -
|
36412
|
-
#
|
36413
|
-
#
|
36418
|
+
# the following are all valid URLs: - https://www.googleapis.com/compute/v1/
|
36419
|
+
# projects/project/regions/region /forwardingRules/forwardingRule - regions/
|
36420
|
+
# region/forwardingRules/forwardingRule If an IP address is provided, must
|
36421
|
+
# specify an IPv4 address in dot-decimal notation or an IPv6 address in RFC 4291
|
36422
|
+
# format. For example, the following are all valid IP addresses: - 10.128.0.56 -
|
36423
|
+
# 2001:db8::2d9:51:0:0 - 2001:db8:0:0:2d9:51:0:0 IPv6 addresses will be
|
36424
|
+
# displayed using RFC 5952 compressed format (e.g. 2001:db8::2d9:51:0:0). Should
|
36425
|
+
# never be an IPv4-mapped IPv6 address.
|
36414
36426
|
# Corresponds to the JSON property `nextHopIlb`
|
36415
36427
|
# @return [String]
|
36416
36428
|
attr_accessor :next_hop_ilb
|
@@ -37907,11 +37919,11 @@ module Google
|
|
37907
37919
|
# CEL expression that specifies the match condition that egress traffic from a
|
37908
37920
|
# VM is evaluated against. If it evaluates to true, the corresponding `action`
|
37909
37921
|
# is enforced. The following examples are valid match expressions for public NAT:
|
37910
|
-
#
|
37911
|
-
# 0/16')
|
37912
|
-
# following example is a valid match expression for private NAT:
|
37922
|
+
# `inIpRange(destination.ip, '1.1.0.0/16') || inIpRange(destination.ip, '2.2.0.
|
37923
|
+
# 0/16')` `destination.ip == '1.1.0.1' || destination.ip == '8.8.8.8'` The
|
37924
|
+
# following example is a valid match expression for private NAT: `nexthop.hub ==
|
37913
37925
|
# '//networkconnectivity.googleapis.com/projects/my-project/locations/global/
|
37914
|
-
# hubs/hub-1'
|
37926
|
+
# hubs/hub-1'`
|
37915
37927
|
# Corresponds to the JSON property `match`
|
37916
37928
|
# @return [String]
|
37917
37929
|
attr_accessor :match
|
@@ -38022,12 +38034,19 @@ module Google
|
|
38022
38034
|
class RouterStatus
|
38023
38035
|
include Google::Apis::Core::Hashable
|
38024
38036
|
|
38025
|
-
#
|
38037
|
+
# A list of the best dynamic routes for this Cloud Router's Virtual Private
|
38038
|
+
# Cloud (VPC) network in the same region as this Cloud Router. Lists all of the
|
38039
|
+
# best routes per prefix that are programmed into this region's VPC data plane.
|
38040
|
+
# When global dynamic routing mode is turned on in the VPC network, this list
|
38041
|
+
# can include cross-region dynamic routes from Cloud Routers in other regions.
|
38026
38042
|
# Corresponds to the JSON property `bestRoutes`
|
38027
38043
|
# @return [Array<Google::Apis::ComputeBeta::Route>]
|
38028
38044
|
attr_accessor :best_routes
|
38029
38045
|
|
38030
|
-
#
|
38046
|
+
# A list of the best BGP routes learned by this Cloud Router. It is possible
|
38047
|
+
# that routes listed might not be programmed into the data plane, if the Google
|
38048
|
+
# Cloud control plane finds a more optimal route for a prefix than a route
|
38049
|
+
# learned by this Cloud Router.
|
38031
38050
|
# Corresponds to the JSON property `bestRoutesForRouter`
|
38032
38051
|
# @return [Array<Google::Apis::ComputeBeta::Route>]
|
38033
38052
|
attr_accessor :best_routes_for_router
|
@@ -44185,7 +44204,8 @@ module Google
|
|
44185
44204
|
# @return [String]
|
44186
44205
|
attr_accessor :performance_provisioning_type
|
44187
44206
|
|
44188
|
-
# Size, in GiB, of the storage pool.
|
44207
|
+
# Size, in GiB, of the storage pool. For more information about the size limits,
|
44208
|
+
# see https://cloud.google.com/compute/docs/disks/storage-pools.
|
44189
44209
|
# Corresponds to the JSON property `poolProvisionedCapacityGb`
|
44190
44210
|
# @return [Fixnum]
|
44191
44211
|
attr_accessor :pool_provisioned_capacity_gb
|
@@ -44767,8 +44787,9 @@ module Google
|
|
44767
44787
|
# @return [Fixnum]
|
44768
44788
|
attr_accessor :pool_used_capacity_bytes
|
44769
44789
|
|
44770
|
-
# Sum of all the disks' provisioned IOPS, minus some amount that
|
44771
|
-
# disk that is not counted towards pool's IOPS capacity.
|
44790
|
+
# [Output Only] Sum of all the disks' provisioned IOPS, minus some amount that
|
44791
|
+
# is allowed per disk that is not counted towards pool's IOPS capacity. For more
|
44792
|
+
# information, see https://cloud.google.com/compute/docs/disks/storage-pools.
|
44772
44793
|
# Corresponds to the JSON property `poolUsedIops`
|
44773
44794
|
# @return [Fixnum]
|
44774
44795
|
attr_accessor :pool_used_iops
|
@@ -52553,7 +52574,9 @@ module Google
|
|
52553
52574
|
# selection of a backend service is determined only for new traffic. Once a user'
|
52554
52575
|
# s request has been directed to a backend service, subsequent requests are sent
|
52555
52576
|
# to the same backend service as determined by the backend service's session
|
52556
|
-
# affinity policy.
|
52577
|
+
# affinity policy. Don't configure session affinity if you're using weighted
|
52578
|
+
# traffic splitting. If you do, the weighted traffic splitting configuration
|
52579
|
+
# takes precedence. The value must be from 0 to 1000.
|
52557
52580
|
# Corresponds to the JSON property `weight`
|
52558
52581
|
# @return [Fixnum]
|
52559
52582
|
attr_accessor :weight
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.105.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7231,6 +7231,7 @@ module Google
|
|
7231
7231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7232
7232
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
7233
7233
|
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
7234
|
+
property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
|
7234
7235
|
property :threads_per_core, as: 'threadsPerCore'
|
7235
7236
|
property :visible_core_count, as: 'visibleCoreCount'
|
7236
7237
|
end
|
@@ -43002,7 +43002,8 @@ module Google
|
|
43002
43002
|
|
43003
43003
|
# Updates the specified storagePool with the data included in the request. The
|
43004
43004
|
# update is performed only on selected fields included as part of update-mask.
|
43005
|
-
# Only the following fields can be modified:
|
43005
|
+
# Only the following fields can be modified: pool_provisioned_capacity_gb,
|
43006
|
+
# pool_provisioned_iops and pool_provisioned_throughput.
|
43006
43007
|
# @param [String] project
|
43007
43008
|
# Project ID for this request.
|
43008
43009
|
# @param [String] zone
|
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.
|
4
|
+
version: 0.105.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: 2024-06-
|
11
|
+
date: 2024-06-27 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_beta/v0.105.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: []
|