google-apis-compute_beta 0.80.0 → 0.81.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.
@@ -1918,6 +1918,12 @@ module Google
1918
1918
  include Google::Apis::Core::JsonObjectSupport
1919
1919
  end
1920
1920
 
1921
+ class InstanceGroupManagerStandbyPolicy
1922
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1923
+
1924
+ include Google::Apis::Core::JsonObjectSupport
1925
+ end
1926
+
1921
1927
  class InstanceGroupManagerStatus
1922
1928
  class Representation < Google::Apis::Core::JsonRepresentation; end
1923
1929
 
@@ -2038,6 +2044,12 @@ module Google
2038
2044
  include Google::Apis::Core::JsonObjectSupport
2039
2045
  end
2040
2046
 
2047
+ class InstanceGroupManagersResumeInstancesRequest
2048
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2049
+
2050
+ include Google::Apis::Core::JsonObjectSupport
2051
+ end
2052
+
2041
2053
  class InstanceGroupManagersScopedList
2042
2054
  class Representation < Google::Apis::Core::JsonRepresentation; end
2043
2055
 
@@ -2074,6 +2086,24 @@ module Google
2074
2086
  include Google::Apis::Core::JsonObjectSupport
2075
2087
  end
2076
2088
 
2089
+ class InstanceGroupManagersStartInstancesRequest
2090
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2091
+
2092
+ include Google::Apis::Core::JsonObjectSupport
2093
+ end
2094
+
2095
+ class InstanceGroupManagersStopInstancesRequest
2096
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2097
+
2098
+ include Google::Apis::Core::JsonObjectSupport
2099
+ end
2100
+
2101
+ class InstanceGroupManagersSuspendInstancesRequest
2102
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2103
+
2104
+ include Google::Apis::Core::JsonObjectSupport
2105
+ end
2106
+
2077
2107
  class InstanceGroupManagersUpdatePerInstanceConfigsReq
2078
2108
  class Representation < Google::Apis::Core::JsonRepresentation; end
2079
2109
 
@@ -2956,6 +2986,12 @@ module Google
2956
2986
  include Google::Apis::Core::JsonObjectSupport
2957
2987
  end
2958
2988
 
2989
+ class ManagedInstanceInstanceFlexibilityOverride
2990
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2991
+
2992
+ include Google::Apis::Core::JsonObjectSupport
2993
+ end
2994
+
2959
2995
  class ManagedInstanceInstanceHealth
2960
2996
  class Representation < Google::Apis::Core::JsonRepresentation; end
2961
2997
 
@@ -3472,6 +3508,12 @@ module Google
3472
3508
  include Google::Apis::Core::JsonObjectSupport
3473
3509
  end
3474
3510
 
3511
+ class NodeGroupsPerformMaintenanceRequest
3512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3513
+
3514
+ include Google::Apis::Core::JsonObjectSupport
3515
+ end
3516
+
3475
3517
  class NodeGroupsScopedList
3476
3518
  class Representation < Google::Apis::Core::JsonRepresentation; end
3477
3519
 
@@ -4270,6 +4312,12 @@ module Google
4270
4312
  include Google::Apis::Core::JsonObjectSupport
4271
4313
  end
4272
4314
 
4315
+ class RegionInstanceGroupManagersResumeInstancesRequest
4316
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4317
+
4318
+ include Google::Apis::Core::JsonObjectSupport
4319
+ end
4320
+
4273
4321
  class RegionInstanceGroupManagersSetAutoHealingRequest
4274
4322
  class Representation < Google::Apis::Core::JsonRepresentation; end
4275
4323
 
@@ -4288,6 +4336,24 @@ module Google
4288
4336
  include Google::Apis::Core::JsonObjectSupport
4289
4337
  end
4290
4338
 
4339
+ class RegionInstanceGroupManagersStartInstancesRequest
4340
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4341
+
4342
+ include Google::Apis::Core::JsonObjectSupport
4343
+ end
4344
+
4345
+ class RegionInstanceGroupManagersStopInstancesRequest
4346
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4347
+
4348
+ include Google::Apis::Core::JsonObjectSupport
4349
+ end
4350
+
4351
+ class RegionInstanceGroupManagersSuspendInstancesRequest
4352
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4353
+
4354
+ include Google::Apis::Core::JsonObjectSupport
4355
+ end
4356
+
4291
4357
  class RegionInstanceGroupsListInstances
4292
4358
  class Representation < Google::Apis::Core::JsonRepresentation; end
4293
4359
 
@@ -6184,6 +6250,12 @@ module Google
6184
6250
  include Google::Apis::Core::JsonObjectSupport
6185
6251
  end
6186
6252
 
