google-apis-compute_beta 0.67.0 → 0.68.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/compute_beta/classes.rb +901 -210
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +271 -0
- data/lib/google/apis/compute_beta/service.rb +2045 -1005
- metadata +3 -3
@@ -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.68.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 = "20230509"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2188,6 +2188,84 @@ module Google
|
|
2188
2188
|
include Google::Apis::Core::JsonObjectSupport
|
2189
2189
|
end
|
2190
2190
|
|
2191
|
+
class InstantSnapshot
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2193
|
+
|
2194
|
+
include Google::Apis::Core::JsonObjectSupport
|
2195
|
+
end
|
2196
|
+
|
2197
|
+
class InstantSnapshotAggregatedList
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2199
|
+
|
2200
|
+
class Warning
|
2201
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2202
|
+
|
2203
|
+
class Datum
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2205
|
+
|
2206
|
+
include Google::Apis::Core::JsonObjectSupport
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
include Google::Apis::Core::JsonObjectSupport
|
2210
|
+
end
|
2211
|
+
|
2212
|
+
include Google::Apis::Core::JsonObjectSupport
|
2213
|
+
end
|
2214
|
+
|
2215
|
+
class InstantSnapshotExportParams
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
|
+
|
2218
|
+
include Google::Apis::Core::JsonObjectSupport
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
class InstantSnapshotList
|
2222
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2223
|
+
|
2224
|
+
class Warning
|
2225
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2226
|
+
|
2227
|
+
class Datum
|
2228
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2229
|
+
|
2230
|
+
include Google::Apis::Core::JsonObjectSupport
|
2231
|
+
end
|
2232
|
+
|
2233
|
+
include Google::Apis::Core::JsonObjectSupport
|
2234
|
+
end
|
2235
|
+
|
2236
|
+
include Google::Apis::Core::JsonObjectSupport
|
2237
|
+
end
|
2238
|
+
|
2239
|
+
class InstantSnapshotResourceStatus
|
2240
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2241
|
+
|
2242
|
+
include Google::Apis::Core::JsonObjectSupport
|
2243
|
+
end
|
2244
|
+
|
2245
|
+
class InstantSnapshotsExportRequest
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2247
|
+
|
2248
|
+
include Google::Apis::Core::JsonObjectSupport
|
2249
|
+
end
|
2250
|
+
|
2251
|
+
class InstantSnapshotsScopedList
|
2252
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2253
|
+
|
2254
|
+
class Warning
|
2255
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2256
|
+
|
2257
|
+
class Datum
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2259
|
+
|
2260
|
+
include Google::Apis::Core::JsonObjectSupport
|
2261
|
+
end
|
2262
|
+
|
2263
|
+
include Google::Apis::Core::JsonObjectSupport
|
2264
|
+
end
|
2265
|
+
|
2266
|
+
include Google::Apis::Core::JsonObjectSupport
|
2267
|
+
end
|
2268
|
+
|
2191
2269
|
class Int64RangeMatch
|
2192
2270
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2193
2271
|
|
@@ -3970,6 +4048,12 @@ module Google
|
|
3970
4048
|
include Google::Apis::Core::JsonObjectSupport
|
3971
4049
|
end
|
3972
4050
|
|
4051
|
+
class RegionInstantSnapshotsExportRequest
|
4052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4053
|
+
|
4054
|
+
include Google::Apis::Core::JsonObjectSupport
|
4055
|
+
end
|
4056
|
+
|
3973
4057
|
class RegionList
|
3974
4058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3975
4059
|
|
@@ -4696,6 +4780,18 @@ module Google
|
|
4696
4780
|
include Google::Apis::Core::JsonObjectSupport
|
4697
4781
|
end
|
4698
4782
|
|
4783
|
+
class SecurityPolicyRuleMatcherExprOptions
|
4784
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4785
|
+
|
4786
|
+
include Google::Apis::Core::JsonObjectSupport
|
4787
|
+
end
|
4788
|
+
|
4789
|
+
class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
|
4790
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4791
|
+
|
4792
|
+
include Google::Apis::Core::JsonObjectSupport
|
4793
|
+
end
|
4794
|
+
|
4699
4795
|
class SecurityPolicyRuleNetworkMatcher
|
4700
4796
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4701
4797
|
|
@@ -7588,6 +7684,8 @@ module Google
|
|
7588
7684
|
property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
7589
7685
|
|
7590
7686
|
property :source_image_id, as: 'sourceImageId'
|
7687
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
7688
|
+
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
7591
7689
|
property :source_snapshot, as: 'sourceSnapshot'
|
7592
7690
|
property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
7593
7691
|
|
@@ -10342,6 +10440,151 @@ module Google
|
|
10342
10440
|
end
|
10343
10441
|
end
|
10344
10442
|
|
10443
|
+
class InstantSnapshot
|
10444
|
+
# @private
|
10445
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10446
|
+
property :architecture, as: 'architecture'
|
10447
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10448
|
+
property :description, as: 'description'
|
10449
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
10450
|
+
property :id, :numeric_string => true, as: 'id'
|
10451
|
+
property :kind, as: 'kind'
|
10452
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
10453
|
+
hash :labels, as: 'labels'
|
10454
|
+
property :name, as: 'name'
|
10455
|
+
property :region, as: 'region'
|
10456
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::InstantSnapshotResourceStatus, decorator: Google::Apis::ComputeBeta::InstantSnapshotResourceStatus::Representation
|
10457
|
+
|
10458
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10459
|
+
property :self_link, as: 'selfLink'
|
10460
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10461
|
+
property :source_disk, as: 'sourceDisk'
|
10462
|
+
property :source_disk_id, as: 'sourceDiskId'
|
10463
|
+
property :status, as: 'status'
|
10464
|
+
property :zone, as: 'zone'
|
10465
|
+
end
|
10466
|
+
end
|
10467
|
+
|
10468
|
+
class InstantSnapshotAggregatedList
|
10469
|
+
# @private
|
10470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10471
|
+
property :id, as: 'id'
|
10472
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::InstantSnapshotsScopedList, decorator: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Representation
|
10473
|
+
|
10474
|
+
property :kind, as: 'kind'
|
10475
|
+
property :next_page_token, as: 'nextPageToken'
|
10476
|
+
property :self_link, as: 'selfLink'
|
10477
|
+
collection :unreachables, as: 'unreachables'
|
10478
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InstantSnapshotAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::InstantSnapshotAggregatedList::Warning::Representation
|
10479
|
+
|
10480
|
+
end
|
10481
|
+
|
10482
|
+
class Warning
|
10483
|
+
# @private
|
10484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10485
|
+
property :code, as: 'code'
|
10486
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InstantSnapshotAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InstantSnapshotAggregatedList::Warning::Datum::Representation
|
10487
|
+
|
10488
|
+
property :message, as: 'message'
|
10489
|
+
end
|
10490
|
+
|
10491
|
+
class Datum
|
10492
|
+
# @private
|
10493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10494
|
+
property :key, as: 'key'
|
10495
|
+
property :value, as: 'value'
|
10496
|
+
end
|
10497
|
+
end
|
10498
|
+
end
|
10499
|
+
end
|
10500
|
+
|
10501
|
+
class InstantSnapshotExportParams
|
10502
|
+
# @private
|
10503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10504
|
+
property :base_instant_snapshot, as: 'baseInstantSnapshot'
|
10505
|
+
property :bucket_name, as: 'bucketName'
|
10506
|
+
property :encryption_key, as: 'encryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
10507
|
+
|
10508
|
+
property :object_name, as: 'objectName'
|
10509
|
+
property :output_type, as: 'outputType'
|
10510
|
+
end
|
10511
|
+
end
|
10512
|
+
|
10513
|
+
class InstantSnapshotList
|
10514
|
+
# @private
|
10515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10516
|
+
property :id, as: 'id'
|
10517
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InstantSnapshot, decorator: Google::Apis::ComputeBeta::InstantSnapshot::Representation
|
10518
|
+
|
10519
|
+
property :kind, as: 'kind'
|
10520
|
+
property :next_page_token, as: 'nextPageToken'
|
10521
|
+
property :self_link, as: 'selfLink'
|
10522
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InstantSnapshotList::Warning, decorator: Google::Apis::ComputeBeta::InstantSnapshotList::Warning::Representation
|
10523
|
+
|
10524
|
+
end
|
10525
|
+
|
10526
|
+
class Warning
|
10527
|
+
# @private
|
10528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10529
|
+
property :code, as: 'code'
|
10530
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InstantSnapshotList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InstantSnapshotList::Warning::Datum::Representation
|
10531
|
+
|
10532
|
+
property :message, as: 'message'
|
10533
|
+
end
|
10534
|
+
|
10535
|
+
class Datum
|
10536
|
+
# @private
|
10537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10538
|
+
property :key, as: 'key'
|
10539
|
+
property :value, as: 'value'
|
10540
|
+
end
|
10541
|
+
end
|
10542
|
+
end
|
10543
|
+
end
|
10544
|
+
|
10545
|
+
class InstantSnapshotResourceStatus
|
10546
|
+
# @private
|
10547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10548
|
+
property :storage_size_bytes, :numeric_string => true, as: 'storageSizeBytes'
|
10549
|
+
end
|
10550
|
+
end
|
10551
|
+
|
10552
|
+
class InstantSnapshotsExportRequest
|
10553
|
+
# @private
|
10554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10555
|
+
property :export_params, as: 'exportParams', class: Google::Apis::ComputeBeta::InstantSnapshotExportParams, decorator: Google::Apis::ComputeBeta::InstantSnapshotExportParams::Representation
|
10556
|
+
|
10557
|
+
end
|
10558
|
+
end
|
10559
|
+
|
10560
|
+
class InstantSnapshotsScopedList
|
10561
|
+
# @private
|
10562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10563
|
+
collection :instant_snapshots, as: 'instantSnapshots', class: Google::Apis::ComputeBeta::InstantSnapshot, decorator: Google::Apis::ComputeBeta::InstantSnapshot::Representation
|
10564
|
+
|
10565
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning, decorator: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning::Representation
|
10566
|
+
|
10567
|
+
end
|
10568
|
+
|
10569
|
+
class Warning
|
10570
|
+
# @private
|
10571
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10572
|
+
property :code, as: 'code'
|
10573
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning::Datum::Representation
|
10574
|
+
|
10575
|
+
property :message, as: 'message'
|
10576
|
+
end
|
10577
|
+
|
10578
|
+
class Datum
|
10579
|
+
# @private
|
10580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10581
|
+
property :key, as: 'key'
|
10582
|
+
property :value, as: 'value'
|
10583
|
+
end
|
10584
|
+
end
|
10585
|
+
end
|
10586
|
+
end
|
10587
|
+
|
10345
10588
|
class Int64RangeMatch
|
10346
10589
|
# @private
|
10347
10590
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13635,6 +13878,14 @@ module Google
|
|
13635
13878
|
end
|
13636
13879
|
end
|
13637
13880
|
|
13881
|
+
class RegionInstantSnapshotsExportRequest
|
13882
|
+
# @private
|
13883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13884
|
+
property :export_params, as: 'exportParams', class: Google::Apis::ComputeBeta::InstantSnapshotExportParams, decorator: Google::Apis::ComputeBeta::InstantSnapshotExportParams::Representation
|
13885
|
+
|
13886
|
+
end
|
13887
|
+
end
|
13888
|
+
|
13638
13889
|
class RegionList
|
13639
13890
|
# @private
|
13640
13891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14973,6 +15224,8 @@ module Google
|
|
14973
15224
|
|
14974
15225
|
property :expr, as: 'expr', class: Google::Apis::ComputeBeta::Expr, decorator: Google::Apis::ComputeBeta::Expr::Representation
|
14975
15226
|
|
15227
|
+
property :expr_options, as: 'exprOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptions::Representation
|
15228
|
+
|
14976
15229
|
property :versioned_expr, as: 'versionedExpr'
|
14977
15230
|
end
|
14978
15231
|
end
|
@@ -14995,6 +15248,22 @@ module Google
|
|
14995
15248
|
end
|
14996
15249
|
end
|
14997
15250
|
|
15251
|
+
class SecurityPolicyRuleMatcherExprOptions
|
15252
|
+
# @private
|
15253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15254
|
+
property :recaptcha_options, as: 'recaptchaOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions::Representation
|
15255
|
+
|
15256
|
+
end
|
15257
|
+
end
|
15258
|
+
|
15259
|
+
class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
|
15260
|
+
# @private
|
15261
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15262
|
+
collection :action_token_site_keys, as: 'actionTokenSiteKeys'
|
15263
|
+
collection :session_token_site_keys, as: 'sessionTokenSiteKeys'
|
15264
|
+
end
|
15265
|
+
end
|
15266
|
+
|
14998
15267
|
class SecurityPolicyRuleNetworkMatcher
|
14999
15268
|
# @private
|
15000
15269
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15404,6 +15673,8 @@ module Google
|
|
15404
15673
|
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
15405
15674
|
|
15406
15675
|
property :source_disk_id, as: 'sourceDiskId'
|
15676
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
15677
|
+
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
15407
15678
|
property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
|
15408
15679
|
property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
|
15409
15680
|
property :status, as: 'status'
|