google-apis-compute_alpha 0.20.0 → 0.24.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 +18 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/compute_alpha/classes.rb +645 -65
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +215 -0
- data/lib/google/apis/compute_alpha/service.rb +1532 -603
- metadata +4 -4
@@ -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.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1630,6 +1630,18 @@ module Google
|
|
1630
1630
|
include Google::Apis::Core::JsonObjectSupport
|
1631
1631
|
end
|
1632
1632
|
|
1633
|
+
class InstanceConsumptionData
|
1634
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
|
+
|
1636
|
+
include Google::Apis::Core::JsonObjectSupport
|
1637
|
+
end
|
1638
|
+
|
1639
|
+
class InstanceConsumptionInfo
|
1640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1641
|
+
|
1642
|
+
include Google::Apis::Core::JsonObjectSupport
|
1643
|
+
end
|
1644
|
+
|
1633
1645
|
class InstanceGroup
|
1634
1646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1635
1647
|
|
@@ -2062,6 +2074,12 @@ module Google
|
|
2062
2074
|
include Google::Apis::Core::JsonObjectSupport
|
2063
2075
|
end
|
2064
2076
|
|
2077
|
+
class InstanceParams
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
2065
2083
|
class InstanceProperties
|
2066
2084
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
2085
|
|
@@ -2254,6 +2272,12 @@ module Google
|
|
2254
2272
|
include Google::Apis::Core::JsonObjectSupport
|
2255
2273
|
end
|
2256
2274
|
|
2275
|
+
class InstantSnapshotResourceStatus
|
2276
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2277
|
+
|
2278
|
+
include Google::Apis::Core::JsonObjectSupport
|
2279
|
+
end
|
2280
|
+
|
2257
2281
|
class InstantSnapshotsExportRequest
|
2258
2282
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2259
2283
|
|
@@ -4546,6 +4570,12 @@ module Google
|
|
4546
4570
|
include Google::Apis::Core::JsonObjectSupport
|
4547
4571
|
end
|
4548
4572
|
|
4573
|
+
class RouterMd5AuthenticationKey
|
4574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4575
|
+
|
4576
|
+
include Google::Apis::Core::JsonObjectSupport
|
4577
|
+
end
|
4578
|
+
|
4549
4579
|
class RouterNat
|
4550
4580
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4551
4581
|
|
@@ -4792,6 +4822,12 @@ module Google
|
|
4792
4822
|
include Google::Apis::Core::JsonObjectSupport
|
4793
4823
|
end
|
4794
4824
|
|
4825
|
+
class SecurityPolicyRecaptchaOptionsConfig
|
4826
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4827
|
+
|
4828
|
+
include Google::Apis::Core::JsonObjectSupport
|
4829
|
+
end
|
4830
|
+
|
4795
4831
|
class SecurityPolicyReference
|
4796
4832
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4797
4833
|
|
@@ -5146,6 +5182,24 @@ module Google
|
|
5146
5182
|
include Google::Apis::Core::JsonObjectSupport
|
5147
5183
|
end
|
5148
5184
|
|
5185
|
+
class SslPoliciesAggregatedList
|
5186
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5187
|
+
|
5188
|
+
class Warning
|
5189
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5190
|
+
|
5191
|
+
class Datum
|
5192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5193
|
+
|
5194
|
+
include Google::Apis::Core::JsonObjectSupport
|
5195
|
+
end
|
5196
|
+
|
5197
|
+
include Google::Apis::Core::JsonObjectSupport
|
5198
|
+
end
|
5199
|
+
|
5200
|
+
include Google::Apis::Core::JsonObjectSupport
|
5201
|
+
end
|
5202
|
+
|
5149
5203
|
class SslPoliciesList
|
5150
5204
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5151
5205
|
|
@@ -5170,6 +5224,24 @@ module Google
|
|
5170
5224
|
include Google::Apis::Core::JsonObjectSupport
|
5171
5225
|
end
|
5172
5226
|
|
5227
|
+
class SslPoliciesScopedList
|
5228
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5229
|
+
|
5230
|
+
class Warning
|
5231
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5232
|
+
|
5233
|
+
class Datum
|
5234
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5235
|
+
|
5236
|
+
include Google::Apis::Core::JsonObjectSupport
|
5237
|
+
end
|
5238
|
+
|
5239
|
+
include Google::Apis::Core::JsonObjectSupport
|
5240
|
+
end
|
5241
|
+
|
5242
|
+
include Google::Apis::Core::JsonObjectSupport
|
5243
|
+
end
|
5244
|
+
|
5173
5245
|
class SslPolicy
|
5174
5246
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5175
5247
|
|
@@ -6614,6 +6686,7 @@ module Google
|
|
6614
6686
|
property :source_image, as: 'sourceImage'
|
6615
6687
|
property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
6616
6688
|
|
6689
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
6617
6690
|
property :source_snapshot, as: 'sourceSnapshot'
|
6618
6691
|
property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
6619
6692
|
|
@@ -7406,6 +7479,7 @@ module Google
|
|
7406
7479
|
property :kind, as: 'kind'
|
7407
7480
|
property :license_resource, as: 'licenseResource', class: Google::Apis::ComputeAlpha::LicenseResourceCommitment, decorator: Google::Apis::ComputeAlpha::LicenseResourceCommitment::Representation
|
7408
7481
|
|
7482
|
+
collection :merge_source_commitments, as: 'mergeSourceCommitments'
|
7409
7483
|
property :name, as: 'name'
|
7410
7484
|
property :plan, as: 'plan'
|
7411
7485
|
property :region, as: 'region'
|
@@ -7415,6 +7489,7 @@ module Google
|
|
7415
7489
|
|
7416
7490
|
property :self_link, as: 'selfLink'
|
7417
7491
|
property :self_link_with_id, as: 'selfLinkWithId'
|
7492
|
+
property :split_source_commitment, as: 'splitSourceCommitment'
|
7418
7493
|
property :start_timestamp, as: 'startTimestamp'
|
7419
7494
|
property :status, as: 'status'
|
7420
7495
|
property :status_message, as: 'statusMessage'
|
@@ -8172,6 +8247,7 @@ module Google
|
|
8172
8247
|
property :self_link, as: 'selfLink'
|
8173
8248
|
property :self_link_with_id, as: 'selfLinkWithId'
|
8174
8249
|
property :short_name, as: 'shortName'
|
8250
|
+
property :vpc_network_scope, as: 'vpcNetworkScope'
|
8175
8251
|
end
|
8176
8252
|
end
|
8177
8253
|
|
@@ -8241,11 +8317,15 @@ module Google
|
|
8241
8317
|
# @private
|
8242
8318
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8243
8319
|
collection :dest_address_groups, as: 'destAddressGroups'
|
8320
|
+
collection :dest_fqdns, as: 'destFqdns'
|
8244
8321
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
8322
|
+
collection :dest_region_codes, as: 'destRegionCodes'
|
8245
8323
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config::Representation
|
8246
8324
|
|
8247
8325
|
collection :src_address_groups, as: 'srcAddressGroups'
|
8326
|
+
collection :src_fqdns, as: 'srcFqdns'
|
8248
8327
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
8328
|
+
collection :src_region_codes, as: 'srcRegionCodes'
|
8249
8329
|
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
|
8250
8330
|
|
8251
8331
|
end
|
@@ -8283,6 +8363,7 @@ module Google
|
|
8283
8363
|
property :ip_protocol, as: 'IPProtocol'
|
8284
8364
|
property :all_ports, as: 'allPorts'
|
8285
8365
|
property :allow_global_access, as: 'allowGlobalAccess'
|
8366
|
+
property :allow_psc_global_access, as: 'allowPscGlobalAccess'
|
8286
8367
|
property :backend_service, as: 'backendService'
|
8287
8368
|
property :creation_timestamp, as: 'creationTimestamp'
|
8288
8369
|
property :description, as: 'description'
|
@@ -9448,6 +9529,8 @@ module Google
|
|
9448
9529
|
|
9449
9530
|
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeAlpha::NetworkPerformanceConfig, decorator: Google::Apis::ComputeAlpha::NetworkPerformanceConfig::Representation
|
9450
9531
|
|
9532
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::InstanceParams, decorator: Google::Apis::ComputeAlpha::InstanceParams::Representation
|
9533
|
+
|
9451
9534
|
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
9452
9535
|
property :preserved_state_size_gb, :numeric_string => true, as: 'preservedStateSizeGb'
|
9453
9536
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
@@ -9519,6 +9602,25 @@ module Google
|
|
9519
9602
|
end
|
9520
9603
|
end
|
9521
9604
|
|
9605
|
+
class InstanceConsumptionData
|
9606
|
+
# @private
|
9607
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9608
|
+
property :consumption_info, as: 'consumptionInfo', class: Google::Apis::ComputeAlpha::InstanceConsumptionInfo, decorator: Google::Apis::ComputeAlpha::InstanceConsumptionInfo::Representation
|
9609
|
+
|
9610
|
+
property :instance, as: 'instance'
|
9611
|
+
end
|
9612
|
+
end
|
9613
|
+
|
9614
|
+
class InstanceConsumptionInfo
|
9615
|
+
# @private
|
9616
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9617
|
+
property :guest_cpus, as: 'guestCpus'
|
9618
|
+
property :local_ssd_gb, as: 'localSsdGb'
|
9619
|
+
property :memory_mb, as: 'memoryMb'
|
9620
|
+
property :min_node_cpus, as: 'minNodeCpus'
|
9621
|
+
end
|
9622
|
+
end
|
9623
|
+
|
9522
9624
|
class InstanceGroup
|
9523
9625
|
# @private
|
9524
9626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10252,6 +10354,13 @@ module Google
|
|
10252
10354
|
end
|
10253
10355
|
end
|
10254
10356
|
|
10357
|
+
class InstanceParams
|
10358
|
+
# @private
|
10359
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10360
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
10361
|
+
end
|
10362
|
+
end
|
10363
|
+
|
10255
10364
|
class InstanceProperties
|
10256
10365
|
# @private
|
10257
10366
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10281,6 +10390,7 @@ module Google
|
|
10281
10390
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
10282
10391
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeAlpha::ReservationAffinity, decorator: Google::Apis::ComputeAlpha::ReservationAffinity::Representation
|
10283
10392
|
|
10393
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
10284
10394
|
collection :resource_policies, as: 'resourcePolicies'
|
10285
10395
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::Scheduling, decorator: Google::Apis::ComputeAlpha::Scheduling::Representation
|
10286
10396
|
|
@@ -10526,6 +10636,8 @@ module Google
|
|
10526
10636
|
hash :labels, as: 'labels'
|
10527
10637
|
property :name, as: 'name'
|
10528
10638
|
property :region, as: 'region'
|
10639
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::InstantSnapshotResourceStatus, decorator: Google::Apis::ComputeAlpha::InstantSnapshotResourceStatus::Representation
|
10640
|
+
|
10529
10641
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
10530
10642
|
property :self_link, as: 'selfLink'
|
10531
10643
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -10613,6 +10725,13 @@ module Google
|
|
10613
10725
|
end
|
10614
10726
|
end
|
10615
10727
|
|
10728
|
+
class InstantSnapshotResourceStatus
|
10729
|
+
# @private
|
10730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10731
|
+
property :storage_size_bytes, :numeric_string => true, as: 'storageSizeBytes'
|
10732
|
+
end
|
10733
|
+
end
|
10734
|
+
|
10616
10735
|
class InstantSnapshotsExportRequest
|
10617
10736
|
# @private
|
10618
10737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11683,6 +11802,7 @@ module Google
|
|
11683
11802
|
property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
|
11684
11803
|
collection :peerings, as: 'peerings', class: Google::Apis::ComputeAlpha::NetworkPeering, decorator: Google::Apis::ComputeAlpha::NetworkPeering::Representation
|
11685
11804
|
|
11805
|
+
property :region, as: 'region'
|
11686
11806
|
property :routing_config, as: 'routingConfig', class: Google::Apis::ComputeAlpha::NetworkRoutingConfig, decorator: Google::Apis::ComputeAlpha::NetworkRoutingConfig::Representation
|
11687
11807
|
|
11688
11808
|
property :self_link, as: 'selfLink'
|
@@ -12303,9 +12423,13 @@ module Google
|
|
12303
12423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12304
12424
|
collection :accelerators, as: 'accelerators', class: Google::Apis::ComputeAlpha::AcceleratorConfig, decorator: Google::Apis::ComputeAlpha::AcceleratorConfig::Representation
|
12305
12425
|
|
12426
|
+
property :consumed_resources, as: 'consumedResources', class: Google::Apis::ComputeAlpha::InstanceConsumptionInfo, decorator: Google::Apis::ComputeAlpha::InstanceConsumptionInfo::Representation
|
12427
|
+
|
12306
12428
|
property :cpu_overcommit_type, as: 'cpuOvercommitType'
|
12307
12429
|
collection :disks, as: 'disks', class: Google::Apis::ComputeAlpha::LocalDisk, decorator: Google::Apis::ComputeAlpha::LocalDisk::Representation
|
12308
12430
|
|
12431
|
+
collection :instance_consumption_data, as: 'instanceConsumptionData', class: Google::Apis::ComputeAlpha::InstanceConsumptionData, decorator: Google::Apis::ComputeAlpha::InstanceConsumptionData::Representation
|
12432
|
+
|
12309
12433
|
collection :instances, as: 'instances'
|
12310
12434
|
property :name, as: 'name'
|
12311
12435
|
property :node_type, as: 'nodeType'
|
@@ -12314,6 +12438,8 @@ module Google
|
|
12314
12438
|
|
12315
12439
|
property :server_id, as: 'serverId'
|
12316
12440
|
property :status, as: 'status'
|
12441
|
+
property :total_resources, as: 'totalResources', class: Google::Apis::ComputeAlpha::InstanceConsumptionInfo, decorator: Google::Apis::ComputeAlpha::InstanceConsumptionInfo::Representation
|
12442
|
+
|
12317
12443
|
end
|
12318
12444
|
end
|
12319
12445
|
|
@@ -14555,6 +14681,7 @@ module Google
|
|
14555
14681
|
property :next_hop_peering, as: 'nextHopPeering'
|
14556
14682
|
property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
|
14557
14683
|
property :priority, as: 'priority'
|
14684
|
+
property :route_status, as: 'routeStatus'
|
14558
14685
|
property :route_type, as: 'routeType'
|
14559
14686
|
property :self_link, as: 'selfLink'
|
14560
14687
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -14636,6 +14763,8 @@ module Google
|
|
14636
14763
|
collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeAlpha::RouterInterface, decorator: Google::Apis::ComputeAlpha::RouterInterface::Representation
|
14637
14764
|
|
14638
14765
|
property :kind, as: 'kind'
|
14766
|
+
collection :md5_authentication_keys, as: 'md5AuthenticationKeys', class: Google::Apis::ComputeAlpha::RouterMd5AuthenticationKey, decorator: Google::Apis::ComputeAlpha::RouterMd5AuthenticationKey::Representation
|
14767
|
+
|
14639
14768
|
property :name, as: 'name'
|
14640
14769
|
collection :nats, as: 'nats', class: Google::Apis::ComputeAlpha::RouterNat, decorator: Google::Apis::ComputeAlpha::RouterNat::Representation
|
14641
14770
|
|
@@ -14715,6 +14844,7 @@ module Google
|
|
14715
14844
|
property :ip_address, as: 'ipAddress'
|
14716
14845
|
property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
|
14717
14846
|
property :management_type, as: 'managementType'
|
14847
|
+
property :md5_authentication_key_name, as: 'md5AuthenticationKeyName'
|
14718
14848
|
property :name, as: 'name'
|
14719
14849
|
property :peer_asn, as: 'peerAsn'
|
14720
14850
|
property :peer_ip_address, as: 'peerIpAddress'
|
@@ -14782,6 +14912,14 @@ module Google
|
|
14782
14912
|
end
|
14783
14913
|
end
|
14784
14914
|
|
14915
|
+
class RouterMd5AuthenticationKey
|
14916
|
+
# @private
|
14917
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14918
|
+
property :key, as: 'key'
|
14919
|
+
property :name, as: 'name'
|
14920
|
+
end
|
14921
|
+
end
|
14922
|
+
|
14785
14923
|
class RouterNat
|
14786
14924
|
# @private
|
14787
14925
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14873,6 +15011,7 @@ module Google
|
|
14873
15011
|
property :ip_address, as: 'ipAddress'
|
14874
15012
|
property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
|
14875
15013
|
property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
|
15014
|
+
property :md5_auth_enabled, as: 'md5AuthEnabled'
|
14876
15015
|
property :name, as: 'name'
|
14877
15016
|
property :num_learned_routes, as: 'numLearnedRoutes'
|
14878
15017
|
property :peer_ip_address, as: 'peerIpAddress'
|
@@ -14880,6 +15019,7 @@ module Google
|
|
14880
15019
|
property :router_appliance_instance, as: 'routerApplianceInstance'
|
14881
15020
|
property :state, as: 'state'
|
14882
15021
|
property :status, as: 'status'
|
15022
|
+
property :status_reason, as: 'statusReason'
|
14883
15023
|
property :uptime, as: 'uptime'
|
14884
15024
|
property :uptime_seconds, as: 'uptimeSeconds'
|
14885
15025
|
end
|
@@ -15178,6 +15318,8 @@ module Google
|
|
15178
15318
|
hash :labels, as: 'labels'
|
15179
15319
|
property :name, as: 'name'
|
15180
15320
|
property :parent, as: 'parent'
|
15321
|
+
property :recaptcha_options_config, as: 'recaptchaOptionsConfig', class: Google::Apis::ComputeAlpha::SecurityPolicyRecaptchaOptionsConfig, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRecaptchaOptionsConfig::Representation
|
15322
|
+
|
15181
15323
|
property :region, as: 'region'
|
15182
15324
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
15183
15325
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::SecurityPolicyRule, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRule::Representation
|
@@ -15269,6 +15411,13 @@ module Google
|
|
15269
15411
|
end
|
15270
15412
|
end
|
15271
15413
|
|
15414
|
+
class SecurityPolicyRecaptchaOptionsConfig
|
15415
|
+
# @private
|
15416
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15417
|
+
property :redirect_site_key, as: 'redirectSiteKey'
|
15418
|
+
end
|
15419
|
+
end
|
15420
|
+
|
15272
15421
|
class SecurityPolicyReference
|
15273
15422
|
# @private
|
15274
15423
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15367,6 +15516,8 @@ module Google
|
|
15367
15516
|
property :enforce_on_key, as: 'enforceOnKey'
|
15368
15517
|
property :enforce_on_key_name, as: 'enforceOnKeyName'
|
15369
15518
|
property :exceed_action, as: 'exceedAction'
|
15519
|
+
property :exceed_redirect_options, as: 'exceedRedirectOptions', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRedirectOptions, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRedirectOptions::Representation
|
15520
|
+
|
15370
15521
|
property :rate_limit_threshold, as: 'rateLimitThreshold', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
|
15371
15522
|
|
15372
15523
|
end
|
@@ -15710,6 +15861,7 @@ module Google
|
|
15710
15861
|
property :self_link_with_id, as: 'selfLinkWithId'
|
15711
15862
|
property :snapshot_encryption_key, as: 'snapshotEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
15712
15863
|
|
15864
|
+
property :snapshot_type, as: 'snapshotType'
|
15713
15865
|
property :source_disk, as: 'sourceDisk'
|
15714
15866
|
property :source_disk_encryption_key, as: 'sourceDiskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
15715
15867
|
|
@@ -15934,6 +16086,40 @@ module Google
|
|
15934
16086
|
end
|
15935
16087
|
end
|
15936
16088
|
|
16089
|
+
class SslPoliciesAggregatedList
|
16090
|
+
# @private
|
16091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16092
|
+
property :etag, as: 'etag'
|
16093
|
+
property :id, as: 'id'
|
16094
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::SslPoliciesScopedList, decorator: Google::Apis::ComputeAlpha::SslPoliciesScopedList::Representation
|
16095
|
+
|
16096
|
+
property :kind, as: 'kind'
|
16097
|
+
property :next_page_token, as: 'nextPageToken'
|
16098
|
+
property :self_link, as: 'selfLink'
|
16099
|
+
collection :unreachables, as: 'unreachables'
|
16100
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::SslPoliciesAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::SslPoliciesAggregatedList::Warning::Representation
|
16101
|
+
|
16102
|
+
end
|
16103
|
+
|
16104
|
+
class Warning
|
16105
|
+
# @private
|
16106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16107
|
+
property :code, as: 'code'
|
16108
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::SslPoliciesAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::SslPoliciesAggregatedList::Warning::Datum::Representation
|
16109
|
+
|
16110
|
+
property :message, as: 'message'
|
16111
|
+
end
|
16112
|
+
|
16113
|
+
class Datum
|
16114
|
+
# @private
|
16115
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16116
|
+
property :key, as: 'key'
|
16117
|
+
property :value, as: 'value'
|
16118
|
+
end
|
16119
|
+
end
|
16120
|
+
end
|
16121
|
+
end
|
16122
|
+
|
15937
16123
|
class SslPoliciesList
|
15938
16124
|
# @private
|
15939
16125
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15973,6 +16159,34 @@ module Google
|
|
15973
16159
|
end
|
15974
16160
|
end
|
15975
16161
|
|
16162
|
+
class SslPoliciesScopedList
|
16163
|
+
# @private
|
16164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16165
|
+
collection :ssl_policies, as: 'sslPolicies', class: Google::Apis::ComputeAlpha::SslPolicy, decorator: Google::Apis::ComputeAlpha::SslPolicy::Representation
|
16166
|
+
|
16167
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::SslPoliciesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::SslPoliciesScopedList::Warning::Representation
|
16168
|
+
|
16169
|
+
end
|
16170
|
+
|
16171
|
+
class Warning
|
16172
|
+
# @private
|
16173
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16174
|
+
property :code, as: 'code'
|
16175
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::SslPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::SslPoliciesScopedList::Warning::Datum::Representation
|
16176
|
+
|
16177
|
+
property :message, as: 'message'
|
16178
|
+
end
|
16179
|
+
|
16180
|
+
class Datum
|
16181
|
+
# @private
|
16182
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16183
|
+
property :key, as: 'key'
|
16184
|
+
property :value, as: 'value'
|
16185
|
+
end
|
16186
|
+
end
|
16187
|
+
end
|
16188
|
+
end
|
16189
|
+
|
15976
16190
|
class SslPolicy
|
15977
16191
|
# @private
|
15978
16192
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15986,6 +16200,7 @@ module Google
|
|
15986
16200
|
property :min_tls_version, as: 'minTlsVersion'
|
15987
16201
|
property :name, as: 'name'
|
15988
16202
|
property :profile, as: 'profile'
|
16203
|
+
property :region, as: 'region'
|
15989
16204
|
property :self_link, as: 'selfLink'
|
15990
16205
|
property :self_link_with_id, as: 'selfLinkWithId'
|
15991
16206
|
property :tls_settings, as: 'tlsSettings', class: Google::Apis::ComputeAlpha::ServerTlsSettings, decorator: Google::Apis::ComputeAlpha::ServerTlsSettings::Representation
|