6253
+ class UpcomingMaintenance
6254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
6255
+
6256
+ include Google::Apis::Core::JsonObjectSupport
6257
+ end
6258
+
6187
6259
  class UrlMap
6188
6260
  class Representation < Google::Apis::Core::JsonRepresentation; end
6189
6261
 
@@ -10156,12 +10228,16 @@ module Google
10156
10228
  property :region, as: 'region'
10157
10229
  property :self_link, as: 'selfLink'
10158
10230
  property :service_account, as: 'serviceAccount'
10231
+ property :standby_policy, as: 'standbyPolicy', class: Google::Apis::ComputeBeta::InstanceGroupManagerStandbyPolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerStandbyPolicy::Representation
10232
+
10159
10233
  property :stateful_policy, as: 'statefulPolicy', class: Google::Apis::ComputeBeta::StatefulPolicy, decorator: Google::Apis::ComputeBeta::StatefulPolicy::Representation
10160
10234
 
10161
10235
  property :status, as: 'status', class: Google::Apis::ComputeBeta::InstanceGroupManagerStatus, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerStatus::Representation
10162
10236
 
10163
10237
  collection :target_pools, as: 'targetPools'
10164
10238
  property :target_size, as: 'targetSize'
10239
+ property :target_stopped_size, as: 'targetStoppedSize'
10240
+ property :target_suspended_size, as: 'targetSuspendedSize'
10165
10241
  property :update_policy, as: 'updatePolicy', class: Google::Apis::ComputeBeta::InstanceGroupManagerUpdatePolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerUpdatePolicy::Representation
10166
10242
 
10167
10243
  collection :versions, as: 'versions', class: Google::Apis::ComputeBeta::InstanceGroupManagerVersion, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerVersion::Representation
@@ -10385,6 +10461,14 @@ module Google
10385
10461
  end
10386
10462
  end
10387
10463
 
10464
+ class InstanceGroupManagerStandbyPolicy
10465
+ # @private
10466
+ class Representation < Google::Apis::Core::JsonRepresentation
10467
+ property :initial_delay_sec, as: 'initialDelaySec'
10468
+ property :mode, as: 'mode'
10469
+ end
10470
+ end
10471
+
10388
10472
  class InstanceGroupManagerStatus
10389
10473
  # @private
10390
10474
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10567,6 +10651,13 @@ module Google
10567
10651
  end
10568
10652
  end
10569
10653
 
10654
+ class InstanceGroupManagersResumeInstancesRequest
10655
+ # @private
10656
+ class Representation < Google::Apis::Core::JsonRepresentation
10657
+ collection :instances, as: 'instances'
10658
+ end
10659
+ end
10660
+
10570
10661
  class InstanceGroupManagersScopedList
10571
10662
  # @private
10572
10663
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10618,6 +10709,29 @@ module Google
10618
10709
  end
10619
10710
  end
10620
10711
 
10712
+ class InstanceGroupManagersStartInstancesRequest
10713
+ # @private
10714
+ class Representation < Google::Apis::Core::JsonRepresentation
10715
+ collection :instances, as: 'instances'
10716
+ end
10717
+ end
10718
+
10719
+ class InstanceGroupManagersStopInstancesRequest
10720
+ # @private
10721
+ class Representation < Google::Apis::Core::JsonRepresentation
10722
+ property :force_stop, as: 'forceStop'
10723
+ collection :instances, as: 'instances'
10724
+ end
10725
+ end
10726
+
10727
+ class InstanceGroupManagersSuspendInstancesRequest
10728
+ # @private
10729
+ class Representation < Google::Apis::Core::JsonRepresentation
10730
+ property :force_suspend, as: 'forceSuspend'
10731
+ collection :instances, as: 'instances'
10732
+ end
10733
+ end
10734
+
10621
10735
  class InstanceGroupManagersUpdatePerInstanceConfigsReq
10622
10736
  # @private
10623
10737
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12220,6 +12334,8 @@ module Google
12220
12334
  property :current_action, as: 'currentAction'
12221
12335
  property :id, :numeric_string => true, as: 'id'
12222
12336
  property :instance, as: 'instance'
12337
+ property :instance_flexibility_override, as: 'instanceFlexibilityOverride', class: Google::Apis::ComputeBeta::ManagedInstanceInstanceFlexibilityOverride, decorator: Google::Apis::ComputeBeta::ManagedInstanceInstanceFlexibilityOverride::Representation
12338
+
12223
12339
  collection :instance_health, as: 'instanceHealth', class: Google::Apis::ComputeBeta::ManagedInstanceInstanceHealth, decorator: Google::Apis::ComputeBeta::ManagedInstanceInstanceHealth::Representation
12224
12340
 
