google-apis-compute_v1 0.43.0 → 0.44.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: ddff7e5b1142e03673bc9f26fc69a0c96cc0d293edb29b7083ff4d9415cdadd3
|
4
|
+
data.tar.gz: ad3b697e0125b376fa81f7c1676b02c89020948942b7eb35fd4ef24bca4ef60a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a2d84babb61c84e1733fe6a00c53e6c5f2e53dad6acfd15b9624c6f66964159ca2c3eeda206ad84791df27c48154c325673c2ef9d303a1f8045844370d6e5a5
|
7
|
+
data.tar.gz: 8a25293d3440a6152d885ec7483ecd119e41afbf0abd080b694ff42e36a5a20d4336350ec30974c351c1b2af116b61bcb62570e0951e99963cf1c80aa35f24da
|
data/CHANGELOG.md
CHANGED
@@ -20257,9 +20257,9 @@ module Google
|
|
20257
20257
|
# allows for routing to multiple App Engine services without having to create
|
20258
20258
|
# multiple Network Endpoint Groups and backend services. For example, the
|
20259
20259
|
# request URLs "foo1-dot-appname.appspot.com/v1" and "foo1-dot-appname.appspot.
|
20260
|
-
# com/v2" can be backed by the same Serverless NEG with URL mask "
|
20261
|
-
# appspot.com
|
20262
|
-
# v1" ` and ` service = "foo1", version = "v2" ` respectively.
|
20260
|
+
# com/v2" can be backed by the same Serverless NEG with URL mask "<service>-dot-
|
20261
|
+
# appname.appspot.com/<version>". The URL mask will parse them to ` service = "
|
20262
|
+
# foo1", version = "v1" ` and ` service = "foo1", version = "v2" ` respectively.
|
20263
20263
|
# Corresponds to the JSON property `urlMask`
|
20264
20264
|
# @return [String]
|
20265
20265
|
attr_accessor :url_mask
|
@@ -20298,8 +20298,8 @@ module Google
|
|
20298
20298
|
# routing to multiple Cloud Functions without having to create multiple Network
|
20299
20299
|
# Endpoint Groups and backend services. For example, request URLs " mydomain.com/
|
20300
20300
|
# function1" and "mydomain.com/function2" can be backed by the same Serverless
|
20301
|
-
# NEG with URL mask "
|
20302
|
-
# ` and ` function = "function2" ` respectively.
|
20301
|
+
# NEG with URL mask "/<function>". The URL mask will parse them to ` function = "
|
20302
|
+
# function1" ` and ` function = "function2" ` respectively.
|
20303
20303
|
# Corresponds to the JSON property `urlMask`
|
20304
20304
|
# @return [String]
|
20305
20305
|
attr_accessor :url_mask
|
@@ -27675,7 +27675,7 @@ module Google
|
|
27675
27675
|
include Google::Apis::Core::Hashable
|
27676
27676
|
|
27677
27677
|
# New set of SslCertificate resources to associate with this TargetHttpsProxy
|
27678
|
-
# resource.
|
27678
|
+
# resource.
|
27679
27679
|
# Corresponds to the JSON property `sslCertificates`
|
27680
27680
|
# @return [Array<String>]
|
27681
27681
|
attr_accessor :ssl_certificates
|
@@ -27730,7 +27730,11 @@ module Google
|
|
27730
27730
|
class RequestMirrorPolicy
|
27731
27731
|
include Google::Apis::Core::Hashable
|
27732
27732
|
|
27733
|
-
# The full or partial URL to the BackendService resource being mirrored to.
|
27733
|
+
# The full or partial URL to the BackendService resource being mirrored to. The
|
27734
|
+
# backend service configured for a mirroring policy must reference backends that
|
27735
|
+
# are of the same type as the original backend service matched in the URL map.
|
27736
|
+
# Serverless NEG backends are not currently supported as a mirrored backend
|
27737
|
+
# service.
|
27734
27738
|
# Corresponds to the JSON property `backendService`
|
27735
27739
|
# @return [String]
|
27736
27740
|
attr_accessor :backend_service
|
@@ -33261,6 +33265,11 @@ module Google
|
|
33261
33265
|
# @return [String]
|
33262
33266
|
attr_accessor :chain_name
|
33263
33267
|
|
33268
|
+
# [Output Only] Size in bytes of the snapshot at creation time.
|
33269
|
+
# Corresponds to the JSON property `creationSizeBytes`
|
33270
|
+
# @return [Fixnum]
|
33271
|
+
attr_accessor :creation_size_bytes
|
33272
|
+
|
33264
33273
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
33265
33274
|
# Corresponds to the JSON property `creationTimestamp`
|
33266
33275
|
# @return [String]
|
@@ -33364,6 +33373,11 @@ module Google
|
|
33364
33373
|
# @return [Google::Apis::ComputeV1::CustomerEncryptionKey]
|
33365
33374
|
attr_accessor :snapshot_encryption_key
|
33366
33375
|
|
33376
|
+
# Indicates the type of the snapshot.
|
33377
|
+
# Corresponds to the JSON property `snapshotType`
|
33378
|
+
# @return [String]
|
33379
|
+
attr_accessor :snapshot_type
|
33380
|
+
|
33367
33381
|
# The source disk used to create this snapshot.
|
33368
33382
|
# Corresponds to the JSON property `sourceDisk`
|
33369
33383
|
# @return [String]
|
@@ -33427,6 +33441,7 @@ module Google
|
|
33427
33441
|
@architecture = args[:architecture] if args.key?(:architecture)
|
33428
33442
|
@auto_created = args[:auto_created] if args.key?(:auto_created)
|
33429
33443
|
@chain_name = args[:chain_name] if args.key?(:chain_name)
|
33444
|
+
@creation_size_bytes = args[:creation_size_bytes] if args.key?(:creation_size_bytes)
|
33430
33445
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
33431
33446
|
@description = args[:description] if args.key?(:description)
|
33432
33447
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
@@ -33442,6 +33457,7 @@ module Google
|
|
33442
33457
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
33443
33458
|
@self_link = args[:self_link] if args.key?(:self_link)
|
33444
33459
|
@snapshot_encryption_key = args[:snapshot_encryption_key] if args.key?(:snapshot_encryption_key)
|
33460
|
+
@snapshot_type = args[:snapshot_type] if args.key?(:snapshot_type)
|
33445
33461
|
@source_disk = args[:source_disk] if args.key?(:source_disk)
|
33446
33462
|
@source_disk_encryption_key = args[:source_disk_encryption_key] if args.key?(:source_disk_encryption_key)
|
33447
33463
|
@source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
|
@@ -36646,8 +36662,9 @@ module Google
|
|
36646
36662
|
# @return [String]
|
36647
36663
|
attr_accessor :name
|
36648
36664
|
|
36649
|
-
#
|
36650
|
-
#
|
36665
|
+
# Must have a value of NO_NAT. Protocol forwarding delivers packets while
|
36666
|
+
# preserving the destination IP address of the forwarding rule referencing the
|
36667
|
+
# target instance.
|
36651
36668
|
# Corresponds to the JSON property `natPolicy`
|
36652
36669
|
# @return [String]
|
36653
36670
|
attr_accessor :nat_policy
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.44.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 = "20220714"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -13687,6 +13687,7 @@ module Google
|
|
13687
13687
|
property :architecture, as: 'architecture'
|
13688
13688
|
property :auto_created, as: 'autoCreated'
|
13689
13689
|
property :chain_name, as: 'chainName'
|
13690
|
+
property :creation_size_bytes, :numeric_string => true, as: 'creationSizeBytes'
|
13690
13691
|
property :creation_timestamp, as: 'creationTimestamp'
|
13691
13692
|
property :description, as: 'description'
|
13692
13693
|
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
@@ -13703,6 +13704,7 @@ module Google
|
|
13703
13704
|
property :self_link, as: 'selfLink'
|
13704
13705
|
property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
13705
13706
|
|
13707
|
+
property :snapshot_type, as: 'snapshotType'
|
13706
13708
|
property :source_disk, as: 'sourceDisk'
|
13707
13709
|
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
13708
13710
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.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-07-
|
11
|
+
date: 2022-07-25 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_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.44.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|