google-apis-compute_beta 0.47.0 → 0.48.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_beta/classes.rb +9 -9
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e094ea6535c4a715d1a2b73c48d212b0a0662f85f27fa3ba63950fb4ea9794f9
|
4
|
+
data.tar.gz: f7aece4502da498700c3bbc5652f1d14eaf61d4cf08a1cca96a93f341066b6e1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 535c3884cd03229f93401006e3f01d7b7f0c7c3ffd707c8d60715637aceec27642e029431e80cec4af1d396a12089a6d3045d733aa29c4163ac1f5a5429b606e
|
7
|
+
data.tar.gz: 1ccbf886e7c38a28bc5a35b3e1e1f60f677f0a461b36e339c872317b7a946a2162e06a591acc48301638da04f144890e1c06f6c2729acd34d85c684c11fa09e5
|
data/CHANGELOG.md
CHANGED
@@ -1351,10 +1351,9 @@ module Google
|
|
1351
1351
|
attr_accessor :initialize_params
|
1352
1352
|
|
1353
1353
|
# Specifies the disk interface to use for attaching this disk, which is either
|
1354
|
-
# SCSI or NVME.
|
1355
|
-
#
|
1356
|
-
#
|
1357
|
-
# characteristics of SCSI over NVMe, see Local SSD performance.
|
1354
|
+
# SCSI or NVME. For most machine types, the default is SCSI. Local SSDs can use
|
1355
|
+
# either NVME or SCSI. In certain configurations, persistent disks can use NVMe.
|
1356
|
+
# For more information, see About persistent disks.
|
1358
1357
|
# Corresponds to the JSON property `interface`
|
1359
1358
|
# @return [String]
|
1360
1359
|
attr_accessor :interface
|
@@ -7845,9 +7844,8 @@ module Google
|
|
7845
7844
|
attr_accessor :destination_ranges
|
7846
7845
|
|
7847
7846
|
# Direction of traffic to which this firewall applies, either `INGRESS` or `
|
7848
|
-
# EGRESS`. The default is `INGRESS`. For `
|
7849
|
-
# the
|
7850
|
-
# sourceRanges or sourceTags fields.
|
7847
|
+
# EGRESS`. The default is `INGRESS`. For `EGRESS` traffic, you cannot specify
|
7848
|
+
# the sourceTags fields.
|
7851
7849
|
# Corresponds to the JSON property `direction`
|
7852
7850
|
# @return [String]
|
7853
7851
|
attr_accessor :direction
|
@@ -20376,8 +20374,10 @@ module Google
|
|
20376
20374
|
# @return [String]
|
20377
20375
|
attr_accessor :kind
|
20378
20376
|
|
20379
|
-
# Maximum Transmission Unit in bytes. The minimum value for this field is
|
20380
|
-
# and the maximum value is
|
20377
|
+
# Maximum Transmission Unit in bytes. The minimum value for this field is 1300
|
20378
|
+
# and the maximum value is 8896. The suggested value is 1500, which is the
|
20379
|
+
# default MTU used on the Internet, or 8896 if you want to use Jumbo frames. If
|
20380
|
+
# unspecified, the value defaults to 1460.
|
20381
20381
|
# Corresponds to the JSON property `mtu`
|
20382
20382
|
# @return [Fixnum]
|
20383
20383
|
attr_accessor :mtu
|
@@ -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.48.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220823"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.48.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: 2022-
|
11
|
+
date: 2022-09-05 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.48.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: []
|