google-apis-compute_beta 0.80.0 → 0.82.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 ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.80.0"
19
+ GEM_VERSION = "0.82.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 = "20230912"
25
+ REVISION = "20230923"
26
26
  end
27
27
  end
28
28
  end
@@ -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
 
@@ -7382,6 +7454,7 @@ module Google
7382
7454
  property :iap, as: 'iap', class: Google::Apis::ComputeBeta::BackendServiceIap, decorator: Google::Apis::ComputeBeta::BackendServiceIap::Representation
7383
7455
 
7384
7456
  property :id, :numeric_string => true, as: 'id'
7457
+ property :ip_address_selection_policy, as: 'ipAddressSelectionPolicy'
7385
7458
  property :kind, as: 'kind'
7386
7459
  property :load_balancing_scheme, as: 'loadBalancingScheme'
7387
7460
  collection :locality_lb_policies, as: 'localityLbPolicies', class: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfig, decorator: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfig::Representation
@@ -10156,12 +10229,16 @@ module Google
10156
10229
  property :region, as: 'region'
10157
10230
  property :self_link, as: 'selfLink'
10158
10231
  property :service_account, as: 'serviceAccount'
10232
+ property :standby_policy, as: 'standbyPolicy', class: Google::Apis::ComputeBeta::InstanceGroupManagerStandbyPolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerStandbyPolicy::Representation
10233
+
10159
10234
  property :stateful_policy, as: 'statefulPolicy', class: Google::Apis::ComputeBeta::StatefulPolicy, decorator: Google::Apis::ComputeBeta::StatefulPolicy::Representation
10160
10235
 
10161
10236
  property :status, as: 'status', class: Google::Apis::ComputeBeta::InstanceGroupManagerStatus, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerStatus::Representation
10162
10237
 
10163
10238
  collection :target_pools, as: 'targetPools'
10164
10239
  property :target_size, as: 'targetSize'
10240
+ property :target_stopped_size, as: 'targetStoppedSize'
10241
+ property :target_suspended_size, as: 'targetSuspendedSize'
10165
10242
  property :update_policy, as: 'updatePolicy', class: Google::Apis::ComputeBeta::InstanceGroupManagerUpdatePolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerUpdatePolicy::Representation
10166
10243
 
10167
10244
  collection :versions, as: 'versions', class: Google::Apis::ComputeBeta::InstanceGroupManagerVersion, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerVersion::Representation
@@ -10385,6 +10462,14 @@ module Google
10385
10462
  end
10386
10463
  end
10387
10464
 
10465
+ class InstanceGroupManagerStandbyPolicy
10466
+ # @private
10467
+ class Representation < Google::Apis::Core::JsonRepresentation
10468
+ property :initial_delay_sec, as: 'initialDelaySec'
10469
+ property :mode, as: 'mode'
10470
+ end
10471
+ end
10472
+
10388
10473
  class InstanceGroupManagerStatus
10389
10474
  # @private
10390
10475
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10567,6 +10652,13 @@ module Google
10567
10652
  end
10568
10653
  end
10569
10654
 
10655
+ class InstanceGroupManagersResumeInstancesRequest
10656
+ # @private
10657
+ class Representation < Google::Apis::Core::JsonRepresentation
10658
+ collection :instances, as: 'instances'
10659
+ end
10660
+ end
10661
+
10570
10662
  class InstanceGroupManagersScopedList
10571
10663
  # @private
10572
10664
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10618,6 +10710,29 @@ module Google
10618
10710
  end
10619
10711
  end
10620
10712
 
10713
+ class InstanceGroupManagersStartInstancesRequest
10714
+ # @private
10715
+ class Representation < Google::Apis::Core::JsonRepresentation
10716
+ collection :instances, as: 'instances'
10717
+ end
10718
+ end
10719
+
10720
+ class InstanceGroupManagersStopInstancesRequest
10721
+ # @private
10722
+ class Representation < Google::Apis::Core::JsonRepresentation
10723
+ property :force_stop, as: 'forceStop'
10724
+ collection :instances, as: 'instances'
10725
+ end
10726
+ end
10727
+
10728
+ class InstanceGroupManagersSuspendInstancesRequest
10729
+ # @private
10730
+ class Representation < Google::Apis::Core::JsonRepresentation
10731
+ property :force_suspend, as: 'forceSuspend'
10732
+ collection :instances, as: 'instances'
10733
+ end
10734
+ end
10735
+
10621
10736
  class InstanceGroupManagersUpdatePerInstanceConfigsReq
10622
10737
  # @private
10623
10738
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12220,6 +12335,8 @@ module Google
12220
12335
  property :current_action, as: 'currentAction'
12221
12336
  property :id, :numeric_string => true, as: 'id'
12222
12337
  property :instance, as: 'instance'
