google-apis-compute_beta 0.126.0 → 0.127.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 +4 -0
- data/lib/google/apis/compute_beta/classes.rb +1062 -13
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +395 -0
- data/lib/google/apis/compute_beta/service.rb +827 -26
- metadata +2 -2
|
@@ -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.127.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251031"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1828,6 +1828,24 @@ module Google
|
|
|
1828
1828
|
include Google::Apis::Core::JsonObjectSupport
|
|
1829
1829
|
end
|
|
1830
1830
|
|
|
1831
|
+
class GlobalVmExtensionPolicyList
|
|
1832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1833
|
+
|
|
1834
|
+
class Warning
|
|
1835
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1836
|
+
|
|
1837
|
+
class Datum
|
|
1838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1839
|
+
|
|
1840
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1841
|
+
end
|
|
1842
|
+
|
|
1843
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1844
|
+
end
|
|
1845
|
+
|
|
1846
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1847
|
+
end
|
|
1848
|
+
|
|
1831
1849
|
class GlobalVmExtensionPolicyRolloutOperation
|
|
1832
1850
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1833
1851
|
|
|
@@ -6172,12 +6190,132 @@ module Google
|
|
|
6172
6190
|
include Google::Apis::Core::JsonObjectSupport
|
|
6173
6191
|
end
|
|
6174
6192
|
|
|
6193
|
+
class Rollout
|
|
6194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6195
|
+
|
|
6196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6197
|
+
end
|
|
6198
|
+
|
|
6199
|
+
class RolloutPlan
|
|
6200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6201
|
+
|
|
6202
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6203
|
+
end
|
|
6204
|
+
|
|
6205
|
+
class RolloutPlanWave
|
|
6206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6207
|
+
|
|
6208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6209
|
+
end
|
|
6210
|
+
|
|
6211
|
+
class RolloutPlanWaveOrchestrationOptions
|
|
6212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6213
|
+
|
|
6214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6215
|
+
end
|
|
6216
|
+
|
|
6217
|
+
class RolloutPlanWaveOrchestrationOptionsDelay
|
|
6218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6219
|
+
|
|
6220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6221
|
+
end
|
|
6222
|
+
|
|
6223
|
+
class RolloutPlanWaveSelector
|
|
6224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6225
|
+
|
|
6226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6227
|
+
end
|
|
6228
|
+
|
|
6229
|
+
class RolloutPlanWaveSelectorLocationSelector
|
|
6230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6231
|
+
|
|
6232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6233
|
+
end
|
|
6234
|
+
|
|
6235
|
+
class RolloutPlanWaveSelectorResourceHierarchySelector
|
|
6236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6237
|
+
|
|
6238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6239
|
+
end
|
|
6240
|
+
|
|
6241
|
+
class RolloutPlanWaveValidation
|
|
6242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6243
|
+
|
|
6244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6245
|
+
end
|
|
6246
|
+
|
|
6247
|
+
class RolloutPlanWaveValidationTimeBasedValidationMetadata
|
|
6248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6249
|
+
|
|
6250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6251
|
+
end
|
|
6252
|
+
|
|
6253
|
+
class RolloutPlansListResponse
|
|
6254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6255
|
+
|
|
6256
|
+
class Warning
|
|
6257
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6258
|
+
|
|
6259
|
+
class Datum
|
|
6260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6261
|
+
|
|
6262
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6263
|
+
end
|
|
6264
|
+
|
|
6265
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6266
|
+
end
|
|
6267
|
+
|
|
6268
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6269
|
+
end
|
|
6270
|
+
|
|
6175
6271
|
class RolloutPolicy
|
|
6176
6272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6177
6273
|
|
|
6178
6274
|
include Google::Apis::Core::JsonObjectSupport
|
|
6179
6275
|
end
|
|
6180
6276
|
|
|
6277
|
+
class RolloutRolloutEntity
|
|
6278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6279
|
+
|
|
6280
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6281
|
+
end
|
|
6282
|
+
|
|
6283
|
+
class RolloutRolloutEntityOrchestratedEntity
|
|
6284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6285
|
+
|
|
6286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6287
|
+
end
|
|
6288
|
+
|
|
6289
|
+
class RolloutWaveDetails
|
|
6290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6291
|
+
|
|
6292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6293
|
+
end
|
|
6294
|
+
|
|
6295
|
+
class RolloutWaveDetailsOrchestratedWaveDetails
|
|
6296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6297
|
+
|
|
6298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6299
|
+
end
|
|
6300
|
+
|
|
6301
|
+
class RolloutsListResponse
|
|
6302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6303
|
+
|
|
6304
|
+
class Warning
|
|
6305
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6306
|
+
|
|
6307
|
+
class Datum
|
|
6308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6309
|
+
|
|
6310
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6311
|
+
end
|
|
6312
|
+
|
|
6313
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6314
|
+
end
|
|
6315
|
+
|
|
6316
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6317
|
+
end
|
|
6318
|
+
|
|
6181
6319
|
class Route
|
|
6182
6320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6183
6321
|
|
|
@@ -12057,6 +12195,40 @@ module Google
|
|
|
12057
12195
|
end
|
|
12058
12196
|
end
|
|
12059
12197
|
|
|
12198
|
+
class GlobalVmExtensionPolicyList
|
|
12199
|
+
# @private
|
|
12200
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12201
|
+
property :etag, as: 'etag'
|
|
12202
|
+
property :id, as: 'id'
|
|
12203
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::GlobalVmExtensionPolicy, decorator: Google::Apis::ComputeBeta::GlobalVmExtensionPolicy::Representation
|
|
12204
|
+
|
|
12205
|
+
property :kind, as: 'kind'
|
|
12206
|
+
property :next_page_token, as: 'nextPageToken'
|
|
12207
|
+
property :self_link, as: 'selfLink'
|
|
12208
|
+
collection :unreachables, as: 'unreachables'
|
|
12209
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::GlobalVmExtensionPolicyList::Warning, decorator: Google::Apis::ComputeBeta::GlobalVmExtensionPolicyList::Warning::Representation
|
|
12210
|
+
|
|
12211
|
+
end
|
|
12212
|
+
|
|
12213
|
+
class Warning
|
|
12214
|
+
# @private
|
|
12215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12216
|
+
property :code, as: 'code'
|
|
12217
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::GlobalVmExtensionPolicyList::Warning::Datum, decorator: Google::Apis::ComputeBeta::GlobalVmExtensionPolicyList::Warning::Datum::Representation
|
|
12218
|
+
|
|
12219
|
+
property :message, as: 'message'
|
|
12220
|
+
end
|
|
12221
|
+
|
|
12222
|
+
class Datum
|
|
12223
|
+
# @private
|
|
12224
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
12225
|
+
property :key, as: 'key'
|
|
12226
|
+
property :value, as: 'value'
|
|
12227
|
+
end
|
|
12228
|
+
end
|
|
12229
|
+
end
|
|
12230
|
+
end
|
|
12231
|
+
|
|
12060
12232
|
class GlobalVmExtensionPolicyRolloutOperation
|
|
12061
12233
|
# @private
|
|
12062
12234
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13413,7 +13585,10 @@ module Google
|
|
|
13413
13585
|
class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
|
|
13414
13586
|
# @private
|
|
13415
13587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
13588
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeBeta::AttachedDisk, decorator: Google::Apis::ComputeBeta::AttachedDisk::Representation
|
|
13589
|
+
|
|
13416
13590
|
collection :machine_types, as: 'machineTypes'
|
|
13591
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
13417
13592
|
property :rank, as: 'rank'
|
|
13418
13593
|
end
|
|
13419
13594
|
end
|
|
@@ -16150,7 +16325,10 @@ module Google
|
|
|
16150
16325
|
class ManagedInstancePropertiesFromFlexibilityPolicy
|
|
16151
16326
|
# @private
|
|
16152
16327
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16328
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeBeta::AttachedDisk, decorator: Google::Apis::ComputeBeta::AttachedDisk::Representation
|
|
16329
|
+
|
|
16153
16330
|
property :machine_type, as: 'machineType'
|
|
16331
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
16154
16332
|
property :provisioning_model, as: 'provisioningModel'
|
|
16155
16333
|
end
|
|
16156
16334
|
end
|
|
@@ -20113,6 +20291,153 @@ module Google
|
|
|
20113
20291
|
end
|
|
20114
20292
|
end
|
|
20115
20293
|
|
|
20294
|
+
class Rollout
|
|
20295
|
+
# @private
|
|
20296
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20297
|
+
property :cancellation_time, as: 'cancellationTime'
|
|
20298
|
+
property :completion_time, as: 'completionTime'
|
|
20299
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
20300
|
+
property :current_wave_number, :numeric_string => true, as: 'currentWaveNumber'
|
|
20301
|
+
property :description, as: 'description'
|
|
20302
|
+
property :etag, as: 'etag'
|
|
20303
|
+
property :id, :numeric_string => true, as: 'id'
|
|
20304
|
+
property :kind, as: 'kind'
|
|
20305
|
+
property :name, as: 'name'
|
|
20306
|
+
property :rollout_entity, as: 'rolloutEntity', class: Google::Apis::ComputeBeta::RolloutRolloutEntity, decorator: Google::Apis::ComputeBeta::RolloutRolloutEntity::Representation
|
|
20307
|
+
|
|
20308
|
+
property :rollout_plan, as: 'rolloutPlan'
|
|
20309
|
+
property :self_link, as: 'selfLink'
|
|
20310
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
20311
|
+
property :state, as: 'state'
|
|
20312
|
+
collection :wave_details, as: 'waveDetails', class: Google::Apis::ComputeBeta::RolloutWaveDetails, decorator: Google::Apis::ComputeBeta::RolloutWaveDetails::Representation
|
|
20313
|
+
|
|
20314
|
+
end
|
|
20315
|
+
end
|
|
20316
|
+
|
|
20317
|
+
class RolloutPlan
|
|
20318
|
+
# @private
|
|
20319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20320
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
20321
|
+
property :description, as: 'description'
|
|
20322
|
+
property :id, :numeric_string => true, as: 'id'
|
|
20323
|
+
property :kind, as: 'kind'
|
|
20324
|
+
property :location_scope, as: 'locationScope'
|
|
20325
|
+
property :name, as: 'name'
|
|
20326
|
+
property :self_link, as: 'selfLink'
|
|
20327
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
20328
|
+
collection :waves, as: 'waves', class: Google::Apis::ComputeBeta::RolloutPlanWave, decorator: Google::Apis::ComputeBeta::RolloutPlanWave::Representation
|
|
20329
|
+
|
|
20330
|
+
end
|
|
20331
|
+
end
|
|
20332
|
+
|
|
20333
|
+
class RolloutPlanWave
|
|
20334
|
+
# @private
|
|
20335
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20336
|
+
property :display_name, as: 'displayName'
|
|
20337
|
+
property :number, :numeric_string => true, as: 'number'
|
|
20338
|
+
property :orchestration_options, as: 'orchestrationOptions', class: Google::Apis::ComputeBeta::RolloutPlanWaveOrchestrationOptions, decorator: Google::Apis::ComputeBeta::RolloutPlanWaveOrchestrationOptions::Representation
|
|
20339
|
+
|
|
20340
|
+
collection :selectors, as: 'selectors', class: Google::Apis::ComputeBeta::RolloutPlanWaveSelector, decorator: Google::Apis::ComputeBeta::RolloutPlanWaveSelector::Representation
|
|
20341
|
+
|
|
20342
|
+
property :validation, as: 'validation', class: Google::Apis::ComputeBeta::RolloutPlanWaveValidation, decorator: Google::Apis::ComputeBeta::RolloutPlanWaveValidation::Representation
|
|
20343
|
+
|
|
20344
|
+
end
|
|
20345
|
+
end
|
|
20346
|
+
|
|
20347
|
+
class RolloutPlanWaveOrchestrationOptions
|
|
20348
|
+
# @private
|
|
20349
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20350
|
+
collection :delays, as: 'delays', class: Google::Apis::ComputeBeta::RolloutPlanWaveOrchestrationOptionsDelay, decorator: Google::Apis::ComputeBeta::RolloutPlanWaveOrchestrationOptionsDelay::Representation
|
|
20351
|
+
|
|
20352
|
+
property :max_concurrent_locations, :numeric_string => true, as: 'maxConcurrentLocations'
|
|
20353
|
+
property :max_concurrent_resources_per_location, :numeric_string => true, as: 'maxConcurrentResourcesPerLocation'
|
|
20354
|
+
end
|
|
20355
|
+
end
|
|
20356
|
+
|
|
20357
|
+
class RolloutPlanWaveOrchestrationOptionsDelay
|
|
20358
|
+
# @private
|
|
20359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20360
|
+
property :delimiter, as: 'delimiter'
|
|
20361
|
+
property :duration, as: 'duration'
|
|
20362
|
+
property :type, as: 'type'
|
|
20363
|
+
end
|
|
20364
|
+
end
|
|
20365
|
+
|
|
20366
|
+
class RolloutPlanWaveSelector
|
|
20367
|
+
# @private
|
|
20368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20369
|
+
property :location_selector, as: 'locationSelector', class: Google::Apis::ComputeBeta::RolloutPlanWaveSelectorLocationSelector, decorator: Google::Apis::ComputeBeta::RolloutPlanWaveSelectorLocationSelector::Representation
|
|
20370
|
+
|
|
20371
|
+
property :resource_hierarchy_selector, as: 'resourceHierarchySelector', class: Google::Apis::ComputeBeta::RolloutPlanWaveSelectorResourceHierarchySelector, decorator: Google::Apis::ComputeBeta::RolloutPlanWaveSelectorResourceHierarchySelector::Representation
|
|
20372
|
+
|
|
20373
|
+
end
|
|
20374
|
+
end
|
|
20375
|
+
|
|
20376
|
+
class RolloutPlanWaveSelectorLocationSelector
|
|
20377
|
+
# @private
|
|
20378
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20379
|
+
collection :included_locations, as: 'includedLocations'
|
|
20380
|
+
end
|
|
20381
|
+
end
|
|
20382
|
+
|
|
20383
|
+
class RolloutPlanWaveSelectorResourceHierarchySelector
|
|
20384
|
+
# @private
|
|
20385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20386
|
+
collection :included_folders, as: 'includedFolders'
|
|
20387
|
+
collection :included_organizations, as: 'includedOrganizations'
|
|
20388
|
+
collection :included_projects, as: 'includedProjects'
|
|
20389
|
+
end
|
|
20390
|
+
end
|
|
20391
|
+
|
|
20392
|
+
class RolloutPlanWaveValidation
|
|
20393
|
+
# @private
|
|
20394
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20395
|
+
property :time_based_validation_metadata, as: 'timeBasedValidationMetadata', class: Google::Apis::ComputeBeta::RolloutPlanWaveValidationTimeBasedValidationMetadata, decorator: Google::Apis::ComputeBeta::RolloutPlanWaveValidationTimeBasedValidationMetadata::Representation
|
|
20396
|
+
|
|
20397
|
+
property :type, as: 'type'
|
|
20398
|
+
end
|
|
20399
|
+
end
|
|
20400
|
+
|
|
20401
|
+
class RolloutPlanWaveValidationTimeBasedValidationMetadata
|
|
20402
|
+
# @private
|
|
20403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20404
|
+
property :wait_duration, as: 'waitDuration'
|
|
20405
|
+
end
|
|
20406
|
+
end
|
|
20407
|
+
|
|
20408
|
+
class RolloutPlansListResponse
|
|
20409
|
+
# @private
|
|
20410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20411
|
+
property :etag, as: 'etag'
|
|
20412
|
+
property :id, as: 'id'
|
|
20413
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::RolloutPlan, decorator: Google::Apis::ComputeBeta::RolloutPlan::Representation
|
|
20414
|
+
|
|
20415
|
+
property :next_page_token, as: 'nextPageToken'
|
|
20416
|
+
property :self_link, as: 'selfLink'
|
|
20417
|
+
collection :unreachables, as: 'unreachables'
|
|
20418
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::RolloutPlansListResponse::Warning, decorator: Google::Apis::ComputeBeta::RolloutPlansListResponse::Warning::Representation
|
|
20419
|
+
|
|
20420
|
+
end
|
|
20421
|
+
|
|
20422
|
+
class Warning
|
|
20423
|
+
# @private
|
|
20424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20425
|
+
property :code, as: 'code'
|
|
20426
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::RolloutPlansListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::RolloutPlansListResponse::Warning::Datum::Representation
|
|
20427
|
+
|
|
20428
|
+
property :message, as: 'message'
|
|
20429
|
+
end
|
|
20430
|
+
|
|
20431
|
+
class Datum
|
|
20432
|
+
# @private
|
|
20433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20434
|
+
property :key, as: 'key'
|
|
20435
|
+
property :value, as: 'value'
|
|
20436
|
+
end
|
|
20437
|
+
end
|
|
20438
|
+
end
|
|
20439
|
+
end
|
|
20440
|
+
|
|
20116
20441
|
class RolloutPolicy
|
|
20117
20442
|
# @private
|
|
20118
20443
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20121,6 +20446,76 @@ module Google
|
|
|
20121
20446
|
end
|
|
20122
20447
|
end
|
|
20123
20448
|
|
|
20449
|
+
class RolloutRolloutEntity
|
|
20450
|
+
# @private
|
|
20451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20452
|
+
property :orchestrated_entity, as: 'orchestratedEntity', class: Google::Apis::ComputeBeta::RolloutRolloutEntityOrchestratedEntity, decorator: Google::Apis::ComputeBeta::RolloutRolloutEntityOrchestratedEntity::Representation
|
|
20453
|
+
|
|
20454
|
+
end
|
|
20455
|
+
end
|
|
20456
|
+
|
|
20457
|
+
class RolloutRolloutEntityOrchestratedEntity
|
|
20458
|
+
# @private
|
|
20459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20460
|
+
property :conflict_behavior, as: 'conflictBehavior'
|
|
20461
|
+
property :orchestration_action, as: 'orchestrationAction'
|
|
20462
|
+
property :orchestration_source, as: 'orchestrationSource'
|
|
20463
|
+
end
|
|
20464
|
+
end
|
|
20465
|
+
|
|
20466
|
+
class RolloutWaveDetails
|
|
20467
|
+
# @private
|
|
20468
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20469
|
+
property :orchestrated_wave_details, as: 'orchestratedWaveDetails', class: Google::Apis::ComputeBeta::RolloutWaveDetailsOrchestratedWaveDetails, decorator: Google::Apis::ComputeBeta::RolloutWaveDetailsOrchestratedWaveDetails::Representation
|
|
20470
|
+
|
|
20471
|
+
property :wave_display_name, as: 'waveDisplayName'
|
|
20472
|
+
property :wave_number, :numeric_string => true, as: 'waveNumber'
|
|
20473
|
+
end
|
|
20474
|
+
end
|
|
20475
|
+
|
|
20476
|
+
class RolloutWaveDetailsOrchestratedWaveDetails
|
|
20477
|
+
# @private
|
|
20478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20479
|
+
property :completed_resources_count, :numeric_string => true, as: 'completedResourcesCount'
|
|
20480
|
+
property :estimated_total_resources_count, :numeric_string => true, as: 'estimatedTotalResourcesCount'
|
|
20481
|
+
collection :failed_locations, as: 'failedLocations'
|
|
20482
|
+
property :failed_resources_count, :numeric_string => true, as: 'failedResourcesCount'
|
|
20483
|
+
end
|
|
20484
|
+
end
|
|
20485
|
+
|
|
20486
|
+
class RolloutsListResponse
|
|
20487
|
+
# @private
|
|
20488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20489
|
+
property :etag, as: 'etag'
|
|
20490
|
+
property :id, as: 'id'
|
|
20491
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::Rollout, decorator: Google::Apis::ComputeBeta::Rollout::Representation
|
|
20492
|
+
|
|
20493
|
+
property :next_page_token, as: 'nextPageToken'
|
|
20494
|
+
property :self_link, as: 'selfLink'
|
|
20495
|
+
collection :unreachables, as: 'unreachables'
|
|
20496
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::RolloutsListResponse::Warning, decorator: Google::Apis::ComputeBeta::RolloutsListResponse::Warning::Representation
|
|
20497
|
+
|
|
20498
|
+
end
|
|
20499
|
+
|
|
20500
|
+
class Warning
|
|
20501
|
+
# @private
|
|
20502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20503
|
+
property :code, as: 'code'
|
|
20504
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::RolloutsListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::RolloutsListResponse::Warning::Datum::Representation
|
|
20505
|
+
|
|
20506
|
+
property :message, as: 'message'
|
|
20507
|
+
end
|
|
20508
|
+
|
|
20509
|
+
class Datum
|
|
20510
|
+
# @private
|
|
20511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20512
|
+
property :key, as: 'key'
|
|
20513
|
+
property :value, as: 'value'
|
|
20514
|
+
end
|
|
20515
|
+
end
|
|
20516
|
+
end
|
|
20517
|
+
end
|
|
20518
|
+
|
|
20124
20519
|
class Route
|
|
20125
20520
|
# @private
|
|
20126
20521
|
class Representation < Google::Apis::Core::JsonRepresentation
|