google-apis-compute_alpha 0.43.0 → 0.46.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 +12 -0
- data/lib/google/apis/compute_alpha/classes.rb +370 -53
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +164 -15
- data/lib/google/apis/compute_alpha/service.rb +62 -368
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.46.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220809"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -166,6 +166,18 @@ module Google
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
167
167
|
end
|
168
168
|
|
169
|
+
class AllocationResourceStatus
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class AllocationResourceStatusSpecificSkuAllocation
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
169
181
|
class AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk
|
170
182
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
183
|
|
@@ -916,7 +928,7 @@ module Google
|
|
916
928
|
include Google::Apis::Core::JsonObjectSupport
|
917
929
|
end
|
918
930
|
|
919
|
-
class
|
931
|
+
class DisksStopGroupAsyncReplicationResource
|
920
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
921
933
|
|
922
934
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -1216,6 +1228,12 @@ module Google
|
|
1216
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1217
1229
|
end
|
1218
1230
|
|
1231
|
+
class FutureReservationStatusSpecificSkuProperties
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1219
1237
|
class FutureReservationTimeWindow
|
1220
1238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
1239
|
|
@@ -3172,6 +3190,12 @@ module Google
|
|
3172
3190
|
include Google::Apis::Core::JsonObjectSupport
|
3173
3191
|
end
|
3174
3192
|
|
3193
|
+
class NetworkEndpointGroupPscData
|
3194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3195
|
+
|
3196
|
+
include Google::Apis::Core::JsonObjectSupport
|
3197
|
+
end
|
3198
|
+
|
3175
3199
|
class NetworkEndpointGroupServerlessDeployment
|
3176
3200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3177
3201
|
|
@@ -3442,6 +3466,12 @@ module Google
|
|
3442
3466
|
include Google::Apis::Core::JsonObjectSupport
|
3443
3467
|
end
|
3444
3468
|
|
3469
|
+
class NodeGroupsSimulateMaintenanceEventRequest
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
|
+
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
3473
|
+
end
|
3474
|
+
|
3445
3475
|
class NodeTemplate
|
3446
3476
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3447
3477
|
|
@@ -4228,12 +4258,6 @@ module Google
|
|
4228
4258
|
include Google::Apis::Core::JsonObjectSupport
|
4229
4259
|
end
|
4230
4260
|
|
4231
|
-
class RegionDisksStopGroupAsyncReplicationRequest
|
4232
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4233
|
-
|
4234
|
-
include Google::Apis::Core::JsonObjectSupport
|
4235
|
-
end
|
4236
|
-
|
4237
4261
|
class RegionInstanceGroupList
|
4238
4262
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4239
4263
|
|
@@ -5002,6 +5026,12 @@ module Google
|
|
5002
5026
|
include Google::Apis::Core::JsonObjectSupport
|
5003
5027
|
end
|
5004
5028
|
|
5029
|
+
class SchedulingDynamicResizeProperties
|
5030
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5031
|
+
|
5032
|
+
include Google::Apis::Core::JsonObjectSupport
|
5033
|
+
end
|
5034
|
+
|
5005
5035
|
class SchedulingNodeAffinity
|
5006
5036
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5007
5037
|
|
@@ -5098,6 +5128,12 @@ module Google
|
|
5098
5128
|
include Google::Apis::Core::JsonObjectSupport
|
5099
5129
|
end
|
5100
5130
|
|
5131
|
+
class SecurityPolicyAdvancedOptionsConfigJsonCustomConfig
|
5132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5133
|
+
|
5134
|
+
include Google::Apis::Core::JsonObjectSupport
|
5135
|
+
end
|
5136
|
+
|
5101
5137
|
class SecurityPolicyAssociation
|
5102
5138
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5103
5139
|
|
@@ -5188,6 +5224,24 @@ module Google
|
|
5188
5224
|
include Google::Apis::Core::JsonObjectSupport
|
5189
5225
|
end
|
5190
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
|
+
|
5191
5245
|
class SecurityPolicyRuleRateLimitOptions
|
5192
5246
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5193
5247
|
|
@@ -6920,6 +6974,21 @@ module Google
|
|
6920
6974
|
end
|
6921
6975
|
end
|
6922
6976
|
|
6977
|
+
class AllocationResourceStatus
|
6978
|
+
# @private
|
6979
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6980
|
+
property :specific_sku_allocation, as: 'specificSkuAllocation', class: Google::Apis::ComputeAlpha::AllocationResourceStatusSpecificSkuAllocation, decorator: Google::Apis::ComputeAlpha::AllocationResourceStatusSpecificSkuAllocation::Representation
|
6981
|
+
|
6982
|
+
end
|
6983
|
+
end
|
6984
|
+
|
6985
|
+
class AllocationResourceStatusSpecificSkuAllocation
|
6986
|
+
# @private
|
6987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6988
|
+
property :source_instance_template_id, as: 'sourceInstanceTemplateId'
|
6989
|
+
end
|
6990
|
+
end
|
6991
|
+
|
6923
6992
|
class AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk
|
6924
6993
|
# @private
|
6925
6994
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6951,6 +7020,7 @@ module Google
|
|
6951
7020
|
property :in_use_count, :numeric_string => true, as: 'inUseCount'
|
6952
7021
|
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::AllocationSpecificSkuAllocationReservedInstanceProperties, decorator: Google::Apis::ComputeAlpha::AllocationSpecificSkuAllocationReservedInstanceProperties::Representation
|
6953
7022
|
|
7023
|
+
property :source_instance_template, as: 'sourceInstanceTemplate'
|
6954
7024
|
end
|
6955
7025
|
end
|
6956
7026
|
|
@@ -7001,6 +7071,7 @@ module Google
|
|
7001
7071
|
property :multi_writer, as: 'multiWriter'
|
7002
7072
|
property :on_update_action, as: 'onUpdateAction'
|
7003
7073
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
7074
|
+
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
|
7004
7075
|
collection :replica_zones, as: 'replicaZones'
|
7005
7076
|
hash :resource_manager_tags, as: 'resourceManagerTags'
|
7006
7077
|
collection :resource_policies, as: 'resourcePolicies'
|
@@ -8083,6 +8154,7 @@ module Google
|
|
8083
8154
|
|
8084
8155
|
property :physical_block_size_bytes, :numeric_string => true, as: 'physicalBlockSizeBytes'
|
8085
8156
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
8157
|
+
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
|
8086
8158
|
property :region, as: 'region'
|
8087
8159
|
collection :replica_zones, as: 'replicaZones'
|
8088
8160
|
collection :resource_policies, as: 'resourcePolicies'
|
@@ -8414,7 +8486,7 @@ module Google
|
|
8414
8486
|
end
|
8415
8487
|
end
|
8416
8488
|
|
8417
|
-
class
|
8489
|
+
class DisksStopGroupAsyncReplicationResource
|
8418
8490
|
# @private
|
8419
8491
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8420
8492
|
property :resource_policy, as: 'resourcePolicy'
|
@@ -8968,6 +9040,7 @@ module Google
|
|
8968
9040
|
property :kind, as: 'kind'
|
8969
9041
|
property :name, as: 'name'
|
8970
9042
|
property :name_prefix, as: 'namePrefix'
|
9043
|
+
property :planning_status, as: 'planningStatus'
|
8971
9044
|
property :self_link, as: 'selfLink'
|
8972
9045
|
property :self_link_with_id, as: 'selfLinkWithId'
|
8973
9046
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
|
@@ -8987,6 +9060,7 @@ module Google
|
|
8987
9060
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8988
9061
|
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::AllocationSpecificSkuAllocationReservedInstanceProperties, decorator: Google::Apis::ComputeAlpha::AllocationSpecificSkuAllocationReservedInstanceProperties::Representation
|
8989
9062
|
|
9063
|
+
property :source_instance_template, as: 'sourceInstanceTemplate'
|
8990
9064
|
property :total_count, :numeric_string => true, as: 'totalCount'
|
8991
9065
|
end
|
8992
9066
|
end
|
@@ -8998,6 +9072,15 @@ module Google
|
|
8998
9072
|
property :fulfilled_count, :numeric_string => true, as: 'fulfilledCount'
|
8999
9073
|
property :lock_time, as: 'lockTime'
|
9000
9074
|
property :procurement_status, as: 'procurementStatus'
|
9075
|
+
property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeAlpha::FutureReservationStatusSpecificSkuProperties, decorator: Google::Apis::ComputeAlpha::FutureReservationStatusSpecificSkuProperties::Representation
|
9076
|
+
|
9077
|
+
end
|
9078
|
+
end
|
9079
|
+
|
9080
|
+
class FutureReservationStatusSpecificSkuProperties
|
9081
|
+
# @private
|
9082
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9083
|
+
property :source_instance_template_id, as: 'sourceInstanceTemplateId'
|
9001
9084
|
end
|
9002
9085
|
end
|
9003
9086
|
|
@@ -12608,6 +12691,8 @@ module Google
|
|
12608
12691
|
property :name, as: 'name'
|
12609
12692
|
property :network, as: 'network'
|
12610
12693
|
property :network_endpoint_type, as: 'networkEndpointType'
|
12694
|
+
property :psc_data, as: 'pscData', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupPscData, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupPscData::Representation
|
12695
|
+
|
12611
12696
|
property :psc_target_service, as: 'pscTargetService'
|
12612
12697
|
property :region, as: 'region'
|
12613
12698
|
property :self_link, as: 'selfLink'
|
@@ -12722,6 +12807,15 @@ module Google
|
|
12722
12807
|
end
|
12723
12808
|
end
|
12724
12809
|
|
12810
|
+
class NetworkEndpointGroupPscData
|
12811
|
+
# @private
|
12812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12813
|
+
property :consumer_psc_address, as: 'consumerPscAddress'
|
12814
|
+
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
12815
|
+
property :psc_connection_status, as: 'pscConnectionStatus'
|
12816
|
+
end
|
12817
|
+
end
|
12818
|
+
|
12725
12819
|
class NetworkEndpointGroupServerlessDeployment
|
12726
12820
|
# @private
|
12727
12821
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13213,6 +13307,13 @@ module Google
|
|
13213
13307
|
end
|
13214
13308
|
end
|
13215
13309
|
|
13310
|
+
class NodeGroupsSimulateMaintenanceEventRequest
|
13311
|
+
# @private
|
13312
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13313
|
+
collection :nodes, as: 'nodes'
|
13314
|
+
end
|
13315
|
+
end
|
13316
|
+
|
13216
13317
|
class NodeTemplate
|
13217
13318
|
# @private
|
13218
13319
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14679,13 +14780,6 @@ module Google
|
|
14679
14780
|
end
|
14680
14781
|
end
|
14681
14782
|
|
14682
|
-
class RegionDisksStopGroupAsyncReplicationRequest
|
14683
|
-
# @private
|
14684
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
14685
|
-
property :resource_policy, as: 'resourcePolicy'
|
14686
|
-
end
|
14687
|
-
end
|
14688
|
-
|
14689
14783
|
class RegionInstanceGroupList
|
14690
14784
|
# @private
|
14691
14785
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15084,6 +15178,8 @@ module Google
|
|
15084
15178
|
property :kind, as: 'kind'
|
15085
15179
|
property :name, as: 'name'
|
15086
15180
|
hash :resource_policies, as: 'resourcePolicies'
|
15181
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::AllocationResourceStatus, decorator: Google::Apis::ComputeAlpha::AllocationResourceStatus::Representation
|
15182
|
+
|
15087
15183
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
15088
15184
|
property :self_link, as: 'selfLink'
|
15089
15185
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -16053,6 +16149,8 @@ module Google
|
|
16053
16149
|
property :availability_domain, as: 'availabilityDomain'
|
16054
16150
|
property :current_cpus, as: 'currentCpus'
|
16055
16151
|
property :current_memory_mb, :numeric_string => true, as: 'currentMemoryMb'
|
16152
|
+
property :dynamic_resize_properties, as: 'dynamicResizeProperties', class: Google::Apis::ComputeAlpha::SchedulingDynamicResizeProperties, decorator: Google::Apis::ComputeAlpha::SchedulingDynamicResizeProperties::Representation
|
16153
|
+
|
16056
16154
|
property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
|
16057
16155
|
property :instance_termination_action, as: 'instanceTerminationAction'
|
16058
16156
|
property :latency_tolerant, as: 'latencyTolerant'
|
@@ -16071,6 +16169,14 @@ module Google
|
|
16071
16169
|
end
|
16072
16170
|
end
|
16073
16171
|
|
16172
|
+
class SchedulingDynamicResizeProperties
|
16173
|
+
# @private
|
16174
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16175
|
+
property :enable_hot_standby, as: 'enableHotStandby'
|
16176
|
+
property :hot_standby_state, as: 'hotStandbyState'
|
16177
|
+
end
|
16178
|
+
end
|
16179
|
+
|
16074
16180
|
class SchedulingNodeAffinity
|
16075
16181
|
# @private
|
16076
16182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16240,11 +16346,20 @@ module Google
|
|
16240
16346
|
class SecurityPolicyAdvancedOptionsConfig
|
16241
16347
|
# @private
|
16242
16348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16349
|
+
property :json_custom_config, as: 'jsonCustomConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyAdvancedOptionsConfigJsonCustomConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyAdvancedOptionsConfigJsonCustomConfig::Representation
|
16350
|
+
|
16243
16351
|
property :json_parsing, as: 'jsonParsing'
|
16244
16352
|
property :log_level, as: 'logLevel'
|
16245
16353
|
end
|
16246
16354
|
end
|
16247
16355
|
|
16356
|
+
class SecurityPolicyAdvancedOptionsConfigJsonCustomConfig
|
16357
|
+
# @private
|
16358
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16359
|
+
collection :content_types, as: 'contentTypes'
|
16360
|
+
end
|
16361
|
+
end
|
16362
|
+
|
16248
16363
|
class SecurityPolicyAssociation
|
16249
16364
|
# @private
|
16250
16365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16328,6 +16443,8 @@ module Google
|
|
16328
16443
|
property :kind, as: 'kind'
|
16329
16444
|
property :match, as: 'match', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher::Representation
|
16330
16445
|
|
16446
|
+
property :preconfigured_waf_config, as: 'preconfiguredWafConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfig::Representation
|
16447
|
+
|
16331
16448
|
property :preview, as: 'preview'
|
16332
16449
|
property :priority, as: 'priority'
|
16333
16450
|
property :rate_limit_options, as: 'rateLimitOptions', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptions, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptions::Representation
|
@@ -16398,6 +16515,38 @@ module Google
|
|
16398
16515
|
end
|
16399
16516
|
end
|
16400
16517
|
|
16518
|
+
class SecurityPolicyRulePreconfiguredWafConfig
|
16519
|
+
# @private
|
16520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16521
|
+
collection :exclusions, as: 'exclusions', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusion, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusion::Representation
|
16522
|
+
|
16523
|
+
end
|
16524
|
+
end
|
16525
|
+
|
16526
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusion
|
16527
|
+
# @private
|
16528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16529
|
+
collection :request_cookies_to_exclude, as: 'requestCookiesToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
16530
|
+
|
16531
|
+
collection :request_headers_to_exclude, as: 'requestHeadersToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
16532
|
+
|
16533
|
+
collection :request_query_params_to_exclude, as: 'requestQueryParamsToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
16534
|
+
|
16535
|
+
collection :request_uris_to_exclude, as: 'requestUrisToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
16536
|
+
|
16537
|
+
collection :target_rule_ids, as: 'targetRuleIds'
|
16538
|
+
property :target_rule_set, as: 'targetRuleSet'
|
16539
|
+
end
|
16540
|
+
end
|
16541
|
+
|
16542
|
+
class SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams
|
16543
|
+
# @private
|
16544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16545
|
+
property :op, as: 'op'
|
16546
|
+
property :val, as: 'val'
|
16547
|
+
end
|
16548
|
+
end
|
16549
|
+
|
16401
16550
|
class SecurityPolicyRuleRateLimitOptions
|
16402
16551
|
# @private
|
16403
16552
|
class Representation < Google::Apis::Core::JsonRepresentation
|