google-apis-compute_beta 0.110.0 → 0.111.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.
@@ -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
 
@@ -976,6 +994,24 @@ module Google
976
994
  include Google::Apis::Core::JsonObjectSupport
977
995
  end
978
996
 
997
+ class DiskSettings
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class DiskSettingsAccessLocation
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class DiskSettingsAccessLocationAccessLocationPreference
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
979
1015
  class DiskType
980
1016
  class Representation < Google::Apis::Core::JsonRepresentation; end
981
1017
 
@@ -5926,6 +5962,24 @@ module Google
5926
5962
  include Google::Apis::Core::JsonObjectSupport
5927
5963
  end
5928
5964
 
5965
+ class SnapshotAggregatedList
5966
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5967
+
5968
+ class Warning
5969
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5970
+
5971
+ class Datum
5972
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5973
+
5974
+ include Google::Apis::Core::JsonObjectSupport
5975
+ end
5976
+
5977
+ include Google::Apis::Core::JsonObjectSupport
5978
+ end
5979
+
5980
+ include Google::Apis::Core::JsonObjectSupport
5981
+ end
5982
+
5929
5983
  class SnapshotList
5930
5984
  class Representation < Google::Apis::Core::JsonRepresentation; end
5931
5985
 
@@ -5950,6 +6004,18 @@ module Google
5950
6004
  include Google::Apis::Core::JsonObjectSupport
5951
6005
  end
5952
6006
 
6007
+ class SnapshotSettingsAccessLocation
6008
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6009
+
6010
+ include Google::Apis::Core::JsonObjectSupport
6011
+ end
6012
+
6013
+ class SnapshotSettingsAccessLocationAccessLocationPreference
6014
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6015
+
6016
+ include Google::Apis::Core::JsonObjectSupport
6017
+ end
6018
+
5953
6019
  class SnapshotSettingsStorageLocationSettings
5954
6020
  class Representation < Google::Apis::Core::JsonRepresentation; end
5955
6021
 
@@ -5962,6 +6028,24 @@ module Google
5962
6028
  include Google::Apis::Core::JsonObjectSupport
5963
6029
  end
5964
6030
 
6031
+ class SnapshotsScopedList
6032
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6033
+
6034
+ class Warning
6035
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6036
+
6037
+ class Datum
6038
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6039
+
6040
+ include Google::Apis::Core::JsonObjectSupport
6041
+ end
6042
+
6043
+ include Google::Apis::Core::JsonObjectSupport
6044
+ end
6045
+
6046
+ include Google::Apis::Core::JsonObjectSupport
6047
+ end
6048
+
5965
6049
  class SourceDiskEncryptionKey
5966
6050
  class Representation < Google::Apis::Core::JsonRepresentation; end
5967
6051
 
@@ -8202,6 +8286,38 @@ module Google
8202
8286
  end
8203
8287
  end
8204
8288
 
8289
+ class BackendBucketListUsable
8290
+ # @private
8291
+ class Representation < Google::Apis::Core::JsonRepresentation
8292
+ property :id, as: 'id'
8293
+ collection :items, as: 'items', class: Google::Apis::ComputeBeta::BackendBucket, decorator: Google::Apis::ComputeBeta::BackendBucket::Representation
8294
+
8295
+ property :kind, as: 'kind'
8296
+ property :next_page_token, as: 'nextPageToken'
8297
+ property :self_link, as: 'selfLink'
8298
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::BackendBucketListUsable::Warning, decorator: Google::Apis::ComputeBeta::BackendBucketListUsable::Warning::Representation
8299
+
8300
+ end
8301
+
8302
+ class Warning
8303
+ # @private
8304
+ class Representation < Google::Apis::Core::JsonRepresentation
8305
+ property :code, as: 'code'
8306
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::BackendBucketListUsable::Warning::Datum, decorator: Google::Apis::ComputeBeta::BackendBucketListUsable::Warning::Datum::Representation
8307
+
8308
+ property :message, as: 'message'
8309
+ end
8310
+
8311
+ class Datum
8312
+ # @private
8313
+ class Representation < Google::Apis::Core::JsonRepresentation
8314
+ property :key, as: 'key'
8315
+ property :value, as: 'value'
8316
+ end
8317
+ end
8318
+ end
8319
+ end
8320
+
8205
8321
  class BackendBucketUsedBy
