google-apis-compute_beta 0.76.0 → 0.77.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.76.0"
19
+ GEM_VERSION = "0.77.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 = "20230725"
25
+ REVISION = "20230801"
26
26
  end
27
27
  end
28
28
  end
@@ -1192,6 +1192,102 @@ module Google
1192
1192
  include Google::Apis::Core::JsonObjectSupport
1193
1193
  end
1194
1194
 
1195
+ class FutureReservation
1196
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1197
+
1198
+ include Google::Apis::Core::JsonObjectSupport
1199
+ end
1200
+
1201
+ class FutureReservationSpecificSkuProperties
1202
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1203
+
1204
+ include Google::Apis::Core::JsonObjectSupport
1205
+ end
1206
+
1207
+ class FutureReservationStatus
1208
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1209
+
1210
+ include Google::Apis::Core::JsonObjectSupport
1211
+ end
1212
+
1213
+ class FutureReservationStatusLastKnownGoodState
1214
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1215
+
1216
+ include Google::Apis::Core::JsonObjectSupport
1217
+ end
1218
+
1219
+ class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
1220
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1221
+
1222
+ include Google::Apis::Core::JsonObjectSupport
1223
+ end
1224
+
1225
+ class FutureReservationStatusSpecificSkuProperties
1226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1227
+
1228
+ include Google::Apis::Core::JsonObjectSupport
1229
+ end
1230
+
1231
+ class FutureReservationTimeWindow
1232
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1233
+
1234
+ include Google::Apis::Core::JsonObjectSupport
1235
+ end
1236
+
1237
+ class FutureReservationsAggregatedListResponse
1238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1239
+
1240
+ class Warning
1241
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1242
+
1243
+ class Datum
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1249
+ include Google::Apis::Core::JsonObjectSupport
1250
+ end
1251
+
1252
+ include Google::Apis::Core::JsonObjectSupport
1253
+ end
1254
+
1255
+ class FutureReservationsListResponse
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ class Warning
1259
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1260
+
1261
+ class Datum
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1267
+ include Google::Apis::Core::JsonObjectSupport
1268
+ end
1269
+
1270
+ include Google::Apis::Core::JsonObjectSupport
1271
+ end
1272
+
1273
+ class FutureReservationsScopedList
1274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1275
+
1276
+ class Warning
1277
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1278
+
1279
+ class Datum
1280
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1281
+
1282
+ include Google::Apis::Core::JsonObjectSupport
1283
+ end
1284
+
1285
+ include Google::Apis::Core::JsonObjectSupport
1286
+ end
1287
+
1288
+ include Google::Apis::Core::JsonObjectSupport
1289
+ end
1290
+
1195
1291
  class GrpcHealthCheck
1196
1292
  class Representation < Google::Apis::Core::JsonRepresentation; end
1197
1293
 
@@ -8710,6 +8806,196 @@ module Google
8710
8806
  end
8711
8807
  end
8712
8808
 
