google-apis-compute_beta 0.104.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
@@ -18896,9 +18896,10 @@ module Google
|
|
18896
18896
|
attr_accessor :labels
|
18897
18897
|
|
18898
18898
|
# The machine type to use for instances that are created from these properties.
|
18899
|
-
# This field only
|
18900
|
-
#
|
18901
|
-
# 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`.
|
18902
18903
|
# Corresponds to the JSON property `machineType`
|
18903
18904
|
# @return [String]
|
18904
18905
|
attr_accessor :machine_type
|
@@ -36414,9 +36415,14 @@ module Google
|
|
36414
36415
|
|
36415
36416
|
# The URL to a forwarding rule of type loadBalancingScheme=INTERNAL that should
|
36416
36417
|
# handle matching packets or the IP address of the forwarding Rule. For example,
|
36417
|
-
# the following are all valid URLs: -
|
36418
|
-
#
|
36419
|
-
#
|
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.
|
36420
36426
|
# Corresponds to the JSON property `nextHopIlb`
|
36421
36427
|
# @return [String]
|
36422
36428
|
attr_accessor :next_hop_ilb
|
@@ -37913,11 +37919,11 @@ module Google
|
|
37913
37919
|
# CEL expression that specifies the match condition that egress traffic from a
|
37914
37920
|
# VM is evaluated against. If it evaluates to true, the corresponding `action`
|
37915
37921
|
# is enforced. The following examples are valid match expressions for public NAT:
|
37916
|
-
#
|
37917
|
-
# 0/16')
|
37918
|
-
# 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 ==
|
37919
37925
|
# '//networkconnectivity.googleapis.com/projects/my-project/locations/global/
|
37920
|
-
# hubs/hub-1'
|
37926
|
+
# hubs/hub-1'`
|
37921
37927
|
# Corresponds to the JSON property `match`
|
37922
37928
|
# @return [String]
|
37923
37929
|
attr_accessor :match
|
@@ -38028,12 +38034,19 @@ module Google
|
|
38028
38034
|
class RouterStatus
|
38029
38035
|
include Google::Apis::Core::Hashable
|
38030
38036
|
|
38031
|
-
#
|
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.
|
38032
38042
|
# Corresponds to the JSON property `bestRoutes`
|
38033
38043
|
# @return [Array<Google::Apis::ComputeBeta::Route>]
|
38034
38044
|
attr_accessor :best_routes
|
38035
38045
|
|
38036
|
-
#
|
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.
|
38037
38050
|
# Corresponds to the JSON property `bestRoutesForRouter`
|
38038
38051
|
# @return [Array<Google::Apis::ComputeBeta::Route>]
|
38039
38052
|
attr_accessor :best_routes_for_router
|
@@ -44191,7 +44204,8 @@ module Google
|
|
44191
44204
|
# @return [String]
|
44192
44205
|
attr_accessor :performance_provisioning_type
|
44193
44206
|
|
44194
|
-
# 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.
|
44195
44209
|
# Corresponds to the JSON property `poolProvisionedCapacityGb`
|
44196
44210
|
# @return [Fixnum]
|
44197
44211
|
attr_accessor :pool_provisioned_capacity_gb
|
@@ -44773,8 +44787,9 @@ module Google
|
|
44773
44787
|
# @return [Fixnum]
|
44774
44788
|
attr_accessor :pool_used_capacity_bytes
|
44775
44789
|
|
44776
|
-
# Sum of all the disks' provisioned IOPS, minus some amount that
|
44777
|
-
# 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.
|
44778
44793
|
# Corresponds to the JSON property `poolUsedIops`
|
44779
44794
|
# @return [Fixnum]
|
44780
44795
|
attr_accessor :pool_used_iops
|
@@ -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
|
@@ -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: []
|