google-apis-compute_beta 0.67.0 → 0.69.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 +8 -0
- data/lib/google/apis/compute_beta/classes.rb +896 -167
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +274 -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.69.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 = "20230516"
|
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
|
|
@@ -6523,6 +6619,7 @@ module Google
|
|
6523
6619
|
collection :licenses, as: 'licenses'
|
6524
6620
|
property :locked, as: 'locked'
|
6525
6621
|
property :mode, as: 'mode'
|
6622
|
+
property :saved_state, as: 'savedState'
|
6526
6623
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeBeta::InitialStateConfig, decorator: Google::Apis::ComputeBeta::InitialStateConfig::Representation
|
6527
6624
|
|
6528
6625
|
property :source, as: 'source'
|
@@ -7588,6 +7685,8 @@ module Google
|
|
7588
7685
|
property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
7589
7686
|
|
7590
7687
|
property :source_image_id, as: 'sourceImageId'
|
7688
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
7689
|
+
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
7591
7690
|
property :source_snapshot, as: 'sourceSnapshot'
|
7592
7691
|
property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
7593
7692
|
|
@@ -10342,6 +10441,151 @@ module Google
|
|
10342
10441
|
end
|
10343
10442
|
end
|
10344
10443
|
|
10444
|
+
class InstantSnapshot
|
10445
|
+
# @private
|
10446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10447
|
+
property :architecture, as: 'architecture'
|
10448
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10449
|
+
property :description, as: 'description'
|
10450
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
10451
|
+
property :id, :numeric_string => true, as: 'id'
|
10452
|
+
property :kind, as: 'kind'
|
10453
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
10454
|
+
hash :labels, as: 'labels'
|
10455
|
+
property :name, as: 'name'
|
10456
|
+
property :region, as: 'region'
|
10457
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::InstantSnapshotResourceStatus, decorator: Google::Apis::ComputeBeta::InstantSnapshotResourceStatus::Representation
|
10458
|
+
|
10459
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10460
|
+
property :self_link, as: 'selfLink'
|
10461
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10462
|
+
property :source_disk, as: 'sourceDisk'
|
10463
|
+
property :source_disk_id, as: 'sourceDiskId'
|
10464
|
+
property :status, as: 'status'
|
10465
|
+
property :zone, as: 'zone'
|
10466
|
+
end
|
10467
|
+
end
|
10468
|
+
|
10469
|
+
class InstantSnapshotAggregatedList
|
10470
|
+
# @private
|
10471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10472
|
+
property :id, as: 'id'
|
10473
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::InstantSnapshotsScopedList, decorator: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Representation
|
10474
|
+
|
10475
|
+
property :kind, as: 'kind'
|
10476
|
+
property :next_page_token, as: 'nextPageToken'
|
10477
|
+
property :self_link, as: 'selfLink'
|
10478
|
+
collection :unreachables, as: 'unreachables'
|
10479
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InstantSnapshotAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::InstantSnapshotAggregatedList::Warning::Representation
|
10480
|
+
|
10481
|
+
end
|
10482
|
+
|
10483
|
+
class Warning
|
10484
|
+
# @private
|
10485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10486
|
+
property :code, as: 'code'
|
10487
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InstantSnapshotAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InstantSnapshotAggregatedList::Warning::Datum::Representation
|
10488
|
+
|
10489
|
+
property :message, as: 'message'
|
10490
|
+
end
|
10491
|
+
|
10492
|
+
class Datum
|
10493
|
+
# @private
|
10494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10495
|
+
property :key, as: 'key'
|
10496
|
+
property :value, as: 'value'
|
10497
|
+
end
|
10498
|
+
end
|
10499
|
+
end
|
10500
|
+
end
|
10501
|
+
|
10502
|
+
class InstantSnapshotExportParams
|
10503
|
+
# @private
|
10504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10505
|
+
property :base_instant_snapshot, as: 'baseInstantSnapshot'
|
10506
|
+
property :bucket_name, as: 'bucketName'
|
10507
|
+
property :encryption_key, as: 'encryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
10508
|
+
|
10509
|
+
property :object_name, as: 'objectName'
|
10510
|
+
property :output_type, as: 'outputType'
|
10511
|
+
end
|
10512
|
+
end
|
10513
|
+
|
10514
|
+
class InstantSnapshotList
|
10515
|
+
# @private
|
10516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10517
|
+
property :id, as: 'id'
|
10518
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InstantSnapshot, decorator: Google::Apis::ComputeBeta::InstantSnapshot::Representation
|
10519
|
+
|
10520
|
+
property :kind, as: 'kind'
|
10521
|
+
property :next_page_token, as: 'nextPageToken'
|
10522
|
+
property :self_link, as: 'selfLink'
|
10523
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InstantSnapshotList::Warning, decorator: Google::Apis::ComputeBeta::InstantSnapshotList::Warning::Representation
|
10524
|
+
|
10525
|
+
end
|
10526
|
+
|
10527
|
+
class Warning
|
10528
|
+
# @private
|
10529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10530
|
+
property :code, as: 'code'
|
10531
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InstantSnapshotList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InstantSnapshotList::Warning::Datum::Representation
|
10532
|
+
|
10533
|
+
property :message, as: 'message'
|
10534
|
+
end
|
10535
|
+
|
10536
|
+
class Datum
|
10537
|
+
# @private
|
10538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10539
|
+
property :key, as: 'key'
|
10540
|
+
property :value, as: 'value'
|
10541
|
+
end
|
10542
|
+
end
|
10543
|
+
end
|
10544
|
+
end
|
10545
|
+
|
10546
|
+
class InstantSnapshotResourceStatus
|
10547
|
+
# @private
|
10548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10549
|
+
property :storage_size_bytes, :numeric_string => true, as: 'storageSizeBytes'
|
10550
|
+
end
|
10551
|
+
end
|
10552
|
+
|
10553
|
+
class InstantSnapshotsExportRequest
|
10554
|
+
# @private
|
10555
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10556
|
+
property :export_params, as: 'exportParams', class: Google::Apis::ComputeBeta::InstantSnapshotExportParams, decorator: Google::Apis::ComputeBeta::InstantSnapshotExportParams::Representation
|
10557
|
+
|
10558
|
+
end
|
10559
|
+
end
|
10560
|
+
|
10561
|
+
class InstantSnapshotsScopedList
|
10562
|
+
# @private
|
10563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10564
|
+
collection :instant_snapshots, as: 'instantSnapshots', class: Google::Apis::ComputeBeta::InstantSnapshot, decorator: Google::Apis::ComputeBeta::InstantSnapshot::Representation
|
10565
|
+
|
10566
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning, decorator: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning::Representation
|
10567
|
+
|
10568
|
+
end
|
10569
|
+
|
10570
|
+
class Warning
|
10571
|
+
# @private
|
10572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10573
|
+
property :code, as: 'code'
|
10574
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::InstantSnapshotsScopedList::Warning::Datum::Representation
|
10575
|
+
|
10576
|
+
property :message, as: 'message'
|
10577
|
+
end
|
10578
|
+
|
10579
|
+
class Datum
|
10580
|
+
# @private
|
10581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10582
|
+
property :key, as: 'key'
|
10583
|
+
property :value, as: 'value'
|
10584
|
+
end
|
10585
|
+
end
|
10586
|
+
end
|
10587
|
+
end
|
10588
|
+
|
10345
10589
|
class Int64RangeMatch
|
10346
10590
|
# @private
|
10347
10591
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13635,6 +13879,14 @@ module Google
|
|
13635
13879
|
end
|
13636
13880
|
end
|
13637
13881
|
|
13882
|
+
class RegionInstantSnapshotsExportRequest
|
13883
|
+
# @private
|
13884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13885
|
+
property :export_params, as: 'exportParams', class: Google::Apis::ComputeBeta::InstantSnapshotExportParams, decorator: Google::Apis::ComputeBeta::InstantSnapshotExportParams::Representation
|
13886
|
+
|
13887
|
+
end
|
13888
|
+
end
|
13889
|
+
|
13638
13890
|
class RegionList
|
13639
13891
|
# @private
|
13640
13892
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14973,6 +15225,8 @@ module Google
|
|
14973
15225
|
|
14974
15226
|
property :expr, as: 'expr', class: Google::Apis::ComputeBeta::Expr, decorator: Google::Apis::ComputeBeta::Expr::Representation
|
14975
15227
|
|
15228
|
+
property :expr_options, as: 'exprOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptions::Representation
|
15229
|
+
|
14976
15230
|
property :versioned_expr, as: 'versionedExpr'
|
14977
15231
|
end
|
14978
15232
|
end
|
@@ -14995,6 +15249,22 @@ module Google
|
|
14995
15249
|
end
|
14996
15250
|
end
|
14997
15251
|
|
15252
|
+
class SecurityPolicyRuleMatcherExprOptions
|
15253
|
+
# @private
|
15254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15255
|
+
property :recaptcha_options, as: 'recaptchaOptions', class: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions, decorator: Google::Apis::ComputeBeta::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions::Representation
|
15256
|
+
|
15257
|
+
end
|
15258
|
+
end
|
15259
|
+
|
15260
|
+
class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
|
15261
|
+
# @private
|
15262
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15263
|
+
collection :action_token_site_keys, as: 'actionTokenSiteKeys'
|
15264
|
+
collection :session_token_site_keys, as: 'sessionTokenSiteKeys'
|
15265
|
+
end
|
15266
|
+
end
|
15267
|
+
|
14998
15268
|
class SecurityPolicyRuleNetworkMatcher
|
14999
15269
|
# @private
|
15000
15270
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15404,6 +15674,8 @@ module Google
|
|
15404
15674
|
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
15405
15675
|
|
15406
15676
|
property :source_disk_id, as: 'sourceDiskId'
|
15677
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
15678
|
+
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
15407
15679
|
property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
|
15408
15680
|
property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
|
15409
15681
|
property :status, as: 'status'
|
@@ -16076,6 +16348,7 @@ module Google
|
|
16076
16348
|
property :description, as: 'description'
|
16077
16349
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
16078
16350
|
collection :http_filters, as: 'httpFilters'
|
16351
|
+
property :http_keep_alive_timeout_sec, as: 'httpKeepAliveTimeoutSec'
|
16079
16352
|
property :id, :numeric_string => true, as: 'id'
|
16080
16353
|
property :kind, as: 'kind'
|
16081
16354
|
property :name, as: 'name'
|
@@ -16211,6 +16484,7 @@ module Google
|
|
16211
16484
|
property :description, as: 'description'
|
16212
16485
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
16213
16486
|
collection :http_filters, as: 'httpFilters'
|
16487
|
+
property :http_keep_alive_timeout_sec, as: 'httpKeepAliveTimeoutSec'
|
16214
16488
|
property :id, :numeric_string => true, as: 'id'
|
16215
16489
|
property :kind, as: 'kind'
|
16216
16490
|
property :name, as: 'name'
|