google-apis-compute_beta 0.110.0 → 0.112.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 +580 -8
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +239 -0
- data/lib/google/apis/compute_beta/service.rb +1130 -247
- 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.112.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250320"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -412,6 +412,24 @@ module Google
|
|
412
412
|
include Google::Apis::Core::JsonObjectSupport
|
413
413
|
end
|
414
414
|
|
415
|
+
class BackendBucketListUsable
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
class Warning
|
419
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
420
|
+
|
421
|
+
class Datum
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
include Google::Apis::Core::JsonObjectSupport
|
428
|
+
end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
415
433
|
class BackendBucketUsedBy
|
416
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
435
|
|
@@ -502,6 +520,12 @@ module Google
|
|
502
520
|
include Google::Apis::Core::JsonObjectSupport
|
503
521
|
end
|
504
522
|
|
523
|
+
class BackendServiceHaPolicy
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
505
529
|
class BackendServiceHttpCookie
|
506
530
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
531
|
|
@@ -976,6 +1000,24 @@ module Google
|
|
976
1000
|
include Google::Apis::Core::JsonObjectSupport
|
977
1001
|
end
|
978
1002
|
|
1003
|
+
class DiskSettings
|
1004
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1005
|
+
|
1006
|
+
include Google::Apis::Core::JsonObjectSupport
|
1007
|
+
end
|
1008
|
+
|
1009
|
+
class DiskSettingsAccessLocation
|
1010
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1011
|
+
|
1012
|
+
include Google::Apis::Core::JsonObjectSupport
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class DiskSettingsAccessLocationAccessLocationPreference
|
1016
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1017
|
+
|
1018
|
+
include Google::Apis::Core::JsonObjectSupport
|
1019
|
+
end
|
1020
|
+
|
979
1021
|
class DiskType
|
980
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
981
1023
|
|
@@ -5926,6 +5968,24 @@ module Google
|
|
5926
5968
|
include Google::Apis::Core::JsonObjectSupport
|
5927
5969
|
end
|
5928
5970
|
|
5971
|
+
class SnapshotAggregatedList
|
5972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5973
|
+
|
5974
|
+
class Warning
|
5975
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5976
|
+
|
5977
|
+
class Datum
|
5978
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5979
|
+
|
5980
|
+
include Google::Apis::Core::JsonObjectSupport
|
5981
|
+
end
|
5982
|
+
|
5983
|
+
include Google::Apis::Core::JsonObjectSupport
|
5984
|
+
end
|
5985
|
+
|
5986
|
+
include Google::Apis::Core::JsonObjectSupport
|
5987
|
+
end
|
5988
|
+
|
5929
5989
|
class SnapshotList
|
5930
5990
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5931
5991
|
|
@@ -5950,6 +6010,18 @@ module Google
|
|
5950
6010
|
include Google::Apis::Core::JsonObjectSupport
|
5951
6011
|
end
|
5952
6012
|
|
6013
|
+
class SnapshotSettingsAccessLocation
|
6014
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6015
|
+
|
6016
|
+
include Google::Apis::Core::JsonObjectSupport
|
6017
|
+
end
|
6018
|
+
|
6019
|
+
class SnapshotSettingsAccessLocationAccessLocationPreference
|
6020
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6021
|
+
|
6022
|
+
include Google::Apis::Core::JsonObjectSupport
|
6023
|
+
end
|
6024
|
+
|
5953
6025
|
class SnapshotSettingsStorageLocationSettings
|
5954
6026
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5955
6027
|
|
@@ -5962,6 +6034,24 @@ module Google
|
|
5962
6034
|
include Google::Apis::Core::JsonObjectSupport
|
5963
6035
|
end
|
5964
6036
|
|
6037
|
+
class SnapshotsScopedList
|
6038
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6039
|
+
|
6040
|
+
class Warning
|
6041
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6042
|
+
|
6043
|
+
class Datum
|
6044
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6045
|
+
|
6046
|
+
include Google::Apis::Core::JsonObjectSupport
|
6047
|
+
end
|
6048
|
+
|
6049
|
+
include Google::Apis::Core::JsonObjectSupport
|
6050
|
+
end
|
6051
|
+
|
6052
|
+
include Google::Apis::Core::JsonObjectSupport
|
6053
|
+
end
|
6054
|
+
|
5965
6055
|
class SourceDiskEncryptionKey
|
5966
6056
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5967
6057
|
|
@@ -8202,6 +8292,38 @@ module Google
|
|
8202
8292
|
end
|
8203
8293
|
end
|
8204
8294
|
|
8295
|
+
class BackendBucketListUsable
|
8296
|
+
# @private
|
8297
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8298
|
+
property :id, as: 'id'
|
8299
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::BackendBucket, decorator: Google::Apis::ComputeBeta::BackendBucket::Representation
|
8300
|
+
|
8301
|
+
property :kind, as: 'kind'
|
8302
|
+
property :next_page_token, as: 'nextPageToken'
|
8303
|
+
property :self_link, as: 'selfLink'
|
8304
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::BackendBucketListUsable::Warning, decorator: Google::Apis::ComputeBeta::BackendBucketListUsable::Warning::Representation
|
8305
|
+
|
8306
|
+
end
|
8307
|
+
|
8308
|
+
class Warning
|
8309
|
+
# @private
|
8310
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8311
|
+
property :code, as: 'code'
|
8312
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::BackendBucketListUsable::Warning::Datum, decorator: Google::Apis::ComputeBeta::BackendBucketListUsable::Warning::Datum::Representation
|
8313
|
+
|
8314
|
+
property :message, as: 'message'
|
8315
|
+
end
|
8316
|
+
|
8317
|
+
class Datum
|
8318
|
+
# @private
|
8319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8320
|
+
property :key, as: 'key'
|
8321
|
+
property :value, as: 'value'
|
8322
|
+
end
|
8323
|
+
end
|
8324
|
+
end
|
8325
|
+
end
|
8326
|
+
|
8205
8327
|
class BackendBucketUsedBy
|
8206
8328
|
# @private
|
8207
8329
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8250,6 +8372,8 @@ module Google
|
|
8250
8372
|
property :failover_policy, as: 'failoverPolicy', class: Google::Apis::ComputeBeta::BackendServiceFailoverPolicy, decorator: Google::Apis::ComputeBeta::BackendServiceFailoverPolicy::Representation
|
8251
8373
|
|
8252
8374
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
8375
|
+
property :ha_policy, as: 'haPolicy', class: Google::Apis::ComputeBeta::BackendServiceHaPolicy, decorator: Google::Apis::ComputeBeta::BackendServiceHaPolicy::Representation
|
8376
|
+
|
8253
8377
|
collection :health_checks, as: 'healthChecks'
|
8254
8378
|
property :iap, as: 'iap', class: Google::Apis::ComputeBeta::BackendServiceIap, decorator: Google::Apis::ComputeBeta::BackendServiceIap::Representation
|
8255
8379
|
|
@@ -8415,6 +8539,13 @@ module Google
|
|
8415
8539
|
end
|
8416
8540
|
end
|
8417
8541
|
|
8542
|
+
class BackendServiceHaPolicy
|
8543
|
+
# @private
|
8544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8545
|
+
property :fast_ip_move, as: 'fastIPMove'
|
8546
|
+
end
|
8547
|
+
end
|
8548
|
+
|
8418
8549
|
class BackendServiceHttpCookie
|
8419
8550
|
# @private
|
8420
8551
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9293,6 +9424,30 @@ module Google
|
|
9293
9424
|
end
|
9294
9425
|
end
|
9295
9426
|
|
9427
|
+
class DiskSettings
|
9428
|
+
# @private
|
9429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9430
|
+
property :access_location, as: 'accessLocation', class: Google::Apis::ComputeBeta::DiskSettingsAccessLocation, decorator: Google::Apis::ComputeBeta::DiskSettingsAccessLocation::Representation
|
9431
|
+
|
9432
|
+
end
|
9433
|
+
end
|
9434
|
+
|
9435
|
+
class DiskSettingsAccessLocation
|
9436
|
+
# @private
|
9437
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9438
|
+
hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::DiskSettingsAccessLocationAccessLocationPreference, decorator: Google::Apis::ComputeBeta::DiskSettingsAccessLocationAccessLocationPreference::Representation
|
9439
|
+
|
9440
|
+
property :policy, as: 'policy'
|
9441
|
+
end
|
9442
|
+
end
|
9443
|
+
|
9444
|
+
class DiskSettingsAccessLocationAccessLocationPreference
|
9445
|
+
# @private
|
9446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9447
|
+
property :region, as: 'region'
|
9448
|
+
end
|
9449
|
+
end
|
9450
|
+
|
9296
9451
|
class DiskType
|
9297
9452
|
# @private
|
9298
9453
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16869,6 +17024,7 @@ module Google
|
|
16869
17024
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16870
17025
|
property :availability_domain_count, as: 'availabilityDomainCount'
|
16871
17026
|
property :collocation, as: 'collocation'
|
17027
|
+
property :gpu_topology, as: 'gpuTopology'
|
16872
17028
|
property :max_distance, as: 'maxDistance'
|
16873
17029
|
property :slice_count, as: 'sliceCount'
|
16874
17030
|
property :tpu_topology, as: 'tpuTopology'
|
@@ -17016,6 +17172,8 @@ module Google
|
|
17016
17172
|
class ResourcePolicyWorkloadPolicy
|
17017
17173
|
# @private
|
17018
17174
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17175
|
+
property :accelerator_topology, as: 'acceleratorTopology'
|
17176
|
+
property :max_topology_distance, as: 'maxTopologyDistance'
|
17019
17177
|
property :type, as: 'type'
|
17020
17178
|
end
|
17021
17179
|
end
|
@@ -18535,6 +18693,7 @@ module Google
|
|
18535
18693
|
collection :licenses, as: 'licenses'
|
18536
18694
|
property :location_hint, as: 'locationHint'
|
18537
18695
|
property :name, as: 'name'
|
18696
|
+
property :region, as: 'region'
|
18538
18697
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
18539
18698
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
18540
18699
|
property :self_link, as: 'selfLink'
|
@@ -18560,6 +18719,40 @@ module Google
|
|
18560
18719
|
end
|
18561
18720
|
end
|
18562
18721
|
|
18722
|
+
class SnapshotAggregatedList
|
18723
|
+
# @private
|
18724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18725
|
+
property :etag, as: 'etag'
|
18726
|
+
property :id, as: 'id'
|
18727
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::SnapshotsScopedList, decorator: Google::Apis::ComputeBeta::SnapshotsScopedList::Representation
|
18728
|
+
|
18729
|
+
property :kind, as: 'kind'
|
18730
|
+
property :next_page_token, as: 'nextPageToken'
|
18731
|
+
property :self_link, as: 'selfLink'
|
18732
|
+
collection :unreachables, as: 'unreachables'
|
18733
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SnapshotAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::SnapshotAggregatedList::Warning::Representation
|
18734
|
+
|
18735
|
+
end
|
18736
|
+
|
18737
|
+
class Warning
|
18738
|
+
# @private
|
18739
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18740
|
+
property :code, as: 'code'
|
18741
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SnapshotAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SnapshotAggregatedList::Warning::Datum::Representation
|
18742
|
+
|
18743
|
+
property :message, as: 'message'
|
18744
|
+
end
|
18745
|
+
|
18746
|
+
class Datum
|
18747
|
+
# @private
|
18748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18749
|
+
property :key, as: 'key'
|
18750
|
+
property :value, as: 'value'
|
18751
|
+
end
|
18752
|
+
end
|
18753
|
+
end
|
18754
|
+
end
|
18755
|
+
|
18563
18756
|
class SnapshotList
|
18564
18757
|
# @private
|
18565
18758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18595,11 +18788,29 @@ module Google
|
|
18595
18788
|
class SnapshotSettings
|
18596
18789
|
# @private
|
18597
18790
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18791
|
+
property :access_location, as: 'accessLocation', class: Google::Apis::ComputeBeta::SnapshotSettingsAccessLocation, decorator: Google::Apis::ComputeBeta::SnapshotSettingsAccessLocation::Representation
|
18792
|
+
|
18598
18793
|
property :storage_location, as: 'storageLocation', class: Google::Apis::ComputeBeta::SnapshotSettingsStorageLocationSettings, decorator: Google::Apis::ComputeBeta::SnapshotSettingsStorageLocationSettings::Representation
|
18599
18794
|
|
18600
18795
|
end
|
18601
18796
|
end
|
18602
18797
|
|
18798
|
+
class SnapshotSettingsAccessLocation
|
18799
|
+
# @private
|
18800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18801
|
+
hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::SnapshotSettingsAccessLocationAccessLocationPreference, decorator: Google::Apis::ComputeBeta::SnapshotSettingsAccessLocationAccessLocationPreference::Representation
|
18802
|
+
|
18803
|
+
property :policy, as: 'policy'
|
18804
|
+
end
|
18805
|
+
end
|
18806
|
+
|
18807
|
+
class SnapshotSettingsAccessLocationAccessLocationPreference
|
18808
|
+
# @private
|
18809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18810
|
+
property :region, as: 'region'
|
18811
|
+
end
|
18812
|
+
end
|
18813
|
+
|
18603
18814
|
class SnapshotSettingsStorageLocationSettings
|
18604
18815
|
# @private
|
18605
18816
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18616,6 +18827,34 @@ module Google
|
|
18616
18827
|
end
|
18617
18828
|
end
|
18618
18829
|
|
18830
|
+
class SnapshotsScopedList
|
18831
|
+
# @private
|
18832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18833
|
+
collection :snapshots, as: 'snapshots', class: Google::Apis::ComputeBeta::Snapshot, decorator: Google::Apis::ComputeBeta::Snapshot::Representation
|
18834
|
+
|
18835
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SnapshotsScopedList::Warning, decorator: Google::Apis::ComputeBeta::SnapshotsScopedList::Warning::Representation
|
18836
|
+
|
18837
|
+
end
|
18838
|
+
|
18839
|
+
class Warning
|
18840
|
+
# @private
|
18841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18842
|
+
property :code, as: 'code'
|
18843
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SnapshotsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SnapshotsScopedList::Warning::Datum::Representation
|
18844
|
+
|
18845
|
+
property :message, as: 'message'
|
18846
|
+
end
|
18847
|
+
|
18848
|
+
class Datum
|
18849
|
+
# @private
|
18850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18851
|
+
property :key, as: 'key'
|
18852
|
+
property :value, as: 'value'
|
18853
|
+
end
|
18854
|
+
end
|
18855
|
+
end
|
18856
|
+
end
|
18857
|
+
|
18619
18858
|
class SourceDiskEncryptionKey
|
18620
18859
|
# @private
|
18621
18860
|
class Representation < Google::Apis::Core::JsonRepresentation
|