google-apis-compute_beta 0.26.0 → 0.29.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 +1045 -211
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +332 -0
- data/lib/google/apis/compute_beta/service.rb +5624 -3291
- 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.29.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 = "20220312"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -994,6 +994,12 @@ module Google
|
|
994
994
|
include Google::Apis::Core::JsonObjectSupport
|
995
995
|
end
|
996
996
|
|
997
|
+
class FirewallPolicyRuleSecureTag
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
|
+
|
1000
|
+
include Google::Apis::Core::JsonObjectSupport
|
1001
|
+
end
|
1002
|
+
|
997
1003
|
class FixedOrPercent
|
998
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
999
1005
|
|
@@ -1462,6 +1468,18 @@ module Google
|
|
1462
1468
|
include Google::Apis::Core::JsonObjectSupport
|
1463
1469
|
end
|
1464
1470
|
|
1471
|
+
class InstanceConsumptionData
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
|
+
|
1474
|
+
include Google::Apis::Core::JsonObjectSupport
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
class InstanceConsumptionInfo
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
|
+
|
1480
|
+
include Google::Apis::Core::JsonObjectSupport
|
1481
|
+
end
|
1482
|
+
|
1465
1483
|
class InstanceGroup
|
1466
1484
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
1485
|
|
@@ -2416,6 +2434,48 @@ module Google
|
|
2416
2434
|
include Google::Apis::Core::JsonObjectSupport
|
2417
2435
|
end
|
2418
2436
|
|
2437
|
+
class NetworkEdgeSecurityService
|
2438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2439
|
+
|
2440
|
+
include Google::Apis::Core::JsonObjectSupport
|
2441
|
+
end
|
2442
|
+
|
2443
|
+
class NetworkEdgeSecurityServiceAggregatedList
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
|
+
|
2446
|
+
class Warning
|
2447
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2448
|
+
|
2449
|
+
class Datum
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
|
+
|
2452
|
+
include Google::Apis::Core::JsonObjectSupport
|
2453
|
+
end
|
2454
|
+
|
2455
|
+
include Google::Apis::Core::JsonObjectSupport
|
2456
|
+
end
|
2457
|
+
|
2458
|
+
include Google::Apis::Core::JsonObjectSupport
|
2459
|
+
end
|
2460
|
+
|
2461
|
+
class NetworkEdgeSecurityServicesScopedList
|
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
|
+
|
2419
2479
|
class NetworkEndpoint
|
2420
2480
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2421
2481
|
|
@@ -3556,6 +3616,18 @@ module Google
|
|
3556
3616
|
include Google::Apis::Core::JsonObjectSupport
|
3557
3617
|
end
|
3558
3618
|
|
3619
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
3620
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3621
|
+
|
3622
|
+
include Google::Apis::Core::JsonObjectSupport
|
3623
|
+
end
|
3624
|
+
|
3625
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
3626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3627
|
+
|
3628
|
+
include Google::Apis::Core::JsonObjectSupport
|
3629
|
+
end
|
3630
|
+
|
3559
3631
|
class RegionSetLabelsRequest
|
3560
3632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3561
3633
|
|
@@ -4060,12 +4132,48 @@ module Google
|
|
4060
4132
|
include Google::Apis::Core::JsonObjectSupport
|
4061
4133
|
end
|
4062
4134
|
|
4135
|
+
class SecurityPoliciesAggregatedList
|
4136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4137
|
+
|
4138
|
+
class Warning
|
4139
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4140
|
+
|
4141
|
+
class Datum
|
4142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4143
|
+
|
4144
|
+
include Google::Apis::Core::JsonObjectSupport
|
4145
|
+
end
|
4146
|
+
|
4147
|
+
include Google::Apis::Core::JsonObjectSupport
|
4148
|
+
end
|
4149
|
+
|
4150
|
+
include Google::Apis::Core::JsonObjectSupport
|
4151
|
+
end
|
4152
|
+
|
4063
4153
|
class SecurityPoliciesListPreconfiguredExpressionSetsResponse
|
4064
4154
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4065
4155
|
|
4066
4156
|
include Google::Apis::Core::JsonObjectSupport
|
4067
4157
|
end
|
4068
4158
|
|
4159
|
+
class SecurityPoliciesScopedList
|
4160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4161
|
+
|
4162
|
+
class Warning
|
4163
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4164
|
+
|
4165
|
+
class Datum
|
4166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4167
|
+
|
4168
|
+
include Google::Apis::Core::JsonObjectSupport
|
4169
|
+
end
|
4170
|
+
|
4171
|
+
include Google::Apis::Core::JsonObjectSupport
|
4172
|
+
end
|
4173
|
+
|
4174
|
+
include Google::Apis::Core::JsonObjectSupport
|
4175
|
+
end
|
4176
|
+
|
4069
4177
|
class SecurityPoliciesWafConfig
|
4070
4178
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4071
4179
|
|
@@ -4102,6 +4210,12 @@ module Google
|
|
4102
4210
|
include Google::Apis::Core::JsonObjectSupport
|
4103
4211
|
end
|
4104
4212
|
|
4213
|
+
class SecurityPolicyDdosProtectionConfig
|
4214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4215
|
+
|
4216
|
+
include Google::Apis::Core::JsonObjectSupport
|
4217
|
+
end
|
4218
|
+
|
4105
4219
|
class SecurityPolicyList
|
4106
4220
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4107
4221
|
|
@@ -7341,6 +7455,7 @@ module Google
|
|
7341
7455
|
property :kind, as: 'kind'
|
7342
7456
|
property :name, as: 'name'
|
7343
7457
|
property :parent, as: 'parent'
|
7458
|
+
property :region, as: 'region'
|
7344
7459
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7345
7460
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
7346
7461
|
|
@@ -7406,6 +7521,8 @@ module Google
|
|
7406
7521
|
property :priority, as: 'priority'
|
7407
7522
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7408
7523
|
collection :target_resources, as: 'targetResources'
|
7524
|
+
collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
|
7525
|
+
|
7409
7526
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
7410
7527
|
end
|
7411
7528
|
end
|
@@ -7417,6 +7534,8 @@ module Google
|
|
7417
7534
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config::Representation
|
7418
7535
|
|
7419
7536
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
7537
|
+
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
|
7538
|
+
|
7420
7539
|
end
|
7421
7540
|
end
|
7422
7541
|
|
@@ -7428,6 +7547,14 @@ module Google
|
|
7428
7547
|
end
|
7429
7548
|
end
|
7430
7549
|
|
7550
|
+
class FirewallPolicyRuleSecureTag
|
7551
|
+
# @private
|
7552
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7553
|
+
property :name, as: 'name'
|
7554
|
+
property :state, as: 'state'
|
7555
|
+
end
|
7556
|
+
end
|
7557
|
+
|
7431
7558
|
class FixedOrPercent
|
7432
7559
|
# @private
|
7433
7560
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8433,6 +8560,25 @@ module Google
|
|
8433
8560
|
end
|
8434
8561
|
end
|
8435
8562
|
|
8563
|
+
class InstanceConsumptionData
|
8564
|
+
# @private
|
8565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8566
|
+
property :consumption_info, as: 'consumptionInfo', class: Google::Apis::ComputeBeta::InstanceConsumptionInfo, decorator: Google::Apis::ComputeBeta::InstanceConsumptionInfo::Representation
|
8567
|
+
|
8568
|
+
property :instance, as: 'instance'
|
8569
|
+
end
|
8570
|
+
end
|
8571
|
+
|
8572
|
+
class InstanceConsumptionInfo
|
8573
|
+
# @private
|
8574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8575
|
+
property :guest_cpus, as: 'guestCpus'
|
8576
|
+
property :local_ssd_gb, as: 'localSsdGb'
|
8577
|
+
property :memory_mb, as: 'memoryMb'
|
8578
|
+
property :min_node_cpus, as: 'minNodeCpus'
|
8579
|
+
end
|
8580
|
+
end
|
8581
|
+
|
8436
8582
|
class InstanceGroup
|
8437
8583
|
# @private
|
8438
8584
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10155,20 +10301,102 @@ module Google
|
|
10155
10301
|
property :auto_create_subnetworks, as: 'autoCreateSubnetworks'
|
10156
10302
|
property :creation_timestamp, as: 'creationTimestamp'
|
10157
10303
|
property :description, as: 'description'
|
10304
|
+
property :enable_ula_internal_ipv6, as: 'enableUlaInternalIpv6'
|
10158
10305
|
property :gateway_i_pv4, as: 'gatewayIPv4'
|
10159
10306
|
property :id, :numeric_string => true, as: 'id'
|
10307
|
+
property :internal_ipv6_range, as: 'internalIpv6Range'
|
10160
10308
|
property :kind, as: 'kind'
|
10161
10309
|
property :mtu, as: 'mtu'
|
10162
10310
|
property :name, as: 'name'
|
10311
|
+
property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
|
10163
10312
|
collection :peerings, as: 'peerings', class: Google::Apis::ComputeBeta::NetworkPeering, decorator: Google::Apis::ComputeBeta::NetworkPeering::Representation
|
10164
10313
|
|
10165
10314
|
property :routing_config, as: 'routingConfig', class: Google::Apis::ComputeBeta::NetworkRoutingConfig, decorator: Google::Apis::ComputeBeta::NetworkRoutingConfig::Representation
|
10166
10315
|
|
10167
10316
|
property :self_link, as: 'selfLink'
|
10317
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10168
10318
|
collection :subnetworks, as: 'subnetworks'
|
10169
10319
|
end
|
10170
10320
|
end
|
10171
10321
|
|
10322
|
+
class NetworkEdgeSecurityService
|
10323
|
+
# @private
|
10324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10325
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10326
|
+
property :description, as: 'description'
|
10327
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10328
|
+
property :id, :numeric_string => true, as: 'id'
|
10329
|
+
property :kind, as: 'kind'
|
10330
|
+
property :name, as: 'name'
|
10331
|
+
property :region, as: 'region'
|
10332
|
+
property :security_policy, as: 'securityPolicy'
|
10333
|
+
property :self_link, as: 'selfLink'
|
10334
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10335
|
+
end
|
10336
|
+
end
|
10337
|
+
|
10338
|
+
class NetworkEdgeSecurityServiceAggregatedList
|
10339
|
+
# @private
|
10340
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10341
|
+
property :etag, as: 'etag'
|
10342
|
+
property :id, as: 'id'
|
10343
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Representation
|
10344
|
+
|
10345
|
+
property :kind, as: 'kind'
|
10346
|
+
property :next_page_token, as: 'nextPageToken'
|
10347
|
+
property :self_link, as: 'selfLink'
|
10348
|
+
collection :unreachables, as: 'unreachables'
|
10349
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Representation
|
10350
|
+
|
10351
|
+
end
|
10352
|
+
|
10353
|
+
class Warning
|
10354
|
+
# @private
|
10355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10356
|
+
property :code, as: 'code'
|
10357
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServiceAggregatedList::Warning::Datum::Representation
|
10358
|
+
|
10359
|
+
property :message, as: 'message'
|
10360
|
+
end
|
10361
|
+
|
10362
|
+
class Datum
|
10363
|
+
# @private
|
10364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10365
|
+
property :key, as: 'key'
|
10366
|
+
property :value, as: 'value'
|
10367
|
+
end
|
10368
|
+
end
|
10369
|
+
end
|
10370
|
+
end
|
10371
|
+
|
10372
|
+
class NetworkEdgeSecurityServicesScopedList
|
10373
|
+
# @private
|
10374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10375
|
+
collection :network_edge_security_services, as: 'networkEdgeSecurityServices', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityService, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityService::Representation
|
10376
|
+
|
10377
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Representation
|
10378
|
+
|
10379
|
+
end
|
10380
|
+
|
10381
|
+
class Warning
|
10382
|
+
# @private
|
10383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10384
|
+
property :code, as: 'code'
|
10385
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::NetworkEdgeSecurityServicesScopedList::Warning::Datum::Representation
|
10386
|
+
|
10387
|
+
property :message, as: 'message'
|
10388
|
+
end
|
10389
|
+
|
10390
|
+
class Datum
|
10391
|
+
# @private
|
10392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10393
|
+
property :key, as: 'key'
|
10394
|
+
property :value, as: 'value'
|
10395
|
+
end
|
10396
|
+
end
|
10397
|
+
end
|
10398
|
+
end
|
10399
|
+
|
10172
10400
|
class NetworkEndpoint
|
10173
10401
|
# @private
|
10174
10402
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10432,6 +10660,7 @@ module Google
|
|
10432
10660
|
collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeBeta::AliasIpRange, decorator: Google::Apis::ComputeBeta::AliasIpRange::Representation
|
10433
10661
|
|
10434
10662
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10663
|
+
property :internal_ipv6_prefix_length, as: 'internalIpv6PrefixLength'
|
10435
10664
|
collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeBeta::AccessConfig, decorator: Google::Apis::ComputeBeta::AccessConfig::Representation
|
10436
10665
|
|
10437
10666
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
@@ -10586,6 +10815,8 @@ module Google
|
|
10586
10815
|
property :name, as: 'name'
|
10587
10816
|
property :node_template, as: 'nodeTemplate'
|
10588
10817
|
property :self_link, as: 'selfLink'
|
10818
|
+
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeBeta::ShareSettings, decorator: Google::Apis::ComputeBeta::ShareSettings::Representation
|
10819
|
+
|
10589
10820
|
property :size, as: 'size'
|
10590
10821
|
property :status, as: 'status'
|
10591
10822
|
property :zone, as: 'zone'
|
@@ -10680,9 +10911,13 @@ module Google
|
|
10680
10911
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10681
10912
|
collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeBeta::AcceleratorConfig, decorator: Google::Apis::ComputeBeta::AcceleratorConfig::Representation
|
10682
10913
|
|
10914
|
+
property :consumed_resources, as: 'consumedResources', class: Google::Apis::ComputeBeta::InstanceConsumptionInfo, decorator: Google::Apis::ComputeBeta::InstanceConsumptionInfo::Representation
|
10915
|
+
|
10683
10916
|
property :cpu_overcommit_type, as: 'cpuOvercommitType'
|
10684
10917
|
collection :disks, as: 'disks', class: Google::Apis::ComputeBeta::LocalDisk, decorator: Google::Apis::ComputeBeta::LocalDisk::Representation
|
10685
10918
|
|
10919
|
+
collection :instance_consumption_data, as: 'instanceConsumptionData', class: Google::Apis::ComputeBeta::InstanceConsumptionData, decorator: Google::Apis::ComputeBeta::InstanceConsumptionData::Representation
|
10920
|
+
|
10686
10921
|
collection :instances, as: 'instances'
|
10687
10922
|
property :name, as: 'name'
|
10688
10923
|
property :node_type, as: 'nodeType'
|
@@ -10691,6 +10926,8 @@ module Google
|
|
10691
10926
|
|
10692
10927
|
property :server_id, as: 'serverId'
|
10693
10928
|
property :status, as: 'status'
|
10929
|
+
property :total_resources, as: 'totalResources', class: Google::Apis::ComputeBeta::InstanceConsumptionInfo, decorator: Google::Apis::ComputeBeta::InstanceConsumptionInfo::Representation
|
10930
|
+
|
10694
10931
|
end
|
10695
10932
|
end
|
10696
10933
|
|
@@ -12213,6 +12450,27 @@ module Google
|
|
12213
12450
|
end
|
12214
12451
|
end
|
12215
12452
|
|
12453
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse
|
12454
|
+
# @private
|
12455
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12456
|
+
collection :firewall_policys, as: 'firewallPolicys', class: Google::Apis::ComputeBeta::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy, decorator: Google::Apis::ComputeBeta::RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy::Representation
|
12457
|
+
|
12458
|
+
collection :firewalls, as: 'firewalls', class: Google::Apis::ComputeBeta::Firewall, decorator: Google::Apis::ComputeBeta::Firewall::Representation
|
12459
|
+
|
12460
|
+
end
|
12461
|
+
end
|
12462
|
+
|
12463
|
+
class RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy
|
12464
|
+
# @private
|
12465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12466
|
+
property :display_name, as: 'displayName'
|
12467
|
+
property :name, as: 'name'
|
12468
|
+
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
12469
|
+
|
12470
|
+
property :type, as: 'type'
|
12471
|
+
end
|
12472
|
+
end
|
12473
|
+
|
12216
12474
|
class RegionSetLabelsRequest
|
12217
12475
|
# @private
|
12218
12476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12668,6 +12926,7 @@ module Google
|
|
12668
12926
|
property :next_hop_peering, as: 'nextHopPeering'
|
12669
12927
|
property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
|
12670
12928
|
property :priority, as: 'priority'
|
12929
|
+
property :route_status, as: 'routeStatus'
|
12671
12930
|
property :route_type, as: 'routeType'
|
12672
12931
|
property :self_link, as: 'selfLink'
|
12673
12932
|
collection :tags, as: 'tags'
|
@@ -13164,6 +13423,40 @@ module Google
|
|
13164
13423
|
end
|
13165
13424
|
end
|
13166
13425
|
|
13426
|
+
class SecurityPoliciesAggregatedList
|
13427
|
+
# @private
|
13428
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13429
|
+
property :etag, as: 'etag'
|
13430
|
+
property :id, as: 'id'
|
13431
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Representation
|
13432
|
+
|
13433
|
+
property :kind, as: 'kind'
|
13434
|
+
property :next_page_token, as: 'nextPageToken'
|
13435
|
+
property :self_link, as: 'selfLink'
|
13436
|
+
collection :unreachables, as: 'unreachables'
|
13437
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Representation
|
13438
|
+
|
13439
|
+
end
|
13440
|
+
|
13441
|
+
class Warning
|
13442
|
+
# @private
|
13443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13444
|
+
property :code, as: 'code'
|
13445
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SecurityPoliciesAggregatedList::Warning::Datum::Representation
|
13446
|
+
|
13447
|
+
property :message, as: 'message'
|
13448
|
+
end
|
13449
|
+
|
13450
|
+
class Datum
|
13451
|
+
# @private
|
13452
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13453
|
+
property :key, as: 'key'
|
13454
|
+
property :value, as: 'value'
|
13455
|
+
end
|
13456
|
+
end
|
13457
|
+
end
|
13458
|
+
end
|
13459
|
+
|
13167
13460
|
class SecurityPoliciesListPreconfiguredExpressionSetsResponse
|
13168
13461
|
# @private
|
13169
13462
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13172,6 +13465,34 @@ module Google
|
|
13172
13465
|
end
|
13173
13466
|
end
|
13174
13467
|
|
13468
|
+
class SecurityPoliciesScopedList
|
13469
|
+
# @private
|
13470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13471
|
+
collection :security_policies, as: 'securityPolicies', class: Google::Apis::ComputeBeta::SecurityPolicy, decorator: Google::Apis::ComputeBeta::SecurityPolicy::Representation
|
13472
|
+
|
13473
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Representation
|
13474
|
+
|
13475
|
+
end
|
13476
|
+
|
13477
|
+
class Warning
|
13478
|
+
# @private
|
13479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13480
|
+
property :code, as: 'code'
|
13481
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SecurityPoliciesScopedList::Warning::Datum::Representation
|
13482
|
+
|
13483
|
+
property :message, as: 'message'
|
13484
|
+
end
|
13485
|
+
|
13486
|
+
class Datum
|
13487
|
+
# @private
|
13488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13489
|
+
property :key, as: 'key'
|
13490
|
+
property :value, as: 'value'
|
13491
|
+
end
|
13492
|
+
end
|
13493
|
+
end
|
13494
|
+
end
|
13495
|
+
|
13175
13496
|
class SecurityPoliciesWafConfig
|
13176
13497
|
# @private
|
13177
13498
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13190,6 +13511,8 @@ module Google
|
|
13190
13511
|
collection :associations, as: 'associations', class: Google::Apis::ComputeBeta::SecurityPolicyAssociation, decorator: Google::Apis::ComputeBeta::SecurityPolicyAssociation::Representation
|
13191
13512
|
|
13192
13513
|
property :creation_timestamp, as: 'creationTimestamp'
|
13514
|
+
property :ddos_protection_config, as: 'ddosProtectionConfig', class: Google::Apis::ComputeBeta::SecurityPolicyDdosProtectionConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyDdosProtectionConfig::Representation
|
13515
|
+
|
13193
13516
|
property :description, as: 'description'
|
13194
13517
|
property :display_name, as: 'displayName'
|
13195
13518
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
@@ -13201,6 +13524,7 @@ module Google
|
|
13201
13524
|
property :parent, as: 'parent'
|
13202
13525
|
property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeBeta::SecurityPolicyRecaptchaOptionsConfig::Representation
|
13203
13526
|
|
13527
|
+
property :region, as: 'region'
|
13204
13528
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
13205
13529
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::SecurityPolicyRule, decorator: Google::Apis::ComputeBeta::SecurityPolicyRule::Representation
|
13206
13530
|
|
@@ -13244,6 +13568,13 @@ module Google
|
|
13244
13568
|
end
|
13245
13569
|
end
|
13246
13570
|
|
13571
|
+
class SecurityPolicyDdosProtectionConfig
|
13572
|
+
# @private
|
13573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13574
|
+
property :ddos_protection, as: 'ddosProtection'
|
13575
|
+
end
|
13576
|
+
end
|
13577
|
+
|
13247
13578
|
class SecurityPolicyList
|
13248
13579
|
# @private
|
13249
13580
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14029,6 +14360,7 @@ module Google
|
|
14029
14360
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
14030
14361
|
property :gateway_address, as: 'gatewayAddress'
|
14031
14362
|
property :id, :numeric_string => true, as: 'id'
|
14363
|
+
property :internal_ipv6_prefix, as: 'internalIpv6Prefix'
|
14032
14364
|
property :ip_cidr_range, as: 'ipCidrRange'
|
14033
14365
|
property :ipv6_access_type, as: 'ipv6AccessType'
|
14034
14366
|
property :ipv6_cidr_range, as: 'ipv6CidrRange'
|