google-apis-compute_alpha 0.65.0 → 0.66.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b1fb824e2016bd6c4774aea5158dae45d80981a4acef759064e0d25b5a637fac
|
4
|
+
data.tar.gz: fd2a2bccff2a80e5942370257c36fd9818ca66235078759c5f23dbde915c251a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3e7eb11bde46067c7f7f402a14a87e6a2b239e6740c73b208a1c8aff68071b08b724416e7457cbdc8b77517327a45eaffe2bdd7803a0e77a34e54af8d623d1c3
|
7
|
+
data.tar.gz: 1a1269999a6c07156a0312419233cd213e72dae03aa4c8e731af117aa21ffe789ca7be81089218567946ac57b5931fb8e2b2b1e3cda5a6ee5643e14a82d77e97
|
data/CHANGELOG.md
CHANGED
@@ -1868,6 +1868,15 @@ module Google
|
|
1868
1868
|
# @return [Google::Apis::ComputeAlpha::CustomerEncryptionKey]
|
1869
1869
|
attr_accessor :source_snapshot_encryption_key
|
1870
1870
|
|
1871
|
+
# The storage pool in which the new disk is created. You can provide this as a
|
1872
|
+
# partial or full URL to the resource. For example, the following are valid
|
1873
|
+
# values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /
|
1874
|
+
# storagePools/storagePool - projects/project/zones/zone/storagePools/
|
1875
|
+
# storagePool - zones/zone/storagePools/storagePool
|
1876
|
+
# Corresponds to the JSON property `storagePool`
|
1877
|
+
# @return [String]
|
1878
|
+
attr_accessor :storage_pool
|
1879
|
+
|
1871
1880
|
def initialize(**args)
|
1872
1881
|
update!(**args)
|
1873
1882
|
end
|
@@ -1896,6 +1905,7 @@ module Google
|
|
1896
1905
|
@source_instant_snapshot = args[:source_instant_snapshot] if args.key?(:source_instant_snapshot)
|
1897
1906
|
@source_snapshot = args[:source_snapshot] if args.key?(:source_snapshot)
|
1898
1907
|
@source_snapshot_encryption_key = args[:source_snapshot_encryption_key] if args.key?(:source_snapshot_encryption_key)
|
1908
|
+
@storage_pool = args[:storage_pool] if args.key?(:storage_pool)
|
1899
1909
|
end
|
1900
1910
|
end
|
1901
1911
|
|
@@ -7055,6 +7065,15 @@ module Google
|
|
7055
7065
|
# @return [String]
|
7056
7066
|
attr_accessor :status
|
7057
7067
|
|
7068
|
+
# The storage pool in which the new disk is created. You can provide this as a
|
7069
|
+
# partial or full URL to the resource. For example, the following are valid
|
7070
|
+
# values: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /
|
7071
|
+
# storagePools/storagePool - projects/project/zones/zone/storagePools/
|
7072
|
+
# storagePool - zones/zone/storagePools/storagePool
|
7073
|
+
# Corresponds to the JSON property `storagePool`
|
7074
|
+
# @return [String]
|
7075
|
+
attr_accessor :storage_pool
|
7076
|
+
|
7058
7077
|
# [Deprecated] Storage type of the persistent disk.
|
7059
7078
|
# Corresponds to the JSON property `storageType`
|
7060
7079
|
# @return [String]
|
@@ -7144,6 +7163,7 @@ module Google
|
|
7144
7163
|
@source_snapshot_id = args[:source_snapshot_id] if args.key?(:source_snapshot_id)
|
7145
7164
|
@source_storage_object = args[:source_storage_object] if args.key?(:source_storage_object)
|
7146
7165
|
@status = args[:status] if args.key?(:status)
|
7166
|
+
@storage_pool = args[:storage_pool] if args.key?(:storage_pool)
|
7147
7167
|
@storage_type = args[:storage_type] if args.key?(:storage_type)
|
7148
7168
|
@type = args[:type] if args.key?(:type)
|
7149
7169
|
@user_licenses = args[:user_licenses] if args.key?(:user_licenses)
|
@@ -12101,11 +12121,11 @@ module Google
|
|
12101
12121
|
# Regional](/compute/docs/reference/rest/alpha/regionHealthChecks) Internal HTTP(
|
12102
12122
|
# S) load balancers must use regional health checks (`compute.v1.
|
12103
12123
|
# regionHealthChecks`). Traffic Director must use global health checks (`compute.
|
12104
|
-
# v1.
|
12124
|
+
# v1.healthChecks`). Internal TCP/UDP load balancers can use either regional or
|
12105
12125
|
# global health checks (`compute.v1.regionHealthChecks` or `compute.v1.
|
12106
|
-
#
|
12126
|
+
# healthChecks`). External HTTP(S), TCP proxy, and SSL proxy load balancers as
|
12107
12127
|
# well as managed instance group auto-healing must use global health checks (`
|
12108
|
-
# compute.v1.
|
12128
|
+
# compute.v1.healthChecks`). Backend service-based network load balancers must
|
12109
12129
|
# use regional health checks (`compute.v1.regionHealthChecks`). Target pool-
|
12110
12130
|
# based network load balancers must use legacy HTTP health checks (`compute.v1.
|
12111
12131
|
# httpHealthChecks`). For more information, see Health checks overview.
|
@@ -43749,6 +43769,11 @@ module Google
|
|
43749
43769
|
# @return [Google::Apis::ComputeAlpha::CustomerEncryptionKey]
|
43750
43770
|
attr_accessor :source_disk_encryption_key
|
43751
43771
|
|
43772
|
+
# The source disk whose recovery checkpoint will be used to create this snapshot.
|
43773
|
+
# Corresponds to the JSON property `sourceDiskForRecoveryCheckpoint`
|
43774
|
+
# @return [String]
|
43775
|
+
attr_accessor :source_disk_for_recovery_checkpoint
|
43776
|
+
|
43752
43777
|
# [Output Only] The ID value of the disk used to create this snapshot. This
|
43753
43778
|
# value may be used to determine whether the snapshot was taken from the current
|
43754
43779
|
# or a previous instance of a given disk name.
|
@@ -43849,6 +43874,7 @@ module Google
|
|
43849
43874
|
@snapshot_type = args[:snapshot_type] if args.key?(:snapshot_type)
|
43850
43875
|
@source_disk = args[:source_disk] if args.key?(:source_disk)
|
43851
43876
|
@source_disk_encryption_key = args[:source_disk_encryption_key] if args.key?(:source_disk_encryption_key)
|
43877
|
+
@source_disk_for_recovery_checkpoint = args[:source_disk_for_recovery_checkpoint] if args.key?(:source_disk_for_recovery_checkpoint)
|
43852
43878
|
@source_disk_id = args[:source_disk_id] if args.key?(:source_disk_id)
|
43853
43879
|
@source_instant_snapshot = args[:source_instant_snapshot] if args.key?(:source_instant_snapshot)
|
43854
43880
|
@source_instant_snapshot_id = args[:source_instant_snapshot_id] if args.key?(:source_instant_snapshot_id)
|
@@ -47620,7 +47646,9 @@ module Google
|
|
47620
47646
|
class TargetHttpsProxiesSetCertificateMapRequest
|
47621
47647
|
include Google::Apis::Core::Hashable
|
47622
47648
|
|
47623
|
-
# URL of the Certificate Map to associate with this TargetHttpsProxy.
|
47649
|
+
# URL of the Certificate Map to associate with this TargetHttpsProxy. Accepted
|
47650
|
+
# format is //certificatemanager.googleapis.com/projects/`project `/locations/`
|
47651
|
+
# location`/certificateMaps/`resourceName`.
|
47624
47652
|
# Corresponds to the JSON property `certificateMap`
|
47625
47653
|
# @return [String]
|
47626
47654
|
attr_accessor :certificate_map
|
@@ -47710,7 +47738,9 @@ module Google
|
|
47710
47738
|
|
47711
47739
|
# URL of a certificate map that identifies a certificate map associated with the
|
47712
47740
|
# given target proxy. This field can only be set for global target proxies. If
|
47713
|
-
# set, sslCertificates will be ignored.
|
47741
|
+
# set, sslCertificates will be ignored. Accepted format is //certificatemanager.
|
47742
|
+
# googleapis.com/projects/`project `/locations/`location`/certificateMaps/`
|
47743
|
+
# resourceName`.
|
47714
47744
|
# Corresponds to the JSON property `certificateMap`
|
47715
47745
|
# @return [String]
|
47716
47746
|
attr_accessor :certificate_map
|
@@ -49192,7 +49222,9 @@ module Google
|
|
49192
49222
|
class TargetSslProxiesSetCertificateMapRequest
|
49193
49223
|
include Google::Apis::Core::Hashable
|
49194
49224
|
|
49195
|
-
# URL of the Certificate Map to associate with this TargetSslProxy.
|
49225
|
+
# URL of the Certificate Map to associate with this TargetSslProxy. Accepted
|
49226
|
+
# format is //certificatemanager.googleapis.com/projects/`project `/locations/`
|
49227
|
+
# location`/certificateMaps/`resourceName`.
|
49196
49228
|
# Corresponds to the JSON property `certificateMap`
|
49197
49229
|
# @return [String]
|
49198
49230
|
attr_accessor :certificate_map
|
@@ -49257,7 +49289,9 @@ module Google
|
|
49257
49289
|
|
49258
49290
|
# URL of a certificate map that identifies a certificate map associated with the
|
49259
49291
|
# given target proxy. This field can only be set for global target proxies. If
|
49260
|
-
# set, sslCertificates will be ignored.
|
49292
|
+
# set, sslCertificates will be ignored. Accepted format is //certificatemanager.
|
49293
|
+
# googleapis.com/projects/`project `/locations/`location`/certificateMaps/`
|
49294
|
+
# resourceName`.
|
49261
49295
|
# Corresponds to the JSON property `certificateMap`
|
49262
49296
|
# @return [String]
|
49263
49297
|
attr_accessor :certificate_map
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.66.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 = "
|
25
|
+
REVISION = "20230418"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7517,6 +7517,7 @@ module Google
|
|
7517
7517
|
property :source_snapshot, as: 'sourceSnapshot'
|
7518
7518
|
property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
7519
7519
|
|
7520
|
+
property :storage_pool, as: 'storagePool'
|
7520
7521
|
end
|
7521
7522
|
end
|
7522
7523
|
|
@@ -8646,6 +8647,7 @@ module Google
|
|
8646
8647
|
property :source_snapshot_id, as: 'sourceSnapshotId'
|
8647
8648
|
property :source_storage_object, as: 'sourceStorageObject'
|
8648
8649
|
property :status, as: 'status'
|
8650
|
+
property :storage_pool, as: 'storagePool'
|
8649
8651
|
property :storage_type, as: 'storageType'
|
8650
8652
|
property :type, as: 'type'
|
8651
8653
|
collection :user_licenses, as: 'userLicenses'
|
@@ -17850,6 +17852,7 @@ module Google
|
|
17850
17852
|
property :source_disk, as: 'sourceDisk'
|
17851
17853
|
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
17852
17854
|
|
17855
|
+
property :source_disk_for_recovery_checkpoint, as: 'sourceDiskForRecoveryCheckpoint'
|
17853
17856
|
property :source_disk_id, as: 'sourceDiskId'
|
17854
17857
|
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
17855
17858
|
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.66.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-04-
|
11
|
+
date: 2023-04-30 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_alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.66.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|