8809
+ class FutureReservation
8810
+ # @private
8811
+ class Representation < Google::Apis::Core::JsonRepresentation
8812
+ property :auto_created_reservations_delete_time, as: 'autoCreatedReservationsDeleteTime'
8813
+ property :auto_created_reservations_duration, as: 'autoCreatedReservationsDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
8814
+
8815
+ property :auto_delete_auto_created_reservations, as: 'autoDeleteAutoCreatedReservations'
8816
+ property :creation_timestamp, as: 'creationTimestamp'
8817
+ property :description, as: 'description'
8818
+ property :id, :numeric_string => true, as: 'id'
8819
+ property :kind, as: 'kind'
8820
+ property :name, as: 'name'
8821
+ property :name_prefix, as: 'namePrefix'
8822
+ property :planning_status, as: 'planningStatus'
8823
+ property :self_link, as: 'selfLink'
8824
+ property :self_link_with_id, as: 'selfLinkWithId'
8825
+ property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeBeta::ShareSettings, decorator: Google::Apis::ComputeBeta::ShareSettings::Representation
8826
+
8827
+ property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeBeta::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeBeta::FutureReservationSpecificSkuProperties::Representation
8828
+
8829
+ property :status, as: 'status', class: Google::Apis::ComputeBeta::FutureReservationStatus, decorator: Google::Apis::ComputeBeta::FutureReservationStatus::Representation
8830
+
8831
+ property :time_window, as: 'timeWindow', class: Google::Apis::ComputeBeta::FutureReservationTimeWindow, decorator: Google::Apis::ComputeBeta::FutureReservationTimeWindow::Representation
8832
+
8833
+ property :zone, as: 'zone'
8834
+ end
8835
+ end
8836
+
8837
+ class FutureReservationSpecificSkuProperties
8838
+ # @private
8839
+ class Representation < Google::Apis::Core::JsonRepresentation
8840
+ property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationReservedInstanceProperties, decorator: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationReservedInstanceProperties::Representation
8841
+
8842
+ property :source_instance_template, as: 'sourceInstanceTemplate'
8843
+ property :total_count, :numeric_string => true, as: 'totalCount'
8844
+ end
8845
+ end
8846
+
8847
+ class FutureReservationStatus
8848
+ # @private
8849
+ class Representation < Google::Apis::Core::JsonRepresentation
8850
+ property :amendment_status, as: 'amendmentStatus'
8851
+ collection :auto_created_reservations, as: 'autoCreatedReservations'
8852
+ property :fulfilled_count, :numeric_string => true, as: 'fulfilledCount'
8853
+ property :last_known_good_state, as: 'lastKnownGoodState', class: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodState, decorator: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodState::Representation
8854
+
8855
+ property :lock_time, as: 'lockTime'
8856
+ property :procurement_status, as: 'procurementStatus'
8857
+ property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeBeta::FutureReservationStatusSpecificSkuProperties, decorator: Google::Apis::ComputeBeta::FutureReservationStatusSpecificSkuProperties::Representation
8858
+
8859
+ end
8860
+ end
8861
+
8862
+ class FutureReservationStatusLastKnownGoodState
8863
+ # @private
8864
+ class Representation < Google::Apis::Core::JsonRepresentation
8865
+ property :description, as: 'description'
8866
+ property :future_reservation_specs, as: 'futureReservationSpecs', class: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs, decorator: Google::Apis::ComputeBeta::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs::Representation
8867
+
8868
+ property :lock_time, as: 'lockTime'
8869
+ property :name_prefix, as: 'namePrefix'
8870
+ property :procurement_status, as: 'procurementStatus'
8871
+ end
8872
+ end
8873
+
8874
+ class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
8875
+ # @private
8876
+ class Representation < Google::Apis::Core::JsonRepresentation
8877
+ property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeBeta::ShareSettings, decorator: Google::Apis::ComputeBeta::ShareSettings::Representation
8878
+
8879
+ property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeBeta::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeBeta::FutureReservationSpecificSkuProperties::Representation
8880
+
8881
+ property :time_window, as: 'timeWindow', class: Google::Apis::ComputeBeta::FutureReservationTimeWindow, decorator: Google::Apis::ComputeBeta::FutureReservationTimeWindow::Representation
8882
+
8883
+ end
8884
+ end
8885
+
8886
+ class FutureReservationStatusSpecificSkuProperties
8887
+ # @private
8888
+ class Representation < Google::Apis::Core::JsonRepresentation
8889
+ property :source_instance_template_id, as: 'sourceInstanceTemplateId'
8890
+ end
8891
+ end
8892
+
8893
+ class FutureReservationTimeWindow
8894
+ # @private
8895
+ class Representation < Google::Apis::Core::JsonRepresentation
8896
+ property :duration, as: 'duration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
8897
+
8898
+ property :end_time, as: 'endTime'
8899
+ property :start_time, as: 'startTime'
8900
+ end
8901
+ end
8902
+
8903
+ class FutureReservationsAggregatedListResponse
8904
+ # @private
8905
+ class Representation < Google::Apis::Core::JsonRepresentation
8906
+ property :etag, as: 'etag'
8907
+ property :id, as: 'id'
8908
+ hash :items, as: 'items', class: Google::Apis::ComputeBeta::FutureReservationsScopedList, decorator: Google::Apis::ComputeBeta::FutureReservationsScopedList::Representation
8909
+
8910
+ property :kind, as: 'kind'
8911
+ property :next_page_token, as: 'nextPageToken'
8912
+ property :self_link, as: 'selfLink'
8913
+ collection :unreachables, as: 'unreachables'
8914
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::FutureReservationsAggregatedListResponse::Warning, decorator: Google::Apis::ComputeBeta::FutureReservationsAggregatedListResponse::Warning::Representation
8915
+
8916
+ end
8917
+
8918
+ class Warning
8919
+ # @private
8920
+ class Representation < Google::Apis::Core::JsonRepresentation
8921
+ property :code, as: 'code'
8922
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::FutureReservationsAggregatedListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::FutureReservationsAggregatedListResponse::Warning::Datum::Representation
8923
+
8924
+ property :message, as: 'message'
8925
+ end
8926
+
8927
+ class Datum
8928
+ # @private
8929
+ class Representation < Google::Apis::Core::JsonRepresentation
8930
+ property :key, as: 'key'
8931
+ property :value, as: 'value'
8932
+ end
8933
+ end
8934
+ end
8935
+ end
8936
+
8937
+ class FutureReservationsListResponse
8938
+ # @private
8939
+ class Representation < Google::Apis::Core::JsonRepresentation
8940
+ property :etag, as: 'etag'
8941
+ property :id, as: 'id'
8942
+ collection :items, as: 'items', class: Google::Apis::ComputeBeta::FutureReservation, decorator: Google::Apis::ComputeBeta::FutureReservation::Representation
8943
+
8944
+ property :kind, as: 'kind'
8945
+ property :next_page_token, as: 'nextPageToken'
8946
+ property :self_link, as: 'selfLink'
8947
+ collection :unreachables, as: 'unreachables'
8948
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::FutureReservationsListResponse::Warning, decorator: Google::Apis::ComputeBeta::FutureReservationsListResponse::Warning::Representation
8949
+
8950
+ end
8951
+
8952
+ class Warning
8953
+ # @private
8954
+ class Representation < Google::Apis::Core::JsonRepresentation
8955
+ property :code, as: 'code'
8956
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::FutureReservationsListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::FutureReservationsListResponse::Warning::Datum::Representation
8957
+
8958
+ property :message, as: 'message'
8959
+ end
8960
+
8961
+ class Datum
8962
+ # @private
8963
+ class Representation < Google::Apis::Core::JsonRepresentation
8964
+ property :key, as: 'key'
8965
+ property :value, as: 'value'
8966
+ end
8967
+ end
8968
+ end
8969
+ end
8970
+
8971
+ class FutureReservationsScopedList
8972
+ # @private
8973
+ class Representation < Google::Apis::Core::JsonRepresentation
8974
+ collection :future_reservations, as: 'futureReservations', class: Google::Apis::ComputeBeta::FutureReservation, decorator: Google::Apis::ComputeBeta::FutureReservation::Representation
8975
+
8976
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::FutureReservationsScopedList::Warning, decorator: Google::Apis::ComputeBeta::FutureReservationsScopedList::Warning::Representation
8977
+
8978
+ end
8979
+
8980
+ class Warning
8981
+ # @private
8982
+ class Representation < Google::Apis::Core::JsonRepresentation
8983
+ property :code, as: 'code'
8984
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::FutureReservationsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::FutureReservationsScopedList::Warning::Datum::Representation
8985
+
8986
+ property :message, as: 'message'
8987
+ end
8988
+
8989
+ class Datum
8990
+ # @private
8991
+ class Representation < Google::Apis::Core::JsonRepresentation
8992
+ property :key, as: 'key'
8993
+ property :value, as: 'value'
8994
+ end
8995
+ end
8996
+ end
8997
+ end
8998
+
8713
8999
  class GrpcHealthCheck
8714
9000
  # @private
8715
9001
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14349,6 +14635,9 @@ module Google
14349
14635
  class Representation < Google::Apis::Core::JsonRepresentation
14350
14636
  property :commitment, as: 'commitment'
14351
14637
  property :creation_timestamp, as: 'creationTimestamp'
14638
+ property :delete_after_duration, as: 'deleteAfterDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
14639
+
14640
+ property :delete_at_time, as: 'deleteAtTime'
14352
14641
  property :description, as: 'description'
14353
14642
  property :id, :numeric_string => true, as: 'id'
14354
14643
  property :kind, as: 'kind'