8206
8322
  # @private
8207
8323
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9293,6 +9409,30 @@ module Google
9293
9409
  end
9294
9410
  end
9295
9411
 
9412
+ class DiskSettings
9413
+ # @private
9414
+ class Representation < Google::Apis::Core::JsonRepresentation
9415
+ property :access_location, as: 'accessLocation', class: Google::Apis::ComputeBeta::DiskSettingsAccessLocation, decorator: Google::Apis::ComputeBeta::DiskSettingsAccessLocation::Representation
9416
+
9417
+ end
9418
+ end
9419
+
9420
+ class DiskSettingsAccessLocation
9421
+ # @private
9422
+ class Representation < Google::Apis::Core::JsonRepresentation
9423
+ hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::DiskSettingsAccessLocationAccessLocationPreference, decorator: Google::Apis::ComputeBeta::DiskSettingsAccessLocationAccessLocationPreference::Representation
9424
+
9425
+ property :policy, as: 'policy'
9426
+ end
9427
+ end
9428
+
9429
+ class DiskSettingsAccessLocationAccessLocationPreference
9430
+ # @private
9431
+ class Representation < Google::Apis::Core::JsonRepresentation
9432
+ property :region, as: 'region'
9433
+ end
9434
+ end
9435
+
9296
9436
  class DiskType
9297
9437
  # @private
9298
9438
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16869,6 +17009,7 @@ module Google
16869
17009
  class Representation < Google::Apis::Core::JsonRepresentation
16870
17010
  property :availability_domain_count, as: 'availabilityDomainCount'
16871
17011
  property :collocation, as: 'collocation'
17012
+ property :gpu_topology, as: 'gpuTopology'
16872
17013
  property :max_distance, as: 'maxDistance'
16873
17014
  property :slice_count, as: 'sliceCount'
16874
17015
  property :tpu_topology, as: 'tpuTopology'
@@ -17016,6 +17157,8 @@ module Google
17016
17157
  class ResourcePolicyWorkloadPolicy
17017
17158
  # @private
17018
17159
  class Representation < Google::Apis::Core::JsonRepresentation
17160
+ property :accelerator_topology, as: 'acceleratorTopology'
17161
+ property :max_topology_distance, as: 'maxTopologyDistance'
17019
17162
  property :type, as: 'type'
17020
17163
  end
17021
17164
  end
@@ -18535,6 +18678,7 @@ module Google
18535
18678
  collection :licenses, as: 'licenses'
18536
18679
  property :location_hint, as: 'locationHint'
18537
18680
  property :name, as: 'name'
18681
+ property :region, as: 'region'
18538
18682
  property :satisfies_pzi, as: 'satisfiesPzi'
18539
18683
  property :satisfies_pzs, as: 'satisfiesPzs'
18540
18684
  property :self_link, as: 'selfLink'
@@ -18560,6 +18704,40 @@ module Google
18560
18704
  end
18561
18705
  end
18562
18706
 
