google-apis-compute_alpha 0.45.0 → 0.48.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -928,7 +928,7 @@ module Google
928
928
  include Google::Apis::Core::JsonObjectSupport
929
929
  end
930
930
 
931
- class DisksStopGroupAsyncReplicationRequest
931
+ class DisksStopGroupAsyncReplicationResource
932
932
  class Representation < Google::Apis::Core::JsonRepresentation; end
933
933
 
934
934
  include Google::Apis::Core::JsonObjectSupport
@@ -3190,6 +3190,12 @@ module Google
3190
3190
  include Google::Apis::Core::JsonObjectSupport
3191
3191
  end
3192
3192
 
3193
+ class NetworkEndpointGroupPscData
3194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3195
+
3196
+ include Google::Apis::Core::JsonObjectSupport
3197
+ end
3198
+
3193
3199
  class NetworkEndpointGroupServerlessDeployment
3194
3200
  class Representation < Google::Apis::Core::JsonRepresentation; end
3195
3201
 
@@ -3460,6 +3466,12 @@ module Google
3460
3466
  include Google::Apis::Core::JsonObjectSupport
3461
3467
  end
3462
3468
 
3469
+ class NodeGroupsSimulateMaintenanceEventRequest
3470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3471
+
3472
+ include Google::Apis::Core::JsonObjectSupport
3473
+ end
3474
+
3463
3475
  class NodeTemplate
3464
3476
  class Representation < Google::Apis::Core::JsonRepresentation; end
3465
3477
 
@@ -4246,12 +4258,6 @@ module Google
4246
4258
  include Google::Apis::Core::JsonObjectSupport
4247
4259
  end
4248
4260
 
4249
- class RegionDisksStopGroupAsyncReplicationRequest
4250
- class Representation < Google::Apis::Core::JsonRepresentation; end
4251
-
4252
- include Google::Apis::Core::JsonObjectSupport
4253
- end
4254
-
4255
4261
  class RegionInstanceGroupList
4256
4262
  class Representation < Google::Apis::Core::JsonRepresentation; end
4257
4263
 
@@ -5020,6 +5026,12 @@ module Google
5020
5026
  include Google::Apis::Core::JsonObjectSupport
5021
5027
  end
5022
5028
 
5029
+ class SchedulingDynamicResizeProperties
5030
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5031
+
5032
+ include Google::Apis::Core::JsonObjectSupport
5033
+ end
5034
+
5023
5035
  class SchedulingNodeAffinity
5024
5036
  class Representation < Google::Apis::Core::JsonRepresentation; end
5025
5037
 
@@ -5212,6 +5224,24 @@ module Google
5212
5224
  include Google::Apis::Core::JsonObjectSupport
5213
5225
  end
5214
5226
 
5227
+ class SecurityPolicyRulePreconfiguredWafConfig
5228
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5229
+
5230
+ include Google::Apis::Core::JsonObjectSupport
5231
+ end
5232
+
5233
+ class SecurityPolicyRulePreconfiguredWafConfigExclusion
5234
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5235
+
5236
+ include Google::Apis::Core::JsonObjectSupport
5237
+ end
5238
+
5239
+ class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
5240
+ class Representation < Google::Apis::Core::JsonRepresentation; end
5241
+
5242
+ include Google::Apis::Core::JsonObjectSupport
5243
+ end
5244
+
5215
5245
  class SecurityPolicyRuleRateLimitOptions
5216
5246
  class Representation < Google::Apis::Core::JsonRepresentation; end
5217
5247
 
@@ -7041,6 +7071,7 @@ module Google
7041
7071
  property :multi_writer, as: 'multiWriter'
7042
7072
  property :on_update_action, as: 'onUpdateAction'
7043
7073
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
7074
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
7044
7075
  collection :replica_zones, as: 'replicaZones'
7045
7076
  hash :resource_manager_tags, as: 'resourceManagerTags'