12225
12341
  property :instance_status, as: 'instanceStatus'
@@ -12242,6 +12358,13 @@ module Google
12242
12358
  end
12243
12359
  end
12244
12360
 
12361
+ class ManagedInstanceInstanceFlexibilityOverride
12362
+ # @private
12363
+ class Representation < Google::Apis::Core::JsonRepresentation
12364
+ property :machine_type, as: 'machineType'
12365
+ end
12366
+ end
12367
+
12245
12368
  class ManagedInstanceInstanceHealth
12246
12369
  # @private
12247
12370
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13023,6 +13146,7 @@ module Google
13023
13146
  property :id, :numeric_string => true, as: 'id'
13024
13147
  property :kind, as: 'kind'
13025
13148
  property :location_hint, as: 'locationHint'
13149
+ property :maintenance_interval, as: 'maintenanceInterval'
13026
13150
  property :maintenance_policy, as: 'maintenancePolicy'
13027
13151
  property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::ComputeBeta::NodeGroupMaintenanceWindow, decorator: Google::Apis::ComputeBeta::NodeGroupMaintenanceWindow::Representation
13028
13152
 
@@ -13142,6 +13266,8 @@ module Google
13142
13266
  property :status, as: 'status'
13143
13267
  property :total_resources, as: 'totalResources', class: Google::Apis::ComputeBeta::InstanceConsumptionInfo, decorator: Google::Apis::ComputeBeta::InstanceConsumptionInfo::Representation
13144
13268
 
13269
+ property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeBeta::UpcomingMaintenance, decorator: Google::Apis::ComputeBeta::UpcomingMaintenance::Representation
13270
+
13145
13271
  end
13146
13272
  end
13147
13273
 
@@ -13191,6 +13317,14 @@ module Google
13191
13317
  end
13192
13318
  end
13193
13319
 
13320
+ class NodeGroupsPerformMaintenanceRequest
13321
+ # @private
13322
+ class Representation < Google::Apis::Core::JsonRepresentation
13323
+ collection :nodes, as: 'nodes'
13324
+ property :start_time, as: 'startTime'
13325
+ end
13326
+ end
13327
+
13194
13328
  class NodeGroupsScopedList
13195
13329
  # @private
13196
13330
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14627,6 +14761,13 @@ module Google
14627
14761
  end
14628
14762
  end
14629
14763
 
14764
+ class RegionInstanceGroupManagersResumeInstancesRequest
14765
+ # @private
14766
+ class Representation < Google::Apis::Core::JsonRepresentation
14767
+ collection :instances, as: 'instances'
14768
+ end
14769
+ end
14770
+
14630
14771
  class RegionInstanceGroupManagersSetAutoHealingRequest
14631
14772
  # @private
14632
14773
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14650,6 +14791,29 @@ module Google
14650
14791
  end
14651
14792
  end
14652
14793
 
14794
+ class RegionInstanceGroupManagersStartInstancesRequest
14795
+ # @private
14796
+ class Representation < Google::Apis::Core::JsonRepresentation
14797
+ collection :instances, as: 'instances'
14798
+ end
14799
+ end
14800
+
14801
+ class RegionInstanceGroupManagersStopInstancesRequest
14802
+ # @private
14803
+ class Representation < Google::Apis::Core::JsonRepresentation
14804
+ property :force_stop, as: 'forceStop'
14805
+ collection :instances, as: 'instances'
14806
+ end
14807
+ end
14808
+
14809
+ class RegionInstanceGroupManagersSuspendInstancesRequest
14810
+ # @private
14811
+ class Representation < Google::Apis::Core::JsonRepresentation
14812
+ property :force_suspend, as: 'forceSuspend'
14813
+ collection :instances, as: 'instances'
14814
+ end
14815
+ end
14816
+
14653
14817
  class RegionInstanceGroupsListInstances
14654
14818
  # @private
14655
14819
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18105,6 +18269,18 @@ module Google
18105
18269
  end
18106
18270
  end
18107
18271
 
18272
+ class UpcomingMaintenance
18273
+ # @private
18274
+ class Representation < Google::Apis::Core::JsonRepresentation
18275
+ property :can_reschedule, as: 'canReschedule'
18276
+ property :latest_window_start_time, as: 'latestWindowStartTime'
18277
+ property :maintenance_status, as: 'maintenanceStatus'
18278
+ property :type, as: 'type'
18279
+ property :window_end_time, as: 'windowEndTime'
18280
+ property :window_start_time, as: 'windowStartTime'
18281
+ end
18282
+ end
18283
+
18108
18284
  class UrlMap
18109
18285
  # @private
18110
18286
  class Representation < Google::Apis::Core::JsonRepresentation