google-apis-compute_alpha 0.3.0 → 0.8.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 +21 -0
- data/lib/google/apis/compute_alpha.rb +1 -1
- data/lib/google/apis/compute_alpha/classes.rb +662 -89
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +238 -2
- data/lib/google/apis/compute_alpha/service.rb +1473 -18
- metadata +5 -5
@@ -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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210316"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1660,6 +1660,18 @@ module Google
|
|
1660
1660
|
include Google::Apis::Core::JsonObjectSupport
|
1661
1661
|
end
|
1662
1662
|
|
1663
|
+
class InstanceGroupManagerInstanceLifecyclePolicy
|
1664
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
|
+
|
1666
|
+
include Google::Apis::Core::JsonObjectSupport
|
1667
|
+
end
|
1668
|
+
|
1669
|
+
class InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
|
1670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1671
|
+
|
1672
|
+
include Google::Apis::Core::JsonObjectSupport
|
1673
|
+
end
|
1674
|
+
|
1663
1675
|
class InstanceGroupManagerList
|
1664
1676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1665
1677
|
|
@@ -1792,6 +1804,12 @@ module Google
|
|
1792
1804
|
include Google::Apis::Core::JsonObjectSupport
|
1793
1805
|
end
|
1794
1806
|
|
1807
|
+
class InstanceGroupManagersResumeInstancesRequest
|
1808
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1809
|
+
|
1810
|
+
include Google::Apis::Core::JsonObjectSupport
|
1811
|
+
end
|
1812
|
+
|
1795
1813
|
class InstanceGroupManagersScopedList
|
1796
1814
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1797
1815
|
|
@@ -1828,6 +1846,24 @@ module Google
|
|
1828
1846
|
include Google::Apis::Core::JsonObjectSupport
|
1829
1847
|
end
|
1830
1848
|
|
1849
|
+
class InstanceGroupManagersStartInstancesRequest
|
1850
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1851
|
+
|
1852
|
+
include Google::Apis::Core::JsonObjectSupport
|
1853
|
+
end
|
1854
|
+
|
1855
|
+
class InstanceGroupManagersStopInstancesRequest
|
1856
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1857
|
+
|
1858
|
+
include Google::Apis::Core::JsonObjectSupport
|
1859
|
+
end
|
1860
|
+
|
1861
|
+
class InstanceGroupManagersSuspendInstancesRequest
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1863
|
+
|
1864
|
+
include Google::Apis::Core::JsonObjectSupport
|
1865
|
+
end
|
1866
|
+
|
1831
1867
|
class InstanceGroupManagersUpdatePerInstanceConfigsReq
|
1832
1868
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1833
1869
|
|
@@ -3430,6 +3466,18 @@ module Google
|
|
3430
3466
|
include Google::Apis::Core::JsonObjectSupport
|
3431
3467
|
end
|
3432
3468
|
|
3469
|
+
class PreservedStatePreservedNetworkIp
|
3470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3471
|
+
|
3472
|
+
include Google::Apis::Core::JsonObjectSupport
|
3473
|
+
end
|
3474
|
+
|
3475
|
+
class PreservedStatePreservedNetworkIpIpAddress
|
3476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3477
|
+
|
3478
|
+
include Google::Apis::Core::JsonObjectSupport
|
3479
|
+
end
|
3480
|
+
|
3433
3481
|
class Principal
|
3434
3482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3435
3483
|
|
@@ -3778,6 +3826,12 @@ module Google
|
|
3778
3826
|
include Google::Apis::Core::JsonObjectSupport
|
3779
3827
|
end
|
3780
3828
|
|
3829
|
+
class RegionInstanceGroupManagersResumeInstancesRequest
|
3830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3831
|
+
|
3832
|
+
include Google::Apis::Core::JsonObjectSupport
|
3833
|
+
end
|
3834
|
+
|
3781
3835
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
3782
3836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3783
3837
|
|
@@ -3796,6 +3850,24 @@ module Google
|
|
3796
3850
|
include Google::Apis::Core::JsonObjectSupport
|
3797
3851
|
end
|
3798
3852
|
|
3853
|
+
class RegionInstanceGroupManagersStartInstancesRequest
|
3854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3855
|
+
|
3856
|
+
include Google::Apis::Core::JsonObjectSupport
|
3857
|
+
end
|
3858
|
+
|
3859
|
+
class RegionInstanceGroupManagersStopInstancesRequest
|
3860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3861
|
+
|
3862
|
+
include Google::Apis::Core::JsonObjectSupport
|
3863
|
+
end
|
3864
|
+
|
3865
|
+
class RegionInstanceGroupManagersSuspendInstancesRequest
|
3866
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3867
|
+
|
3868
|
+
include Google::Apis::Core::JsonObjectSupport
|
3869
|
+
end
|
3870
|
+
|
3799
3871
|
class RegionInstanceGroupsListInstances
|
3800
3872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3801
3873
|
|
@@ -4450,6 +4522,18 @@ module Google
|
|
4450
4522
|
include Google::Apis::Core::JsonObjectSupport
|
4451
4523
|
end
|
4452
4524
|
|
4525
|
+
class SecurityPolicyRuleHttpHeaderAction
|
4526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4527
|
+
|
4528
|
+
include Google::Apis::Core::JsonObjectSupport
|
4529
|
+
end
|
4530
|
+
|
4531
|
+
class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
|
4532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4533
|
+
|
4534
|
+
include Google::Apis::Core::JsonObjectSupport
|
4535
|
+
end
|
4536
|
+
|
4453
4537
|
class SecurityPolicyRuleMatcher
|
4454
4538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4455
4539
|
|
@@ -4816,6 +4900,12 @@ module Google
|
|
4816
4900
|
include Google::Apis::Core::JsonObjectSupport
|
4817
4901
|
end
|
4818
4902
|
|
4903
|
+
class StatefulPolicyPreservedStateNetworkIp
|
4904
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4905
|
+
|
4906
|
+
include Google::Apis::Core::JsonObjectSupport
|
4907
|
+
end
|
4908
|
+
|
4819
4909
|
class Subnetwork
|
4820
4910
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4821
4911
|
|
@@ -6113,6 +6203,7 @@ module Google
|
|
6113
6203
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6114
6204
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
6115
6205
|
property :threads_per_core, as: 'threadsPerCore'
|
6206
|
+
property :visible_core_count, as: 'visibleCoreCount'
|
6116
6207
|
end
|
6117
6208
|
end
|
6118
6209
|
|
@@ -7753,11 +7844,13 @@ module Google
|
|
7753
7844
|
property :kind, as: 'kind'
|
7754
7845
|
property :name, as: 'name'
|
7755
7846
|
property :parent, as: 'parent'
|
7847
|
+
property :region, as: 'region'
|
7756
7848
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7757
7849
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
7758
7850
|
|
7759
7851
|
property :self_link, as: 'selfLink'
|
7760
7852
|
property :self_link_with_id, as: 'selfLinkWithId'
|
7853
|
+
property :short_name, as: 'shortName'
|
7761
7854
|
end
|
7762
7855
|
end
|
7763
7856
|
|
@@ -7768,6 +7861,7 @@ module Google
|
|
7768
7861
|
property :display_name, as: 'displayName'
|
7769
7862
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
7770
7863
|
property :name, as: 'name'
|
7864
|
+
property :short_name, as: 'shortName'
|
7771
7865
|
end
|
7772
7866
|
end
|
7773
7867
|
|
@@ -8129,6 +8223,7 @@ module Google
|
|
8129
8223
|
property :proxy_header, as: 'proxyHeader'
|
8130
8224
|
property :request_path, as: 'requestPath'
|
8131
8225
|
property :response, as: 'response'
|
8226
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8132
8227
|
end
|
8133
8228
|
end
|
8134
8229
|
|
@@ -8142,6 +8237,7 @@ module Google
|
|
8142
8237
|
property :proxy_header, as: 'proxyHeader'
|
8143
8238
|
property :request_path, as: 'requestPath'
|
8144
8239
|
property :response, as: 'response'
|
8240
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8145
8241
|
end
|
8146
8242
|
end
|
8147
8243
|
|
@@ -8155,6 +8251,7 @@ module Google
|
|
8155
8251
|
property :proxy_header, as: 'proxyHeader'
|
8156
8252
|
property :request_path, as: 'requestPath'
|
8157
8253
|
property :response, as: 'response'
|
8254
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8158
8255
|
end
|
8159
8256
|
end
|
8160
8257
|
|
@@ -8424,6 +8521,8 @@ module Google
|
|
8424
8521
|
# @private
|
8425
8522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8426
8523
|
hash :annotations, as: 'annotations'
|
8524
|
+
property :forwarding_rule, as: 'forwardingRule'
|
8525
|
+
property :forwarding_rule_ip, as: 'forwardingRuleIp'
|
8427
8526
|
property :health_state, as: 'healthState'
|
8428
8527
|
property :instance, as: 'instance'
|
8429
8528
|
property :ip_address, as: 'ipAddress'
|
@@ -9102,6 +9201,8 @@ module Google
|
|
9102
9201
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
9103
9202
|
property :id, :numeric_string => true, as: 'id'
|
9104
9203
|
property :instance_group, as: 'instanceGroup'
|
9204
|
+
property :instance_lifecycle_policy, as: 'instanceLifecyclePolicy', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicy::Representation
|
9205
|
+
|
9105
9206
|
property :instance_template, as: 'instanceTemplate'
|
9106
9207
|
property :kind, as: 'kind'
|
9107
9208
|
property :name, as: 'name'
|
@@ -9117,6 +9218,8 @@ module Google
|
|
9117
9218
|
|
9118
9219
|
collection :target_pools, as: 'targetPools'
|
9119
9220
|
property :target_size, as: 'targetSize'
|
9221
|
+
property :target_stopped_size, as: 'targetStoppedSize'
|
9222
|
+
property :target_suspended_size, as: 'targetSuspendedSize'
|
9120
9223
|
property :update_policy, as: 'updatePolicy', class: Google::Apis::ComputeAlpha::InstanceGroupManagerUpdatePolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerUpdatePolicy::Representation
|
9121
9224
|
|
9122
9225
|
collection :versions, as: 'versions', class: Google::Apis::ComputeAlpha::InstanceGroupManagerVersion, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerVersion::Representation
|
@@ -9136,6 +9239,10 @@ module Google
|
|
9136
9239
|
property :recreating, as: 'recreating'
|
9137
9240
|
property :refreshing, as: 'refreshing'
|
9138
9241
|
property :restarting, as: 'restarting'
|
9242
|
+
property :resuming, as: 'resuming'
|
9243
|
+
property :starting, as: 'starting'
|
9244
|
+
property :stopping, as: 'stopping'
|
9245
|
+
property :suspending, as: 'suspending'
|
9139
9246
|
property :verifying, as: 'verifying'
|
9140
9247
|
end
|
9141
9248
|
end
|
@@ -9183,6 +9290,21 @@ module Google
|
|
9183
9290
|
end
|
9184
9291
|
end
|
9185
9292
|
|
9293
|
+
class InstanceGroupManagerInstanceLifecyclePolicy
|
9294
|
+
# @private
|
9295
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9296
|
+
property :metadata_based_readiness_signal, as: 'metadataBasedReadinessSignal', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal::Representation
|
9297
|
+
|
9298
|
+
end
|
9299
|
+
end
|
9300
|
+
|
9301
|
+
class InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
|
9302
|
+
# @private
|
9303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9304
|
+
property :timeout_sec, as: 'timeoutSec'
|
9305
|
+
end
|
9306
|
+
end
|
9307
|
+
|
9186
9308
|
class InstanceGroupManagerList
|
9187
9309
|
# @private
|
9188
9310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9388,6 +9510,13 @@ module Google
|
|
9388
9510
|
end
|
9389
9511
|
end
|
9390
9512
|
|
9513
|
+
class InstanceGroupManagersResumeInstancesRequest
|
9514
|
+
# @private
|
9515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9516
|
+
collection :instances, as: 'instances'
|
9517
|
+
end
|
9518
|
+
end
|
9519
|
+
|
9391
9520
|
class InstanceGroupManagersScopedList
|
9392
9521
|
# @private
|
9393
9522
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9439,6 +9568,29 @@ module Google
|
|
9439
9568
|
end
|
9440
9569
|
end
|
9441
9570
|
|
9571
|
+
class InstanceGroupManagersStartInstancesRequest
|
9572
|
+
# @private
|
9573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9574
|
+
collection :instances, as: 'instances'
|
9575
|
+
end
|
9576
|
+
end
|
9577
|
+
|
9578
|
+
class InstanceGroupManagersStopInstancesRequest
|
9579
|
+
# @private
|
9580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9581
|
+
property :force_stop, as: 'forceStop'
|
9582
|
+
collection :instances, as: 'instances'
|
9583
|
+
end
|
9584
|
+
end
|
9585
|
+
|
9586
|
+
class InstanceGroupManagersSuspendInstancesRequest
|
9587
|
+
# @private
|
9588
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9589
|
+
property :force_suspend, as: 'forceSuspend'
|
9590
|
+
collection :instances, as: 'instances'
|
9591
|
+
end
|
9592
|
+
end
|
9593
|
+
|
9442
9594
|
class InstanceGroupManagersUpdatePerInstanceConfigsReq
|
9443
9595
|
# @private
|
9444
9596
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9775,6 +9927,7 @@ module Google
|
|
9775
9927
|
property :name, as: 'name'
|
9776
9928
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
9777
9929
|
|
9930
|
+
property :short_name, as: 'shortName'
|
9778
9931
|
property :type, as: 'type'
|
9779
9932
|
end
|
9780
9933
|
end
|
@@ -10945,6 +11098,7 @@ module Google
|
|
10945
11098
|
property :name, as: 'name'
|
10946
11099
|
property :network, as: 'network'
|
10947
11100
|
property :network_endpoint_type, as: 'networkEndpointType'
|
11101
|
+
property :psc_target_service, as: 'pscTargetService'
|
10948
11102
|
property :region, as: 'region'
|
10949
11103
|
property :self_link, as: 'selfLink'
|
10950
11104
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -11302,6 +11456,7 @@ module Google
|
|
11302
11456
|
property :name, as: 'name'
|
11303
11457
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
11304
11458
|
|
11459
|
+
property :short_name, as: 'shortName'
|
11305
11460
|
property :type, as: 'type'
|
11306
11461
|
end
|
11307
11462
|
end
|
@@ -11917,6 +12072,7 @@ module Google
|
|
11917
12072
|
property :metadata, as: 'metadata', class: Google::Apis::ComputeAlpha::Any, decorator: Google::Apis::ComputeAlpha::Any::Representation
|
11918
12073
|
|
11919
12074
|
property :name, as: 'name'
|
12075
|
+
property :operation_group_id, as: 'operationGroupId'
|
11920
12076
|
property :operation_type, as: 'operationType'
|
11921
12077
|
property :progress, as: 'progress'
|
11922
12078
|
property :region, as: 'region'
|
@@ -12381,6 +12537,10 @@ module Google
|
|
12381
12537
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12382
12538
|
hash :disks, as: 'disks', class: Google::Apis::ComputeAlpha::PreservedStatePreservedDisk, decorator: Google::Apis::ComputeAlpha::PreservedStatePreservedDisk::Representation
|
12383
12539
|
|
12540
|
+
hash :external_i_ps, as: 'externalIPs', class: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIp, decorator: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIp::Representation
|
12541
|
+
|
12542
|
+
hash :internal_i_ps, as: 'internalIPs', class: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIp, decorator: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIp::Representation
|
12543
|
+
|
12384
12544
|
hash :metadata, as: 'metadata'
|
12385
12545
|
end
|
12386
12546
|
end
|
@@ -12394,6 +12554,23 @@ module Google
|
|
12394
12554
|
end
|
12395
12555
|
end
|
12396
12556
|
|
12557
|
+
class PreservedStatePreservedNetworkIp
|
12558
|
+
# @private
|
12559
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12560
|
+
property :auto_delete, as: 'autoDelete'
|
12561
|
+
property :ip_address, as: 'ipAddress', class: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIpIpAddress, decorator: Google::Apis::ComputeAlpha::PreservedStatePreservedNetworkIpIpAddress::Representation
|
12562
|
+
|
12563
|
+
end
|
12564
|
+
end
|
12565
|
+
|
12566
|
+
class PreservedStatePreservedNetworkIpIpAddress
|
12567
|
+
# @private
|
12568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12569
|
+
property :address, as: 'address'
|
12570
|
+
property :literal, as: 'literal'
|
12571
|
+
end
|
12572
|
+
end
|
12573
|
+
|
12397
12574
|
class Principal
|
12398
12575
|
# @private
|
12399
12576
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12996,6 +13173,13 @@ module Google
|
|
12996
13173
|
end
|
12997
13174
|
end
|
12998
13175
|
|
13176
|
+
class RegionInstanceGroupManagersResumeInstancesRequest
|
13177
|
+
# @private
|
13178
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13179
|
+
collection :instances, as: 'instances'
|
13180
|
+
end
|
13181
|
+
end
|
13182
|
+
|
12999
13183
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
13000
13184
|
# @private
|
13001
13185
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13019,6 +13203,29 @@ module Google
|
|
13019
13203
|
end
|
13020
13204
|
end
|
13021
13205
|
|
13206
|
+
class RegionInstanceGroupManagersStartInstancesRequest
|
13207
|
+
# @private
|
13208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13209
|
+
collection :instances, as: 'instances'
|
13210
|
+
end
|
13211
|
+
end
|
13212
|
+
|
13213
|
+
class RegionInstanceGroupManagersStopInstancesRequest
|
13214
|
+
# @private
|
13215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13216
|
+
property :force_stop, as: 'forceStop'
|
13217
|
+
collection :instances, as: 'instances'
|
13218
|
+
end
|
13219
|
+
end
|
13220
|
+
|
13221
|
+
class RegionInstanceGroupManagersSuspendInstancesRequest
|
13222
|
+
# @private
|
13223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13224
|
+
property :force_suspend, as: 'forceSuspend'
|
13225
|
+
collection :instances, as: 'instances'
|
13226
|
+
end
|
13227
|
+
end
|
13228
|
+
|
13022
13229
|
class RegionInstanceGroupsListInstances
|
13023
13230
|
# @private
|
13024
13231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13593,6 +13800,7 @@ module Google
|
|
13593
13800
|
class Route
|
13594
13801
|
# @private
|
13595
13802
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13803
|
+
property :allow_conflicting_subnetworks, as: 'allowConflictingSubnetworks'
|
13596
13804
|
property :creation_timestamp, as: 'creationTimestamp'
|
13597
13805
|
property :description, as: 'description'
|
13598
13806
|
property :dest_range, as: 'destRange'
|
@@ -13911,6 +14119,7 @@ module Google
|
|
13911
14119
|
property :name, as: 'name'
|
13912
14120
|
property :num_learned_routes, as: 'numLearnedRoutes'
|
13913
14121
|
property :peer_ip_address, as: 'peerIpAddress'
|
14122
|
+
property :router_appliance_instance, as: 'routerApplianceInstance'
|
13914
14123
|
property :state, as: 'state'
|
13915
14124
|
property :status, as: 'status'
|
13916
14125
|
property :uptime, as: 'uptime'
|
@@ -14214,6 +14423,8 @@ module Google
|
|
14214
14423
|
property :description, as: 'description'
|
14215
14424
|
property :direction, as: 'direction'
|
14216
14425
|
property :enable_logging, as: 'enableLogging'
|
14426
|
+
property :header_action, as: 'headerAction', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderAction, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderAction::Representation
|
14427
|
+
|
14217
14428
|
property :kind, as: 'kind'
|
14218
14429
|
property :match, as: 'match', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher::Representation
|
14219
14430
|
|
@@ -14229,6 +14440,22 @@ module Google
|
|
14229
14440
|
end
|
14230
14441
|
end
|
14231
14442
|
|
14443
|
+
class SecurityPolicyRuleHttpHeaderAction
|
14444
|
+
# @private
|
14445
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14446
|
+
collection :request_headers_to_adds, as: 'requestHeadersToAdds', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption::Representation
|
14447
|
+
|
14448
|
+
end
|
14449
|
+
end
|
14450
|
+
|
14451
|
+
class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
|
14452
|
+
# @private
|
14453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14454
|
+
property :header_name, as: 'headerName'
|
14455
|
+
property :header_value, as: 'headerValue'
|
14456
|
+
end
|
14457
|
+
end
|
14458
|
+
|
14232
14459
|
class SecurityPolicyRuleMatcher
|
14233
14460
|
# @private
|
14234
14461
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14274,13 +14501,11 @@ module Google
|
|
14274
14501
|
property :ban_duration_sec, as: 'banDurationSec'
|
14275
14502
|
property :ban_threshold, as: 'banThreshold', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
|
14276
14503
|
|
14277
|
-
property :block_duration, as: 'blockDuration'
|
14278
14504
|
property :conform_action, as: 'conformAction'
|
14279
14505
|
property :enforce_on_key, as: 'enforceOnKey'
|
14280
14506
|
property :exceed_action, as: 'exceedAction'
|
14281
14507
|
property :rate_limit_threshold, as: 'rateLimitThreshold', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
|
14282
14508
|
|
14283
|
-
property :threshold_rps, as: 'thresholdRps'
|
14284
14509
|
end
|
14285
14510
|
end
|
14286
14511
|
|
@@ -14885,6 +15110,10 @@ module Google
|
|
14885
15110
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14886
15111
|
hash :disks, as: 'disks', class: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateDiskDevice, decorator: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateDiskDevice::Representation
|
14887
15112
|
|
15113
|
+
hash :external_i_ps, as: 'externalIPs', class: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateNetworkIp, decorator: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateNetworkIp::Representation
|
15114
|
+
|
15115
|
+
hash :internal_i_ps, as: 'internalIPs', class: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateNetworkIp, decorator: Google::Apis::ComputeAlpha::StatefulPolicyPreservedStateNetworkIp::Representation
|
15116
|
+
|
14888
15117
|
end
|
14889
15118
|
end
|
14890
15119
|
|
@@ -14895,6 +15124,13 @@ module Google
|
|
14895
15124
|
end
|
14896
15125
|
end
|
14897
15126
|
|
15127
|
+
class StatefulPolicyPreservedStateNetworkIp
|
15128
|
+
# @private
|
15129
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15130
|
+
property :auto_delete, as: 'autoDelete'
|
15131
|
+
end
|
15132
|
+
end
|
15133
|
+
|
14898
15134
|
class Subnetwork
|
14899
15135
|
# @private
|
14900
15136
|
class Representation < Google::Apis::Core::JsonRepresentation
|