12338
+ property :instance_flexibility_override, as: 'instanceFlexibilityOverride', class: Google::Apis::ComputeBeta::ManagedInstanceInstanceFlexibilityOverride, decorator: Google::Apis::ComputeBeta::ManagedInstanceInstanceFlexibilityOverride::Representation
12339
+
12223
12340
  collection :instance_health, as: 'instanceHealth', class: Google::Apis::ComputeBeta::ManagedInstanceInstanceHealth, decorator: Google::Apis::ComputeBeta::ManagedInstanceInstanceHealth::Representation
12224
12341
 
12225
12342
  property :instance_status, as: 'instanceStatus'
@@ -12242,6 +12359,13 @@ module Google
12242
12359
  end
12243
12360
  end
12244
12361
 
12362
+ class ManagedInstanceInstanceFlexibilityOverride
12363
+ # @private
12364
+ class Representation < Google::Apis::Core::JsonRepresentation
12365
+ property :machine_type, as: 'machineType'
12366
+ end
12367
+ end
12368
+
12245
12369
  class ManagedInstanceInstanceHealth
12246
12370
  # @private
12247
12371
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13023,6 +13147,7 @@ module Google
13023
13147
  property :id, :numeric_string => true, as: 'id'
13024
13148
  property :kind, as: 'kind'
13025
13149
  property :location_hint, as: 'locationHint'
13150
+ property :maintenance_interval, as: 'maintenanceInterval'
13026
13151
  property :maintenance_policy, as: 'maintenancePolicy'
13027
13152
  property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::ComputeBeta::NodeGroupMaintenanceWindow, decorator: Google::Apis::ComputeBeta::NodeGroupMaintenanceWindow::Representation
13028
13153
 
@@ -13142,6 +13267,8 @@ module Google
13142
13267
  property :status, as: 'status'
13143
13268
  property :total_resources, as: 'totalResources', class: Google::Apis::ComputeBeta::InstanceConsumptionInfo, decorator: Google::Apis::ComputeBeta::InstanceConsumptionInfo::Representation
13144
13269
 
13270
+ property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeBeta::UpcomingMaintenance, decorator: Google::Apis::ComputeBeta::UpcomingMaintenance::Representation
13271
+
13145
13272
  end
13146
13273
  end
13147
13274
 
@@ -13191,6 +13318,14 @@ module Google
13191
13318
  end
13192
13319
  end
13193
13320
 
13321
+ class NodeGroupsPerformMaintenanceRequest
13322
+ # @private
13323
+ class Representation < Google::Apis::Core::JsonRepresentation
13324
+ collection :nodes, as: 'nodes'
13325
+ property :start_time, as: 'startTime'
13326
+ end
13327
+ end
13328
+
13194
13329
  class NodeGroupsScopedList
13195
13330
  # @private
13196
13331
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14627,6 +14762,13 @@ module Google
14627
14762
  end
14628
14763
  end
14629
14764
 
14765
+ class RegionInstanceGroupManagersResumeInstancesRequest
14766
+ # @private
14767
+ class Representation < Google::Apis::Core::JsonRepresentation
14768
+ collection :instances, as: 'instances'
14769
+ end
14770
+ end
14771
+
14630
14772
  class RegionInstanceGroupManagersSetAutoHealingRequest
14631
14773
  # @private
14632
14774
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14650,6 +14792,29 @@ module Google
14650
14792
  end
14651
14793
  end
14652
14794
 
14795
+ class RegionInstanceGroupManagersStartInstancesRequest
14796
+ # @private
14797
+ class Representation < Google::Apis::Core::JsonRepresentation
14798
+ collection :instances, as: 'instances'
14799
+ end
14800
+ end
14801
+
14802
+ class RegionInstanceGroupManagersStopInstancesRequest
14803
+ # @private
14804
+ class Representation < Google::Apis::Core::JsonRepresentation
14805
+ property :force_stop, as: 'forceStop'
14806
+ collection :instances, as: 'instances'
14807
+ end
14808
+ end
14809
+
14810
+ class RegionInstanceGroupManagersSuspendInstancesRequest
14811
+ # @private
14812
+ class Representation < Google::Apis::Core::JsonRepresentation
14813
+ property :force_suspend, as: 'forceSuspend'
14814
+ collection :instances, as: 'instances'
14815
+ end
14816
+ end
14817
+
14653
14818
  class RegionInstanceGroupsListInstances
14654
14819
  # @private
14655
14820
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18105,6 +18270,18 @@ module Google
18105
18270
  end
18106
18271
  end
18107
18272
 
18273
+ class UpcomingMaintenance
18274
+ # @private
18275
+ class Representation < Google::Apis::Core::JsonRepresentation
18276
+ property :can_reschedule, as: 'canReschedule'
18277
+ property :latest_window_start_time, as: 'latestWindowStartTime'
18278
+ property :maintenance_status, as: 'maintenanceStatus'
18279
+ property :type, as: 'type'
18280
+ property :window_end_time, as: 'windowEndTime'
18281
+ property :window_start_time, as: 'windowStartTime'
18282
+ end
18283
+ end
18284
+
18108
18285
  class UrlMap
18109
18286
  # @private
18110
18287
  class Representation < Google::Apis::Core::JsonRepresentation