7046
7077
  collection :resource_policies, as: 'resourcePolicies'
@@ -8123,6 +8154,7 @@ module Google
8123
8154
 
8124
8155
  property :physical_block_size_bytes, :numeric_string => true, as: 'physicalBlockSizeBytes'
8125
8156
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
8157
+ property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
8126
8158
  property :region, as: 'region'
8127
8159
  collection :replica_zones, as: 'replicaZones'
8128
8160
  collection :resource_policies, as: 'resourcePolicies'
@@ -8454,7 +8486,7 @@ module Google
8454
8486
  end
8455
8487
  end
8456
8488
 
8457
- class DisksStopGroupAsyncReplicationRequest
8489
+ class DisksStopGroupAsyncReplicationResource
8458
8490
  # @private
8459
8491
  class Representation < Google::Apis::Core::JsonRepresentation
8460
8492
  property :resource_policy, as: 'resourcePolicy'
@@ -10294,6 +10326,7 @@ module Google
10294
10326
  property :creating_without_retries, as: 'creatingWithoutRetries'
10295
10327
  property :deleting, as: 'deleting'
10296
10328
  property :none, as: 'none'
10329
+ property :queuing, as: 'queuing'
10297
10330
  property :recreating, as: 'recreating'
10298
10331
  property :refreshing, as: 'refreshing'
10299
10332
  property :restarting, as: 'restarting'
@@ -12389,6 +12422,7 @@ module Google
12389
12422
  property :instance_template, as: 'instanceTemplate'
12390
12423
  property :last_attempt, as: 'lastAttempt', class: Google::Apis::ComputeAlpha::ManagedInstanceLastAttempt, decorator: Google::Apis::ComputeAlpha::ManagedInstanceLastAttempt::Representation
12391
12424
 
12425
+ property :name, as: 'name'
12392
12426
  property :preserved_state_from_config, as: 'preservedStateFromConfig', class: Google::Apis::ComputeAlpha::PreservedState, decorator: Google::Apis::ComputeAlpha::PreservedState::Representation
12393
12427
 
12394
12428
  property :preserved_state_from_policy, as: 'preservedStateFromPolicy', class: Google::Apis::ComputeAlpha::PreservedState, decorator: Google::Apis::ComputeAlpha::PreservedState::Representation
@@ -12659,6 +12693,8 @@ module Google
12659
12693
  property :name, as: 'name'
12660
12694
  property :network, as: 'network'
12661
12695
  property :network_endpoint_type, as: 'networkEndpointType'
12696
+ property :psc_data, as: 'pscData', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupPscData, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupPscData::Representation
12697
+
12662
12698
  property :psc_target_service, as: 'pscTargetService'
12663
12699
  property :region, as: 'region'
12664
12700
  property :self_link, as: 'selfLink'
@@ -12773,6 +12809,15 @@ module Google
12773
12809
  end
12774
12810
  end
12775
12811
 
12812
+ class NetworkEndpointGroupPscData
12813
+ # @private
12814
+ class Representation < Google::Apis::Core::JsonRepresentation
12815
+ property :consumer_psc_address, as: 'consumerPscAddress'
12816
+ property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
12817
+ property :psc_connection_status, as: 'pscConnectionStatus'
12818
+ end
12819
+ end
12820
+
12776
12821
  class NetworkEndpointGroupServerlessDeployment
12777
12822
  # @private
12778
12823
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13264,6 +13309,13 @@ module Google
13264
13309
  end
13265
13310
  end
13266
13311
 
13312
+ class NodeGroupsSimulateMaintenanceEventRequest
13313
+ # @private
13314
+ class Representation < Google::Apis::Core::JsonRepresentation
13315
+ collection :nodes, as: 'nodes'
13316
+ end
13317
+ end
13318
+
13267
13319
  class NodeTemplate
13268
13320
  # @private