18707
+ class SnapshotAggregatedList
18708
+ # @private
18709
+ class Representation < Google::Apis::Core::JsonRepresentation
18710
+ property :etag, as: 'etag'
18711
+ property :id, as: 'id'
18712
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::SnapshotsScopedList, decorator: Google::Apis::ComputeBeta::SnapshotsScopedList::Representation
18713
+
18714
+ property :kind, as: 'kind'
18715
+ property :next_page_token, as: 'nextPageToken'
18716
+ property :self_link, as: 'selfLink'
18717
+ collection :unreachables, as: 'unreachables'
18718
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SnapshotAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::SnapshotAggregatedList::Warning::Representation
18719
+
18720
+ end
18721
+
18722
+ class Warning
18723
+ # @private
18724
+ class Representation < Google::Apis::Core::JsonRepresentation
18725
+ property :code, as: 'code'
18726
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::SnapshotAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SnapshotAggregatedList::Warning::Datum::Representation
18727
+
18728
+ property :message, as: 'message'
18729
+ end
18730
+
18731
+ class Datum
18732
+ # @private
18733
+ class Representation < Google::Apis::Core::JsonRepresentation
18734
+ property :key, as: 'key'
18735
+ property :value, as: 'value'
18736
+ end
18737
+ end
18738
+ end
18739
+ end
18740
+
18563
18741
  class SnapshotList
18564
18742
  # @private
18565
18743
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18595,11 +18773,29 @@ module Google
18595
18773
  class SnapshotSettings
18596
18774
  # @private
18597
18775
  class Representation < Google::Apis::Core::JsonRepresentation
18776
+ property :access_location, as: 'accessLocation', class: Google::Apis::ComputeBeta::SnapshotSettingsAccessLocation, decorator: Google::Apis::ComputeBeta::SnapshotSettingsAccessLocation::Representation
18777
+
18598
18778
  property :storage_location, as: 'storageLocation', class: Google::Apis::ComputeBeta::SnapshotSettingsStorageLocationSettings, decorator: Google::Apis::ComputeBeta::SnapshotSettingsStorageLocationSettings::Representation
18599
18779
 
18600
18780
  end
18601
18781
  end
18602
18782
 
18783
+ class SnapshotSettingsAccessLocation
18784
+ # @private
18785
+ class Representation < Google::Apis::Core::JsonRepresentation
18786
+ hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::SnapshotSettingsAccessLocationAccessLocationPreference, decorator: Google::Apis::ComputeBeta::SnapshotSettingsAccessLocationAccessLocationPreference::Representation
18787
+
18788
+ property :policy, as: 'policy'
18789
+ end
18790
+ end
18791
+
18792
+ class SnapshotSettingsAccessLocationAccessLocationPreference
18793
+ # @private
18794
+ class Representation < Google::Apis::Core::JsonRepresentation
18795
+ property :region, as: 'region'
18796
+ end
18797
+ end
18798
+
18603
18799
  class SnapshotSettingsStorageLocationSettings
18604
18800
  # @private
18605
18801
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18616,6 +18812,34 @@ module Google
18616
18812
  end
18617
18813
  end
18618
18814
 
18815
+ class SnapshotsScopedList
18816
+ # @private
18817
+ class Representation < Google::Apis::Core::JsonRepresentation
18818
+ collection :snapshots, as: 'snapshots', class: Google::Apis::ComputeBeta::Snapshot, decorator: Google::Apis::ComputeBeta::Snapshot::Representation
18819
+
18820
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SnapshotsScopedList::Warning, decorator: Google::Apis::ComputeBeta::SnapshotsScopedList::Warning::Representation
18821
+
18822
+ end
18823
+
18824
+ class Warning
18825
+ # @private
18826
+ class Representation < Google::Apis::Core::JsonRepresentation
18827
+ property :code, as: 'code'
18828
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::SnapshotsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SnapshotsScopedList::Warning::Datum::Representation
18829
+
18830
+ property :message, as: 'message'
18831
+ end
18832
+
18833
+ class Datum
18834
+ # @private
18835
+ class Representation < Google::Apis::Core::JsonRepresentation
18836
+ property :key, as: 'key'
18837
+ property :value, as: 'value'
18838
+ end
18839
+ end
18840
+ end
18841
+ end
18842
+
18619
18843
  class SourceDiskEncryptionKey
18620
18844
  # @private
18621
18845
  class Representation < Google::Apis::Core::JsonRepresentation