google-apis-compute_v1 0.103.0 → 0.105.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.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeV1
18
18
  # Version of the google-apis-compute_v1 gem
19
- GEM_VERSION = "0.103.0"
19
+ GEM_VERSION = "0.105.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240723"
25
+ REVISION = "20240813"
26
26
  end
27
27
  end
28
28
  end
@@ -1216,6 +1216,108 @@ module Google
1216
1216
  include Google::Apis::Core::JsonObjectSupport
1217
1217
  end
1218
1218
 
1219
+ class FutureReservation
1220
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1221
+
1222
+ include Google::Apis::Core::JsonObjectSupport
1223
+ end
1224
+
1225
+ class FutureReservationSpecificSkuProperties
1226
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1227
+
1228
+ include Google::Apis::Core::JsonObjectSupport
1229
+ end
1230
+
1231
+ class FutureReservationStatus
1232
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1233
+
1234
+ include Google::Apis::Core::JsonObjectSupport
1235
+ end
1236
+
1237
+ class FutureReservationStatusExistingMatchingUsageInfo
1238
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1239
+
1240
+ include Google::Apis::Core::JsonObjectSupport
1241
+ end
1242
+
1243
+ class FutureReservationStatusLastKnownGoodState
1244
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1245
+
1246
+ include Google::Apis::Core::JsonObjectSupport
1247
+ end
1248
+
1249
+ class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
1250
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1251
+
1252
+ include Google::Apis::Core::JsonObjectSupport
1253
+ end
1254
+
1255
+ class FutureReservationStatusSpecificSkuProperties
1256
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1257
+
1258
+ include Google::Apis::Core::JsonObjectSupport
1259
+ end
1260
+
1261
+ class FutureReservationTimeWindow
1262
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1263
+
1264
+ include Google::Apis::Core::JsonObjectSupport
1265
+ end
1266
+
1267
+ class FutureReservationsAggregatedListResponse
1268
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1269
+
1270
+ class Warning
1271
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1272
+
1273
+ class Datum
1274
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1275
+
1276
+ include Google::Apis::Core::JsonObjectSupport
1277
+ end
1278
+
1279
+ include Google::Apis::Core::JsonObjectSupport
1280
+ end
1281
+
1282
+ include Google::Apis::Core::JsonObjectSupport
1283
+ end
1284
+
1285
+ class FutureReservationsListResponse
1286
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1287
+
1288
+ class Warning
1289
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1290
+
1291
+ class Datum
1292
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1293
+
1294
+ include Google::Apis::Core::JsonObjectSupport
1295
+ end
1296
+
1297
+ include Google::Apis::Core::JsonObjectSupport
1298
+ end
1299
+
1300
+ include Google::Apis::Core::JsonObjectSupport
1301
+ end
1302
+
1303
+ class FutureReservationsScopedList
1304
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1305
+
1306
+ class Warning
1307
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1308
+
1309
+ class Datum
1310
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1311
+
1312
+ include Google::Apis::Core::JsonObjectSupport
1313
+ end
1314
+
1315
+ include Google::Apis::Core::JsonObjectSupport
1316
+ end
1317
+
1318
+ include Google::Apis::Core::JsonObjectSupport
1319
+ end
1320
+
1219
1321
  class GrpcHealthCheck
1220
1322
  class Representation < Google::Apis::Core::JsonRepresentation; end
1221
1323
 
@@ -8850,6 +8952,208 @@ module Google
8850
8952
  end
8851
8953
  end
8852
8954
 