13269
13321
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14730,13 +14782,6 @@ module Google
14730
14782
  end
14731
14783
  end
14732
14784
 
14733
- class RegionDisksStopGroupAsyncReplicationRequest
14734
- # @private
14735
- class Representation < Google::Apis::Core::JsonRepresentation
14736
- property :resource_policy, as: 'resourcePolicy'
14737
- end
14738
- end
14739
-
14740
14785
  class RegionInstanceGroupList
14741
14786
  # @private
14742
14787
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16106,6 +16151,8 @@ module Google
16106
16151
  property :availability_domain, as: 'availabilityDomain'
16107
16152
  property :current_cpus, as: 'currentCpus'
16108
16153
  property :current_memory_mb, :numeric_string => true, as: 'currentMemoryMb'
16154
+ property :dynamic_resize_properties, as: 'dynamicResizeProperties', class: Google::Apis::ComputeAlpha::SchedulingDynamicResizeProperties, decorator: Google::Apis::ComputeAlpha::SchedulingDynamicResizeProperties::Representation
16155
+
16109
16156
  property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
16110
16157
  property :instance_termination_action, as: 'instanceTerminationAction'
16111
16158
  property :latency_tolerant, as: 'latencyTolerant'
@@ -16124,6 +16171,14 @@ module Google
16124
16171
  end
16125
16172
  end
16126
16173
 
16174
+ class SchedulingDynamicResizeProperties
16175
+ # @private
16176
+ class Representation < Google::Apis::Core::JsonRepresentation
16177
+ property :enable_hot_standby, as: 'enableHotStandby'
16178
+ property :hot_standby_state, as: 'hotStandbyState'
16179
+ end
16180
+ end
16181
+
16127
16182
  class SchedulingNodeAffinity
16128
16183
  # @private
16129
16184
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16390,6 +16445,8 @@ module Google
16390
16445
  property :kind, as: 'kind'
16391
16446
  property :match, as: 'match', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher::Representation
16392
16447
 
16448
+ property :preconfigured_waf_config, as: 'preconfiguredWafConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfig::Representation
16449
+
16393
16450
  property :preview, as: 'preview'
16394
16451
  property :priority, as: 'priority'
16395
16452
  property :rate_limit_options, as: 'rateLimitOptions', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptions, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptions::Representation
@@ -16460,6 +16517,38 @@ module Google
16460
16517
  end
16461
16518
  end
16462
16519
 
16520
+ class SecurityPolicyRulePreconfiguredWafConfig
16521
+ # @private
16522
+ class Representation < Google::Apis::Core::JsonRepresentation
16523
+ collection :exclusions, as: 'exclusions', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusion, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusion::Representation
16524
+
16525
+ end
16526
+ end
16527
+
16528
+ class SecurityPolicyRulePreconfiguredWafConfigExclusion
16529
+ # @private
16530
+ class Representation < Google::Apis::Core::JsonRepresentation
16531
+ collection :request_cookies_to_exclude, as: 'requestCookiesToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
16532
+
16533
+ collection :request_headers_to_exclude, as: 'requestHeadersToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
16534
+
16535
+ collection :request_query_params_to_exclude, as: 'requestQueryParamsToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
16536
+
16537
+ collection :request_uris_to_exclude, as: 'requestUrisToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
16538
+
16539
+ collection :target_rule_ids, as: 'targetRuleIds'
16540
+ property :target_rule_set, as: 'targetRuleSet'
16541
+ end
16542
+ end
16543
+
16544
+ class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
16545
+ # @private
16546
+ class Representation < Google::Apis::Core::JsonRepresentation
16547
+ property :op, as: 'op'
16548
+ property :val, as: 'val'
16549
+ end
16550
+ end
16551
+
16463
16552
  class SecurityPolicyRuleRateLimitOptions
16464
16553
  # @private
16465
16554
  class Representation < Google::Apis::Core::JsonRepresentation