google-apis-compute_beta 0.31.0 → 0.34.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 +569 -66
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +203 -0
- data/lib/google/apis/compute_beta/service.rb +883 -133
- 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.34.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 = "20220506"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1570,6 +1570,12 @@ module Google
|
|
1570
1570
|
include Google::Apis::Core::JsonObjectSupport
|
1571
1571
|
end
|
1572
1572
|
|
1573
|
+
class InstanceGroupManagerAllInstancesConfig
|
1574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
|
+
|
1576
|
+
include Google::Apis::Core::JsonObjectSupport
|
1577
|
+
end
|
1578
|
+
|
1573
1579
|
class InstanceGroupManagerAutoHealingPolicy
|
1574
1580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1575
1581
|
|
@@ -1600,6 +1606,12 @@ module Google
|
|
1600
1606
|
include Google::Apis::Core::JsonObjectSupport
|
1601
1607
|
end
|
1602
1608
|
|
1609
|
+
class InstanceGroupManagerStatusAllInstancesConfig
|
1610
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
|
+
|
1612
|
+
include Google::Apis::Core::JsonObjectSupport
|
1613
|
+
end
|
1614
|
+
|
1603
1615
|
class InstanceGroupManagerStatusStateful
|
1604
1616
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
1617
|
|
@@ -1882,6 +1894,12 @@ module Google
|
|
1882
1894
|
include Google::Apis::Core::JsonObjectSupport
|
1883
1895
|
end
|
1884
1896
|
|
1897
|
+
class InstancePropertiesPatch
|
1898
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1899
|
+
|
1900
|
+
include Google::Apis::Core::JsonObjectSupport
|
1901
|
+
end
|
1902
|
+
|
1885
1903
|
class InstanceReference
|
1886
1904
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1887
1905
|
|
@@ -2260,6 +2278,12 @@ module Google
|
|
2260
2278
|
include Google::Apis::Core::JsonObjectSupport
|
2261
2279
|
end
|
2262
2280
|
|
2281
|
+
class LocationPolicyLocationConstraints
|
2282
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2283
|
+
|
2284
|
+
include Google::Apis::Core::JsonObjectSupport
|
2285
|
+
end
|
2286
|
+
|
2263
2287
|
class LogConfig
|
2264
2288
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2265
2289
|
|
@@ -2386,6 +2410,12 @@ module Google
|
|
2386
2410
|
include Google::Apis::Core::JsonObjectSupport
|
2387
2411
|
end
|
2388
2412
|
|
2413
|
+
class ManagedInstanceAllInstancesConfig
|
2414
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2415
|
+
|
2416
|
+
include Google::Apis::Core::JsonObjectSupport
|
2417
|
+
end
|
2418
|
+
|
2389
2419
|
class ManagedInstanceInstanceHealth
|
2390
2420
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2391
2421
|
|
@@ -4018,6 +4048,12 @@ module Google
|
|
4018
4048
|
include Google::Apis::Core::JsonObjectSupport
|
4019
4049
|
end
|
4020
4050
|
|
4051
|
+
class RouterMd5AuthenticationKey
|
4052
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4053
|
+
|
4054
|
+
include Google::Apis::Core::JsonObjectSupport
|
4055
|
+
end
|
4056
|
+
|
4021
4057
|
class RouterNat
|
4022
4058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4023
4059
|
|
@@ -4594,6 +4630,24 @@ module Google
|
|
4594
4630
|
include Google::Apis::Core::JsonObjectSupport
|
4595
4631
|
end
|
4596
4632
|
|
4633
|
+
class SslPoliciesAggregatedList
|
4634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4635
|
+
|
4636
|
+
class Warning
|
4637
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4638
|
+
|
4639
|
+
class Datum
|
4640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4641
|
+
|
4642
|
+
include Google::Apis::Core::JsonObjectSupport
|
4643
|
+
end
|
4644
|
+
|
4645
|
+
include Google::Apis::Core::JsonObjectSupport
|
4646
|
+
end
|
4647
|
+
|
4648
|
+
include Google::Apis::Core::JsonObjectSupport
|
4649
|
+
end
|
4650
|
+
|
4597
4651
|
class SslPoliciesList
|
4598
4652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4599
4653
|
|
@@ -4618,6 +4672,24 @@ module Google
|
|
4618
4672
|
include Google::Apis::Core::JsonObjectSupport
|
4619
4673
|
end
|
4620
4674
|
|
4675
|
+
class SslPoliciesScopedList
|
4676
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4677
|
+
|
4678
|
+
class Warning
|
4679
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4680
|
+
|
4681
|
+
class Datum
|
4682
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4683
|
+
|
4684
|
+
include Google::Apis::Core::JsonObjectSupport
|
4685
|
+
end
|
4686
|
+
|
4687
|
+
include Google::Apis::Core::JsonObjectSupport
|
4688
|
+
end
|
4689
|
+
|
4690
|
+
include Google::Apis::Core::JsonObjectSupport
|
4691
|
+
end
|
4692
|
+
|
4621
4693
|
class SslPolicy
|
4622
4694
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4623
4695
|
|
@@ -7577,11 +7649,13 @@ module Google
|
|
7577
7649
|
class FirewallPolicyRuleMatcher
|
7578
7650
|
# @private
|
7579
7651
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7652
|
+
collection :dest_address_groups, as: 'destAddressGroups'
|
7580
7653
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
7581
7654
|
collection :dest_region_codes, as: 'destRegionCodes'
|
7582
7655
|
collection :dest_threat_intelligences, as: 'destThreatIntelligences'
|
7583
7656
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleMatcherLayer4Config::Representation
|
7584
7657
|
|
7658
|
+
collection :src_address_groups, as: 'srcAddressGroups'
|
7585
7659
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
7586
7660
|
collection :src_region_codes, as: 'srcRegionCodes'
|
7587
7661
|
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeBeta::FirewallPolicyRuleSecureTag::Representation
|
@@ -7638,6 +7712,7 @@ module Google
|
|
7638
7712
|
property :name, as: 'name'
|
7639
7713
|
property :network, as: 'network'
|
7640
7714
|
property :network_tier, as: 'networkTier'
|
7715
|
+
property :no_automate_dns_zone, as: 'noAutomateDnsZone'
|
7641
7716
|
property :port_range, as: 'portRange'
|
7642
7717
|
collection :ports, as: 'ports'
|
7643
7718
|
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
@@ -8530,6 +8605,7 @@ module Google
|
|
8530
8605
|
|
8531
8606
|
property :hostname, as: 'hostname'
|
8532
8607
|
property :id, :numeric_string => true, as: 'id'
|
8608
|
+
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
8533
8609
|
property :kind, as: 'kind'
|
8534
8610
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
8535
8611
|
hash :labels, as: 'labels'
|
@@ -8718,6 +8794,8 @@ module Google
|
|
8718
8794
|
class InstanceGroupManager
|
8719
8795
|
# @private
|
8720
8796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8797
|
+
property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeBeta::InstanceGroupManagerAllInstancesConfig, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerAllInstancesConfig::Representation
|
8798
|
+
|
8721
8799
|
collection :auto_healing_policies, as: 'autoHealingPolicies', class: Google::Apis::ComputeBeta::InstanceGroupManagerAutoHealingPolicy, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerAutoHealingPolicy::Representation
|
8722
8800
|
|
8723
8801
|
property :base_instance_name, as: 'baseInstanceName'
|
@@ -8805,6 +8883,14 @@ module Google
|
|
8805
8883
|
end
|
8806
8884
|
end
|
8807
8885
|
|
8886
|
+
class InstanceGroupManagerAllInstancesConfig
|
8887
|
+
# @private
|
8888
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8889
|
+
property :properties, as: 'properties', class: Google::Apis::ComputeBeta::InstancePropertiesPatch, decorator: Google::Apis::ComputeBeta::InstancePropertiesPatch::Representation
|
8890
|
+
|
8891
|
+
end
|
8892
|
+
end
|
8893
|
+
|
8808
8894
|
class InstanceGroupManagerAutoHealingPolicy
|
8809
8895
|
# @private
|
8810
8896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8848,6 +8934,8 @@ module Google
|
|
8848
8934
|
class InstanceGroupManagerStatus
|
8849
8935
|
# @private
|
8850
8936
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8937
|
+
property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeBeta::InstanceGroupManagerStatusAllInstancesConfig, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerStatusAllInstancesConfig::Representation
|
8938
|
+
|
8851
8939
|
property :autoscaler, as: 'autoscaler'
|
8852
8940
|
property :is_stable, as: 'isStable'
|
8853
8941
|
property :stateful, as: 'stateful', class: Google::Apis::ComputeBeta::InstanceGroupManagerStatusStateful, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerStatusStateful::Representation
|
@@ -8857,6 +8945,14 @@ module Google
|
|
8857
8945
|
end
|
8858
8946
|
end
|
8859
8947
|
|
8948
|
+
class InstanceGroupManagerStatusAllInstancesConfig
|
8949
|
+
# @private
|
8950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8951
|
+
property :current_revision, as: 'currentRevision'
|
8952
|
+
property :effective, as: 'effective'
|
8953
|
+
end
|
8954
|
+
end
|
8955
|
+
|
8860
8956
|
class InstanceGroupManagerStatusStateful
|
8861
8957
|
# @private
|
8862
8958
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9291,6 +9387,7 @@ module Google
|
|
9291
9387
|
|
9292
9388
|
collection :guest_accelerators, as: 'guestAccelerators', class: Google::Apis::ComputeBeta::AcceleratorConfig, decorator: Google::Apis::ComputeBeta::AcceleratorConfig::Representation
|
9293
9389
|
|
9390
|
+
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
9294
9391
|
hash :labels, as: 'labels'
|
9295
9392
|
property :machine_type, as: 'machineType'
|
9296
9393
|
property :metadata, as: 'metadata', class: Google::Apis::ComputeBeta::Metadata, decorator: Google::Apis::ComputeBeta::Metadata::Representation
|
@@ -9319,6 +9416,14 @@ module Google
|
|
9319
9416
|
end
|
9320
9417
|
end
|
9321
9418
|
|
9419
|
+
class InstancePropertiesPatch
|
9420
|
+
# @private
|
9421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9422
|
+
hash :labels, as: 'labels'
|
9423
|
+
hash :metadata, as: 'metadata'
|
9424
|
+
end
|
9425
|
+
end
|
9426
|
+
|
9322
9427
|
class InstanceReference
|
9323
9428
|
# @private
|
9324
9429
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10008,10 +10113,19 @@ module Google
|
|
10008
10113
|
class LocationPolicyLocation
|
10009
10114
|
# @private
|
10010
10115
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10116
|
+
property :constraints, as: 'constraints', class: Google::Apis::ComputeBeta::LocationPolicyLocationConstraints, decorator: Google::Apis::ComputeBeta::LocationPolicyLocationConstraints::Representation
|
10117
|
+
|
10011
10118
|
property :preference, as: 'preference'
|
10012
10119
|
end
|
10013
10120
|
end
|
10014
10121
|
|
10122
|
+
class LocationPolicyLocationConstraints
|
10123
|
+
# @private
|
10124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10125
|
+
property :max_count, as: 'maxCount'
|
10126
|
+
end
|
10127
|
+
end
|
10128
|
+
|
10015
10129
|
class LogConfig
|
10016
10130
|
# @private
|
10017
10131
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10244,6 +10358,8 @@ module Google
|
|
10244
10358
|
class ManagedInstance
|
10245
10359
|
# @private
|
10246
10360
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10361
|
+
property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeBeta::ManagedInstanceAllInstancesConfig, decorator: Google::Apis::ComputeBeta::ManagedInstanceAllInstancesConfig::Representation
|
10362
|
+
|
10247
10363
|
property :current_action, as: 'currentAction'
|
10248
10364
|
property :id, :numeric_string => true, as: 'id'
|
10249
10365
|
property :instance, as: 'instance'
|
@@ -10261,6 +10377,13 @@ module Google
|
|
10261
10377
|
end
|
10262
10378
|
end
|
10263
10379
|
|
10380
|
+
class ManagedInstanceAllInstancesConfig
|
10381
|
+
# @private
|
10382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10383
|
+
property :revision, as: 'revision'
|
10384
|
+
end
|
10385
|
+
end
|
10386
|
+
|
10264
10387
|
class ManagedInstanceInstanceHealth
|
10265
10388
|
# @private
|
10266
10389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10771,6 +10894,7 @@ module Google
|
|
10771
10894
|
property :name, as: 'name'
|
10772
10895
|
property :network, as: 'network'
|
10773
10896
|
property :peer_mtu, as: 'peerMtu'
|
10897
|
+
property :stack_type, as: 'stackType'
|
10774
10898
|
property :state, as: 'state'
|
10775
10899
|
property :state_details, as: 'stateDetails'
|
10776
10900
|
end
|
@@ -13058,6 +13182,8 @@ module Google
|
|
13058
13182
|
collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeBeta::RouterInterface, decorator: Google::Apis::ComputeBeta::RouterInterface::Representation
|
13059
13183
|
|
13060
13184
|
property :kind, as: 'kind'
|
13185
|
+
collection :md5_authentication_keys, as: 'md5AuthenticationKeys', class: Google::Apis::ComputeBeta::RouterMd5AuthenticationKey, decorator: Google::Apis::ComputeBeta::RouterMd5AuthenticationKey::Representation
|
13186
|
+
|
13061
13187
|
property :name, as: 'name'
|
13062
13188
|
collection :nats, as: 'nats', class: Google::Apis::ComputeBeta::RouterNat, decorator: Google::Apis::ComputeBeta::RouterNat::Representation
|
13063
13189
|
|
@@ -13136,6 +13262,7 @@ module Google
|
|
13136
13262
|
property :ip_address, as: 'ipAddress'
|
13137
13263
|
property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
|
13138
13264
|
property :management_type, as: 'managementType'
|
13265
|
+
property :md5_authentication_key_name, as: 'md5AuthenticationKeyName'
|
13139
13266
|
property :name, as: 'name'
|
13140
13267
|
property :peer_asn, as: 'peerAsn'
|
13141
13268
|
property :peer_ip_address, as: 'peerIpAddress'
|
@@ -13200,12 +13327,21 @@ module Google
|
|
13200
13327
|
end
|
13201
13328
|
end
|
13202
13329
|
|
13330
|
+
class RouterMd5AuthenticationKey
|
13331
|
+
# @private
|
13332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13333
|
+
property :key, as: 'key'
|
13334
|
+
property :name, as: 'name'
|
13335
|
+
end
|
13336
|
+
end
|
13337
|
+
|
13203
13338
|
class RouterNat
|
13204
13339
|
# @private
|
13205
13340
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13206
13341
|
collection :drain_nat_ips, as: 'drainNatIps'
|
13207
13342
|
property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
|
13208
13343
|
property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
|
13344
|
+
collection :endpoint_types, as: 'endpointTypes'
|
13209
13345
|
property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
|
13210
13346
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::RouterNatLogConfig, decorator: Google::Apis::ComputeBeta::RouterNatLogConfig::Representation
|
13211
13347
|
|
@@ -13286,12 +13422,14 @@ module Google
|
|
13286
13422
|
|
13287
13423
|
property :ip_address, as: 'ipAddress'
|
13288
13424
|
property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
|
13425
|
+
property :md5_auth_enabled, as: 'md5AuthEnabled'
|
13289
13426
|
property :name, as: 'name'
|
13290
13427
|
property :num_learned_routes, as: 'numLearnedRoutes'
|
13291
13428
|
property :peer_ip_address, as: 'peerIpAddress'
|
13292
13429
|
property :router_appliance_instance, as: 'routerApplianceInstance'
|
13293
13430
|
property :state, as: 'state'
|
13294
13431
|
property :status, as: 'status'
|
13432
|
+
property :status_reason, as: 'statusReason'
|
13295
13433
|
property :uptime, as: 'uptime'
|
13296
13434
|
property :uptime_seconds, as: 'uptimeSeconds'
|
13297
13435
|
end
|
@@ -14134,6 +14272,7 @@ module Google
|
|
14134
14272
|
|
14135
14273
|
collection :guest_accelerators, as: 'guestAccelerators', class: Google::Apis::ComputeBeta::AcceleratorConfig, decorator: Google::Apis::ComputeBeta::AcceleratorConfig::Representation
|
14136
14274
|
|
14275
|
+
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
14137
14276
|
hash :labels, as: 'labels'
|
14138
14277
|
property :machine_type, as: 'machineType'
|
14139
14278
|
property :metadata, as: 'metadata', class: Google::Apis::ComputeBeta::Metadata, decorator: Google::Apis::ComputeBeta::Metadata::Representation
|
@@ -14283,6 +14422,40 @@ module Google
|
|
14283
14422
|
end
|
14284
14423
|
end
|
14285
14424
|
|
14425
|
+
class SslPoliciesAggregatedList
|
14426
|
+
# @private
|
14427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14428
|
+
property :etag, as: 'etag'
|
14429
|
+
property :id, as: 'id'
|
14430
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::SslPoliciesScopedList, decorator: Google::Apis::ComputeBeta::SslPoliciesScopedList::Representation
|
14431
|
+
|
14432
|
+
property :kind, as: 'kind'
|
14433
|
+
property :next_page_token, as: 'nextPageToken'
|
14434
|
+
property :self_link, as: 'selfLink'
|
14435
|
+
collection :unreachables, as: 'unreachables'
|
14436
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SslPoliciesAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::SslPoliciesAggregatedList::Warning::Representation
|
14437
|
+
|
14438
|
+
end
|
14439
|
+
|
14440
|
+
class Warning
|
14441
|
+
# @private
|
14442
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14443
|
+
property :code, as: 'code'
|
14444
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SslPoliciesAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SslPoliciesAggregatedList::Warning::Datum::Representation
|
14445
|
+
|
14446
|
+
property :message, as: 'message'
|
14447
|
+
end
|
14448
|
+
|
14449
|
+
class Datum
|
14450
|
+
# @private
|
14451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14452
|
+
property :key, as: 'key'
|
14453
|
+
property :value, as: 'value'
|
14454
|
+
end
|
14455
|
+
end
|
14456
|
+
end
|
14457
|
+
end
|
14458
|
+
|
14286
14459
|
class SslPoliciesList
|
14287
14460
|
# @private
|
14288
14461
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14322,6 +14495,34 @@ module Google
|
|
14322
14495
|
end
|
14323
14496
|
end
|
14324
14497
|
|
14498
|
+
class SslPoliciesScopedList
|
14499
|
+
# @private
|
14500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14501
|
+
collection :ssl_policies, as: 'sslPolicies', class: Google::Apis::ComputeBeta::SslPolicy, decorator: Google::Apis::ComputeBeta::SslPolicy::Representation
|
14502
|
+
|
14503
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::SslPoliciesScopedList::Warning, decorator: Google::Apis::ComputeBeta::SslPoliciesScopedList::Warning::Representation
|
14504
|
+
|
14505
|
+
end
|
14506
|
+
|
14507
|
+
class Warning
|
14508
|
+
# @private
|
14509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14510
|
+
property :code, as: 'code'
|
14511
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::SslPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::SslPoliciesScopedList::Warning::Datum::Representation
|
14512
|
+
|
14513
|
+
property :message, as: 'message'
|
14514
|
+
end
|
14515
|
+
|
14516
|
+
class Datum
|
14517
|
+
# @private
|
14518
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14519
|
+
property :key, as: 'key'
|
14520
|
+
property :value, as: 'value'
|
14521
|
+
end
|
14522
|
+
end
|
14523
|
+
end
|
14524
|
+
end
|
14525
|
+
|
14325
14526
|
class SslPolicy
|
14326
14527
|
# @private
|
14327
14528
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14335,6 +14536,7 @@ module Google
|
|
14335
14536
|
property :min_tls_version, as: 'minTlsVersion'
|
14336
14537
|
property :name, as: 'name'
|
14337
14538
|
property :profile, as: 'profile'
|
14539
|
+
property :region, as: 'region'
|
14338
14540
|
property :self_link, as: 'selfLink'
|
14339
14541
|
collection :warnings, as: 'warnings', class: Google::Apis::ComputeBeta::SslPolicy::Warning, decorator: Google::Apis::ComputeBeta::SslPolicy::Warning::Representation
|
14340
14542
|
|
@@ -15254,6 +15456,7 @@ module Google
|
|
15254
15456
|
property :name, as: 'name'
|
15255
15457
|
property :proxy_bind, as: 'proxyBind'
|
15256
15458
|
property :proxy_header, as: 'proxyHeader'
|
15459
|
+
property :region, as: 'region'
|
15257
15460
|
property :self_link, as: 'selfLink'
|
15258
15461
|
property :service, as: 'service'
|
15259
15462
|
end
|