8955
+ class FutureReservation
8956
+ # @private
8957
+ class Representation < Google::Apis::Core::JsonRepresentation
8958
+ property :auto_created_reservations_delete_time, as: 'autoCreatedReservationsDeleteTime'
8959
+ property :auto_created_reservations_duration, as: 'autoCreatedReservationsDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
8960
+
8961
+ property :auto_delete_auto_created_reservations, as: 'autoDeleteAutoCreatedReservations'
8962
+ property :creation_timestamp, as: 'creationTimestamp'
8963
+ property :description, as: 'description'
8964
+ property :id, :numeric_string => true, as: 'id'
8965
+ property :kind, as: 'kind'
8966
+ property :name, as: 'name'
8967
+ property :name_prefix, as: 'namePrefix'
8968
+ property :planning_status, as: 'planningStatus'
8969
+ property :self_link, as: 'selfLink'
8970
+ property :self_link_with_id, as: 'selfLinkWithId'
8971
+ property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
8972
+
8973
+ property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties::Representation
8974
+
8975
+ property :status, as: 'status', class: Google::Apis::ComputeV1::FutureReservationStatus, decorator: Google::Apis::ComputeV1::FutureReservationStatus::Representation
8976
+
8977
+ property :time_window, as: 'timeWindow', class: Google::Apis::ComputeV1::FutureReservationTimeWindow, decorator: Google::Apis::ComputeV1::FutureReservationTimeWindow::Representation
8978
+
8979
+ property :zone, as: 'zone'
8980
+ end
8981
+ end
8982
+
8983
+ class FutureReservationSpecificSkuProperties
8984
+ # @private
8985
+ class Representation < Google::Apis::Core::JsonRepresentation
8986
+ property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeV1::AllocationSpecificSkuAllocationReservedInstanceProperties, decorator: Google::Apis::ComputeV1::AllocationSpecificSkuAllocationReservedInstanceProperties::Representation
8987
+
8988
+ property :source_instance_template, as: 'sourceInstanceTemplate'
8989
+ property :total_count, :numeric_string => true, as: 'totalCount'
8990
+ end
8991
+ end
8992
+
8993
+ class FutureReservationStatus
8994
+ # @private
8995
+ class Representation < Google::Apis::Core::JsonRepresentation
8996
+ property :amendment_status, as: 'amendmentStatus'
8997
+ collection :auto_created_reservations, as: 'autoCreatedReservations'
8998
+ property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo::Representation
8999
+
9000
+ property :fulfilled_count, :numeric_string => true, as: 'fulfilledCount'
9001
+ property :last_known_good_state, as: 'lastKnownGoodState', class: Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodState, decorator: Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodState::Representation
9002
+
9003
+ property :lock_time, as: 'lockTime'
9004
+ property :procurement_status, as: 'procurementStatus'
9005
+ property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeV1::FutureReservationStatusSpecificSkuProperties, decorator: Google::Apis::ComputeV1::FutureReservationStatusSpecificSkuProperties::Representation
9006
+
9007
+ end
9008
+ end
9009
+
9010
+ class FutureReservationStatusExistingMatchingUsageInfo
9011
+ # @private
9012
+ class Representation < Google::Apis::Core::JsonRepresentation
9013
+ property :count, :numeric_string => true, as: 'count'
9014
+ property :timestamp, as: 'timestamp'
9015
+ end
9016
+ end
9017
+
9018
+ class FutureReservationStatusLastKnownGoodState
9019
+ # @private
9020
+ class Representation < Google::Apis::Core::JsonRepresentation
9021
+ property :description, as: 'description'
9022
+ property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo::Representation
9023
+
9024
+ property :future_reservation_specs, as: 'futureReservationSpecs', class: Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs, decorator: Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs::Representation
9025
+
9026
+ property :lock_time, as: 'lockTime'
9027
+ property :name_prefix, as: 'namePrefix'
9028
+ property :procurement_status, as: 'procurementStatus'
9029
+ end
9030
+ end
9031
+
9032
+ class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
9033
+ # @private
9034
+ class Representation < Google::Apis::Core::JsonRepresentation
9035
+ property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
9036
+
9037
+ property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties::Representation
9038
+
9039
+ property :time_window, as: 'timeWindow', class: Google::Apis::ComputeV1::FutureReservationTimeWindow, decorator: Google::Apis::ComputeV1::FutureReservationTimeWindow::Representation
9040
+
9041
+ end
9042
+ end
9043
+
9044
+ class FutureReservationStatusSpecificSkuProperties
9045
+ # @private
9046
+ class Representation < Google::Apis::Core::JsonRepresentation
9047
+ property :source_instance_template_id, as: 'sourceInstanceTemplateId'
9048
+ end
9049
+ end
9050
+
9051
+ class FutureReservationTimeWindow
9052
+ # @private
9053
+ class Representation < Google::Apis::Core::JsonRepresentation
9054
+ property :duration, as: 'duration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
9055
+
9056
+ property :end_time, as: 'endTime'
9057
+ property :start_time, as: 'startTime'
9058
+ end
9059
+ end
9060
+
9061
+ class FutureReservationsAggregatedListResponse
9062
+ # @private
9063
+ class Representation < Google::Apis::Core::JsonRepresentation
9064
+ property :etag, as: 'etag'
9065
+ property :id, as: 'id'
9066
+ hash :items, as: 'items', class: Google::Apis::ComputeV1::FutureReservationsScopedList, decorator: Google::Apis::ComputeV1::FutureReservationsScopedList::Representation
9067
+
9068
+ property :kind, as: 'kind'
9069
+ property :next_page_token, as: 'nextPageToken'
9070
+ property :self_link, as: 'selfLink'
9071
+ collection :unreachables, as: 'unreachables'
9072
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning, decorator: Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning::Representation
9073
+
9074
+ end
9075
+
9076
+ class Warning
9077
+ # @private
9078
+ class Representation < Google::Apis::Core::JsonRepresentation
9079
+ property :code, as: 'code'
9080
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning::Datum, decorator: Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning::Datum::Representation
9081
+
9082
+ property :message, as: 'message'
9083
+ end
9084
+
9085
+ class Datum
9086
+ # @private
9087
+ class Representation < Google::Apis::Core::JsonRepresentation
9088
+ property :key, as: 'key'
9089
+ property :value, as: 'value'
9090
+ end
9091
+ end
9092
+ end
9093
+ end
9094
+
9095
+ class FutureReservationsListResponse
9096
+ # @private
9097
+ class Representation < Google::Apis::Core::JsonRepresentation
9098
+ property :etag, as: 'etag'
9099
+ property :id, as: 'id'
9100
+ collection :items, as: 'items', class: Google::Apis::ComputeV1::FutureReservation, decorator: Google::Apis::ComputeV1::FutureReservation::Representation
9101
+
9102
+ property :kind, as: 'kind'
9103
+ property :next_page_token, as: 'nextPageToken'
9104
+ property :self_link, as: 'selfLink'
9105
+ collection :unreachables, as: 'unreachables'
9106
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::FutureReservationsListResponse::Warning, decorator: Google::Apis::ComputeV1::FutureReservationsListResponse::Warning::Representation
9107
+
9108
+ end
9109
+
9110
+ class Warning
9111
+ # @private
9112
+ class Representation < Google::Apis::Core::JsonRepresentation
9113
+ property :code, as: 'code'
9114
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::FutureReservationsListResponse::Warning::Datum, decorator: Google::Apis::ComputeV1::FutureReservationsListResponse::Warning::Datum::Representation
9115
+
9116
+ property :message, as: 'message'
9117
+ end
9118
+
9119
+ class Datum
9120
+ # @private
9121
+ class Representation < Google::Apis::Core::JsonRepresentation
9122
+ property :key, as: 'key'
9123
+ property :value, as: 'value'
9124
+ end
9125
+ end
9126
+ end
9127
+ end
9128
+
9129
+ class FutureReservationsScopedList
9130
+ # @private
9131
+ class Representation < Google::Apis::Core::JsonRepresentation
9132
+ collection :future_reservations, as: 'futureReservations', class: Google::Apis::ComputeV1::FutureReservation, decorator: Google::Apis::ComputeV1::FutureReservation::Representation
9133
+
9134
+ property :warning, as: 'warning', class: Google::Apis::ComputeV1::FutureReservationsScopedList::Warning, decorator: Google::Apis::ComputeV1::FutureReservationsScopedList::Warning::Representation
9135
+
9136
+ end
9137
+
9138
+ class Warning
9139
+ # @private
9140
+ class Representation < Google::Apis::Core::JsonRepresentation
9141
+ property :code, as: 'code'
9142
+ collection :data, as: 'data', class: Google::Apis::ComputeV1::FutureReservationsScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::FutureReservationsScopedList::Warning::Datum::Representation
9143
+
9144
+ property :message, as: 'message'
9145
+ end
9146
+
9147
+ class Datum
9148
+ # @private
9149
+ class Representation < Google::Apis::Core::JsonRepresentation
9150
+ property :key, as: 'key'
9151
+ property :value, as: 'value'
9152
+ end
9153
+ end
9154
+ end
9155
+ end
9156
+
8853
9157
  class GrpcHealthCheck
8854
9158
  # @private
8855
9159
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10748,6 +11052,7 @@ module Google
10748
11052
  class Representation < Google::Apis::Core::JsonRepresentation
10749
11053
  property :display_name, as: 'displayName'
10750
11054
  property :name, as: 'name'
11055
+ property :priority, as: 'priority'
10751
11056
  collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
10752
11057
 
10753
11058
  property :short_name, as: 'shortName'
@@ -11765,6 +12070,7 @@ module Google
11765
12070
  class Representation < Google::Apis::Core::JsonRepresentation
11766
12071
  collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeV1::MachineType::Accelerator, decorator: Google::Apis::ComputeV1::MachineType::Accelerator::Representation
11767
12072
 
12073
+ property :architecture, as: 'architecture'
11768
12074
  property :creation_timestamp, as: 'creationTimestamp'
11769
12075
  property :deprecated, as: 'deprecated', class: Google::Apis::ComputeV1::DeprecationStatus, decorator: Google::Apis::ComputeV1::DeprecationStatus::Representation
11770
12076