google-apis-compute_beta 0.28.0 → 0.31.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_beta/classes.rb +897 -196
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +286 -0
- data/lib/google/apis/compute_beta/service.rb +654 -4
- metadata +3 -3
@@ -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.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220322"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -460,6 +460,24 @@ module Google
|
|
460
460
|
include Google::Apis::Core::JsonObjectSupport
|
461
461
|
end
|
462
462
|
|
463
|
+
class BackendServiceLocalityLoadBalancingPolicyConfig
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class BackendServiceLocalityLoadBalancingPolicyConfigPolicy
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
463
481
|
class BackendServiceLogConfig
|
464
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
483
|
|
@@ -2434,6 +2452,48 @@ module Google
|
|
2434
2452
|
include Google::Apis::Core::JsonObjectSupport
|
2435
2453
|
end
|
2436
2454
|
|
2455
|
+
class NetworkEdgeSecurityService
|
2456
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2457
|
+
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
2459
|
+
end
|
2460
|
+
|
2461
|
+
class NetworkEdgeSecurityServiceAggregatedList
|
2462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
|
+
|
2464
|
+
class Warning
|
2465
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2466
|
+
|
2467
|
+
class Datum
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2469
|
+
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
2471
|
+
end
|
2472
|
+
|
2473
|
+
include Google::Apis::Core::JsonObjectSupport
|
2474
|
+
end
|
2475
|
+
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
2477
|
+
end
|
2478
|
+
|
2479
|
+
class NetworkEdgeSecurityServicesScopedList
|
2480
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2481
|
+
|
2482
|
+
class Warning
|
2483
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2484
|
+
|
2485
|
+
class Datum
|
2486
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2487
|
+
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
2489
|
+
end
|
2490
|
+
|
2491
|
+
include Google::Apis::Core::JsonObjectSupport
|
2492
|
+
end
|
2493
|
+
|
2494
|
+
include Google::Apis::Core::JsonObjectSupport
|
2495
|
+
end
|
2496
|
+
|
2437
2497
|
class NetworkEndpoint
|
2438
2498
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2439
2499
|
|
@@ -4090,12 +4150,48 @@ module Google
|
|
4090
4150
|
include Google::Apis::Core::JsonObjectSupport
|
4091
4151
|
end
|
4092
4152
|
|
4153
|
+
class SecurityPoliciesAggregatedList
|
4154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4155
|
+
|
4156
|
+
class Warning
|
4157
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4158
|
+
|
4159
|
+
class Datum
|
4160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4161
|
+
|
4162
|
+
include Google::Apis::Core::JsonObjectSupport
|
4163
|
+
end
|
4164
|
+
|
4165
|
+
include Google::Apis::Core::JsonObjectSupport
|
4166
|
+
end
|
4167
|
+
|
4168
|
+
include Google::Apis::Core::JsonObjectSupport
|
4169
|
+
end
|
4170
|
+
|
4093
4171
|
class SecurityPoliciesListPreconfiguredExpressionSetsResponse
|
4094
4172
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4095
4173
|
|
4096
4174
|
include Google::Apis::Core::JsonObjectSupport
|
4097
4175
|
end
|
4098
4176
|
|
4177
|
+
class SecurityPoliciesScopedList
|
4178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4179
|
+
|
4180
|
+
class Warning
|
4181
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4182
|
+
|
4183
|
+
class Datum
|
4184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4185
|
+
|
4186
|
+
include Google::Apis::Core::JsonObjectSupport
|
4187
|
+
end
|
4188
|
+
|
4189
|
+
include Google::Apis::Core::JsonObjectSupport
|
4190
|
+
end
|
4191
|
+
|
4192
|
+
include Google::Apis::Core::JsonObjectSupport
|
4193
|
+
end
|
4194
|
+
|
4099
4195
|
class SecurityPoliciesWafConfig
|
4100
4196
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4101
4197
|
|
@@ -4132,6 +4228,12 @@ module Google
|
|
4132
4228
|
include Google::Apis::Core::JsonObjectSupport
|
4133
4229
|
end
|
4134
4230
|
|
4231
|
+
class SecurityPolicyDdosProtectionConfig
|
4232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4233
|
+
|
4234
|
+
include Google::Apis::Core::JsonObjectSupport
|
4235
|
+
end
|
4236
|
+
|
4135
4237
|
class SecurityPolicyList
|
4136
4238
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4137
4239
|
|
@@ -5810,6 +5912,7 @@ module Google
|
|
5810
5912
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
5811
5913
|
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
5812
5914
|
property :threads_per_core, as: 'threadsPerCore'
|
5915
|
+
property :visible_core_count, as: 'visibleCoreCount'
|
5813
5916
|
end
|
5814
5917
|
end
|
5815
5918
|
|
@@ -6279,6 +6382,8 @@ module Google
|
|
6279
6382
|
property :id, :numeric_string => true, as: 'id'
|
6280
6383
|
property :kind, as: 'kind'
|
6281
6384
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
6385
|
+
collection :locality_lb_policies, as: 'localityLbPolicies', class: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfig, decorator: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfig::Representation
|
6386
|
+
|
6282
6387
|
property :locality_lb_policy, as: 'localityLbPolicy'
|
6283
6388
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::BackendServiceLogConfig, decorator: Google::Apis::ComputeBeta::BackendServiceLogConfig::Representation
|
6284
6389
|
|
@@ -6444,6 +6549,31 @@ module Google
|
|
6444
6549
|
end
|
6445
6550
|
end
|
6446
6551
|
|
6552
|
+
class BackendServiceLocalityLoadBalancingPolicyConfig
|
6553
|
+
# @private
|
6554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6555
|
+
property :custom_policy, as: 'customPolicy', class: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy, decorator: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy::Representation
|
6556
|
+
|
6557
|
+
property :policy, as: 'policy', class: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfigPolicy, decorator: Google::Apis::ComputeBeta::BackendServiceLocalityLoadBalancingPolicyConfigPolicy::Representation
|
6558
|
+
|
6559
|
+
end
|
6560
|
+
end
|
6561
|
+
|
6562
|
+
class BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy
|
6563
|
+
# @private
|
6564
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6565
|
+
property :data, as: 'data'
|
6566
|
+
property :name, as: 'name'
|
6567
|
+
end
|
6568
|
+
end
|
6569
|
+
|
6570
|
+
class BackendServiceLocalityLoadBalancingPolicyConfigPolicy
|
6571
|
+
# @private
|
6572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6573
|
+
property :name, as: 'name'
|
6574
|
+
end
|
6575
|
+
end
|
6576
|
+
|
6447
6577
|
class BackendServiceLogConfig
|
6448
6578
|
# @private
|
6449
6579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7435,6 +7565,7 @@ module Google
|
|
7435
7565
|
property :match, as: 'match', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcher, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcher::Representation
|
7436
7566
|
|
7437
7567
|
property :priority, as: 'priority'
|
7568
|
+
property :rule_name, as: 'ruleName'
|
7438
7569
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7439
7570
|
collection :target_resources, as: 'targetResources'
|
7440
7571
|
collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
|
@@ -7447,11 +7578,15 @@ module Google
|
|
7447
7578
|
# @private
|
7448
7579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7449
7580
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
7581
|
+
collection :dest_region_codes, as: 'destRegionCodes'
|
7582
|
+
collection :dest_threat_intelligences, as: 'destThreatIntelligences'
|
7450
7583
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config::Representation
|
7451
7584
|
|
7452
7585
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
7586
|
+
collection :src_region_codes, as: 'srcRegionCodes'
|
7453
7587
|
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
|
7454
7588
|
|
7589
|
+
collection :src_threat_intelligences, as: 'srcThreatIntelligences'
|
7455
7590
|
end
|
7456
7591
|
end
|
7457
7592
|
|
@@ -10235,6 +10370,84 @@ module Google
|
|
10235
10370
|
end
|
10236
10371
|
end
|
10237
10372
|
|
10373
|
+
class NetworkEdgeSecurityService
|
10374
|
+
# @private
|
10375
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10376
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10377
|
+
property :description, as: 'description'
|
10378
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10379
|
+
property :id, :numeric_string => true, as: 'id'
|
10380
|
+
property :kind, as: 'kind'
|
10381
|
+
property :name, as: 'name'
|
10382
|
+
property :region, as: 'region'
|
10383
|
+
property :security_policy, as: 'securityPolicy'
|
10384
|
+
property :self_link, as: 'selfLink'
|
10385
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10386
|
+
end
|
10387
|
+
end
|
10388
|
+
|
10389
|
+
class NetworkEdgeSecurityServiceAggregatedList
|
10390
|
+
# @private
|
10391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10392
|
+
property :etag, as: 'etag'
|
10393
|
+
property :id, as: 'id'
|
10394
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Representation
|
10395
|
+
|
10396
|
+
property :kind, as: 'kind'
|
10397
|
+
property :next_page_token, as: 'nextPageToken'
|
10398
|
+
property :self_link, as: 'selfLink'
|
10399
|
+
collection :unreachables, as: 'unreachables'
|
10400
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Representation
|
10401
|
+
|
10402
|
+
end
|
10403
|
+
|
10404
|
+
class Warning
|
10405
|
+
# @private
|
10406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10407
|
+
property :code, as: 'code'
|
10408
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum::Representation
|
10409
|
+
|
10410
|
+
property :message, as: 'message'
|
10411
|
+
end
|
10412
|
+
|
10413
|
+
class Datum
|
10414
|
+
# @private
|
10415
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10416
|
+
property :key, as: 'key'
|
10417
|
+
property :value, as: 'value'
|
10418
|
+
end
|
10419
|
+
end
|
10420
|
+
end
|
10421
|
+
end
|
10422
|
+
|
10423
|
+
class NetworkEdgeSecurityServicesScopedList
|
10424
|
+
# @private
|
10425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10426
|
+
collection :network_edge_security_services, as: 'networkEdgeSecurityServices', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityService, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityService::Representation
|
10427
|
+
|
10428
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Representation
|
10429
|
+
|
10430
|
+
end
|
10431
|
+
|
10432
|
+
class Warning
|
10433
|
+
# @private
|
10434
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10435
|
+
property :code, as: 'code'
|
10436
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Datum::Representation
|
10437
|
+
|
10438
|
+
property :message, as: 'message'
|
10439
|
+
end
|
10440
|
+
|
10441
|
+
class Datum
|
10442
|
+
# @private
|
10443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10444
|
+
property :key, as: 'key'
|
10445
|
+
property :value, as: 'value'
|
10446
|
+
end
|
10447
|
+
end
|
10448
|
+
end
|
10449
|
+
end
|
10450
|
+
|
10238
10451
|
class NetworkEndpoint
|
10239
10452
|
# @private
|
10240
10453
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12764,6 +12977,7 @@ module Google
|
|
12764
12977
|
property :next_hop_peering, as: 'nextHopPeering'
|
12765
12978
|
property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
|
12766
12979
|
property :priority, as: 'priority'
|
12980
|
+
property :route_status, as: 'routeStatus'
|
12767
12981
|
property :route_type, as: 'routeType'
|
12768
12982
|
property :self_link, as: 'selfLink'
|
12769
12983
|
collection :tags, as: 'tags'
|
@@ -13260,6 +13474,40 @@ module Google
|
|
13260
13474
|
end
|
13261
13475
|
end
|
13262
13476
|
|
13477
|
+
class SecurityPoliciesAggregatedList
|
13478
|
+
# @private
|
13479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13480
|
+
property :etag, as: 'etag'
|
13481
|
+
property :id, as: 'id'
|
13482
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Representation
|
13483
|
+
|
13484
|
+
property :kind, as: 'kind'
|
13485
|
+
property :next_page_token, as: 'nextPageToken'
|
13486
|
+
property :self_link, as: 'selfLink'
|
13487
|
+
collection :unreachables, as: 'unreachables'
|
13488
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Representation
|
13489
|
+
|
13490
|
+
end
|
13491
|
+
|
13492
|
+
class Warning
|
13493
|
+
# @private
|
13494
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13495
|
+
property :code, as: 'code'
|
13496
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Datum::Representation
|
13497
|
+
|
13498
|
+
property :message, as: 'message'
|
13499
|
+
end
|
13500
|
+
|
13501
|
+
class Datum
|
13502
|
+
# @private
|
13503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13504
|
+
property :key, as: 'key'
|
13505
|
+
property :value, as: 'value'
|
13506
|
+
end
|
13507
|
+
end
|
13508
|
+
end
|
13509
|
+
end
|
13510
|
+
|
13263
13511
|
class SecurityPoliciesListPreconfiguredExpressionSetsResponse
|
13264
13512
|
# @private
|
13265
13513
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13268,6 +13516,34 @@ module Google
|
|
13268
13516
|
end
|
13269
13517
|
end
|
13270
13518
|
|
13519
|
+
class SecurityPoliciesScopedList
|
13520
|
+
# @private
|
13521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13522
|
+
collection :security_policies, as: 'securityPolicies', class: Google::Apis::ComputeBeta::SecurityPolicy, decorator: Google::Apis::ComputeBeta::SecurityPolicy::Representation
|
13523
|
+
|
13524
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Representation
|
13525
|
+
|
13526
|
+
end
|
13527
|
+
|
13528
|
+
class Warning
|
13529
|
+
# @private
|
13530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13531
|
+
property :code, as: 'code'
|
13532
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Datum::Representation
|
13533
|
+
|
13534
|
+
property :message, as: 'message'
|
13535
|
+
end
|
13536
|
+
|
13537
|
+
class Datum
|
13538
|
+
# @private
|
13539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13540
|
+
property :key, as: 'key'
|
13541
|
+
property :value, as: 'value'
|
13542
|
+
end
|
13543
|
+
end
|
13544
|
+
end
|
13545
|
+
end
|
13546
|
+
|
13271
13547
|
class SecurityPoliciesWafConfig
|
13272
13548
|
# @private
|
13273
13549
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13286,6 +13562,8 @@ module Google
|
|
13286
13562
|
collection :associations, as: 'associations', class: Google::Apis::ComputeBeta::SecurityPolicyAssociation, decorator: Google::Apis::ComputeBeta::SecurityPolicyAssociation::Representation
|
13287
13563
|
|
13288
13564
|
property :creation_timestamp, as: 'creationTimestamp'
|
13565
|
+
property :ddos_protection_config, as: 'ddosProtectionConfig', class: Google::Apis::ComputeBeta::SecurityPolicyDdosProtectionConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyDdosProtectionConfig::Representation
|
13566
|
+
|
13289
13567
|
property :description, as: 'description'
|
13290
13568
|
property :display_name, as: 'displayName'
|
13291
13569
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
@@ -13297,6 +13575,7 @@ module Google
|
|
13297
13575
|
property :parent, as: 'parent'
|
13298
13576
|
property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig::Representation
|
13299
13577
|
|
13578
|
+
property :region, as: 'region'
|
13300
13579
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
13301
13580
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::SecurityPolicyRule, decorator: Google::Apis::ComputeBeta::SecurityPolicyRule::Representation
|
13302
13581
|
|
@@ -13340,6 +13619,13 @@ module Google
|
|
13340
13619
|
end
|
13341
13620
|
end
|
13342
13621
|
|
13622
|
+
class SecurityPolicyDdosProtectionConfig
|
13623
|
+
# @private
|
13624
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13625
|
+
property :ddos_protection, as: 'ddosProtection'
|
13626
|
+
end
|
13627
|
+
end
|
13628
|
+
|
13343
13629
|
class SecurityPolicyList
|
13344
13630
|
# @private
|
13345
13631
|
class Representation < Google::Apis::Core::JsonRepresentation
|