google-apis-compute_alpha 0.4.0 → 0.9.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 +881 -245
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +277 -21
- data/lib/google/apis/compute_alpha/service.rb +1822 -297
- 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.9.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 = "20210415"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -190,12 +190,6 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
-
class Any
|
194
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
-
|
196
|
-
include Google::Apis::Core::JsonObjectSupport
|
197
|
-
end
|
198
|
-
|
199
193
|
class AttachedDisk
|
200
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
195
|
|
@@ -370,6 +364,12 @@ module Google
|
|
370
364
|
include Google::Apis::Core::JsonObjectSupport
|
371
365
|
end
|
372
366
|
|
367
|
+
class BackendBucketCdnPolicyCacheKeyPolicy
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
373
|
class BackendBucketCdnPolicyNegativeCachingPolicy
|
374
374
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
375
|
|
@@ -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
|
|
@@ -3790,6 +3826,12 @@ module Google
|
|
3790
3826
|
include Google::Apis::Core::JsonObjectSupport
|
3791
3827
|
end
|
3792
3828
|
|
3829
|
+
class RegionInstanceGroupManagersResumeInstancesRequest
|
3830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3831
|
+
|
3832
|
+
include Google::Apis::Core::JsonObjectSupport
|
3833
|
+
end
|
3834
|
+
|
3793
3835
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
3794
3836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3795
3837
|
|
@@ -3808,6 +3850,24 @@ module Google
|
|
3808
3850
|
include Google::Apis::Core::JsonObjectSupport
|
3809
3851
|
end
|
3810
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
|
+
|
3811
3871
|
class RegionInstanceGroupsListInstances
|
3812
3872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3813
3873
|
|
@@ -4462,6 +4522,18 @@ module Google
|
|
4462
4522
|
include Google::Apis::Core::JsonObjectSupport
|
4463
4523
|
end
|
4464
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
|
+
|
4465
4537
|
class SecurityPolicyRuleMatcher
|
4466
4538
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4467
4539
|
|
@@ -4552,12 +4624,24 @@ module Google
|
|
4552
4624
|
include Google::Apis::Core::JsonObjectSupport
|
4553
4625
|
end
|
4554
4626
|
|
4627
|
+
class ServiceAttachmentConnectedEndpoint
|
4628
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4629
|
+
|
4630
|
+
include Google::Apis::Core::JsonObjectSupport
|
4631
|
+
end
|
4632
|
+
|
4555
4633
|
class ServiceAttachmentConsumerForwardingRule
|
4556
4634
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4557
4635
|
|
4558
4636
|
include Google::Apis::Core::JsonObjectSupport
|
4559
4637
|
end
|
4560
4638
|
|
4639
|
+
class ServiceAttachmentConsumerProjectLimit
|
4640
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4641
|
+
|
4642
|
+
include Google::Apis::Core::JsonObjectSupport
|
4643
|
+
end
|
4644
|
+
|
4561
4645
|
class ServiceAttachmentList
|
4562
4646
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4563
4647
|
|
@@ -5446,6 +5530,12 @@ module Google
|
|
5446
5530
|
include Google::Apis::Core::JsonObjectSupport
|
5447
5531
|
end
|
5448
5532
|
|
5533
|
+
class Uint128
|
5534
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5535
|
+
|
5536
|
+
include Google::Apis::Core::JsonObjectSupport
|
5537
|
+
end
|
5538
|
+
|
5449
5539
|
class UpcomingMaintenance
|
5450
5540
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5451
5541
|
|
@@ -6131,6 +6221,7 @@ module Google
|
|
6131
6221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6132
6222
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
6133
6223
|
property :threads_per_core, as: 'threadsPerCore'
|
6224
|
+
property :visible_core_count, as: 'visibleCoreCount'
|
6134
6225
|
end
|
6135
6226
|
end
|
6136
6227
|
|
@@ -6183,14 +6274,6 @@ module Google
|
|
6183
6274
|
end
|
6184
6275
|
end
|
6185
6276
|
|
6186
|
-
class Any
|
6187
|
-
# @private
|
6188
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6189
|
-
property :type_url, as: 'typeUrl'
|
6190
|
-
property :value, :base64 => true, as: 'value'
|
6191
|
-
end
|
6192
|
-
end
|
6193
|
-
|
6194
6277
|
class AttachedDisk
|
6195
6278
|
# @private
|
6196
6279
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6535,6 +6618,8 @@ module Google
|
|
6535
6618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6536
6619
|
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeAlpha::BackendBucketCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeAlpha::BackendBucketCdnPolicyBypassCacheOnRequestHeader::Representation
|
6537
6620
|
|
6621
|
+
property :cache_key_policy, as: 'cacheKeyPolicy', class: Google::Apis::ComputeAlpha::BackendBucketCdnPolicyCacheKeyPolicy, decorator: Google::Apis::ComputeAlpha::BackendBucketCdnPolicyCacheKeyPolicy::Representation
|
6622
|
+
|
6538
6623
|
property :cache_mode, as: 'cacheMode'
|
6539
6624
|
property :client_ttl, as: 'clientTtl'
|
6540
6625
|
property :default_ttl, as: 'defaultTtl'
|
@@ -6556,6 +6641,14 @@ module Google
|
|
6556
6641
|
end
|
6557
6642
|
end
|
6558
6643
|
|
6644
|
+
class BackendBucketCdnPolicyCacheKeyPolicy
|
6645
|
+
# @private
|
6646
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6647
|
+
collection :include_http_headers, as: 'includeHttpHeaders'
|
6648
|
+
collection :query_string_whitelist, as: 'queryStringWhitelist'
|
6649
|
+
end
|
6650
|
+
end
|
6651
|
+
|
6559
6652
|
class BackendBucketCdnPolicyNegativeCachingPolicy
|
6560
6653
|
# @private
|
6561
6654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6929,6 +7022,7 @@ module Google
|
|
6929
7022
|
hash :per_instance_properties, as: 'perInstanceProperties', class: Google::Apis::ComputeAlpha::BulkInsertInstanceResourcePerInstanceProperties, decorator: Google::Apis::ComputeAlpha::BulkInsertInstanceResourcePerInstanceProperties::Representation
|
6930
7023
|
|
6931
7024
|
collection :predefined_names, as: 'predefinedNames'
|
7025
|
+
collection :secure_tags, as: 'secureTags'
|
6932
7026
|
property :source_instance_template, as: 'sourceInstanceTemplate'
|
6933
7027
|
end
|
6934
7028
|
end
|
@@ -6952,6 +7046,8 @@ module Google
|
|
6952
7046
|
# @private
|
6953
7047
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6954
7048
|
property :include_host, as: 'includeHost'
|
7049
|
+
collection :include_http_headers, as: 'includeHttpHeaders'
|
7050
|
+
collection :include_named_cookies, as: 'includeNamedCookies'
|
6955
7051
|
property :include_protocol, as: 'includeProtocol'
|
6956
7052
|
property :include_query_string, as: 'includeQueryString'
|
6957
7053
|
collection :query_string_blacklist, as: 'queryStringBlacklist'
|
@@ -7771,11 +7867,13 @@ module Google
|
|
7771
7867
|
property :kind, as: 'kind'
|
7772
7868
|
property :name, as: 'name'
|
7773
7869
|
property :parent, as: 'parent'
|
7870
|
+
property :region, as: 'region'
|
7774
7871
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7775
7872
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
7776
7873
|
|
7777
7874
|
property :self_link, as: 'selfLink'
|
7778
7875
|
property :self_link_with_id, as: 'selfLinkWithId'
|
7876
|
+
property :short_name, as: 'shortName'
|
7779
7877
|
end
|
7780
7878
|
end
|
7781
7879
|
|
@@ -7786,6 +7884,7 @@ module Google
|
|
7786
7884
|
property :display_name, as: 'displayName'
|
7787
7885
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
7788
7886
|
property :name, as: 'name'
|
7887
|
+
property :short_name, as: 'shortName'
|
7789
7888
|
end
|
7790
7889
|
end
|
7791
7890
|
|
@@ -7834,7 +7933,6 @@ module Google
|
|
7834
7933
|
property :priority, as: 'priority'
|
7835
7934
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
7836
7935
|
collection :target_resources, as: 'targetResources'
|
7837
|
-
collection :target_secure_labels, as: 'targetSecureLabels'
|
7838
7936
|
collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
|
7839
7937
|
|
7840
7938
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
@@ -7848,7 +7946,6 @@ module Google
|
|
7848
7946
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config::Representation
|
7849
7947
|
|
7850
7948
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
7851
|
-
collection :src_secure_labels, as: 'srcSecureLabels'
|
7852
7949
|
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
|
7853
7950
|
|
7854
7951
|
end
|
@@ -7905,6 +8002,7 @@ module Google
|
|
7905
8002
|
property :port_range, as: 'portRange'
|
7906
8003
|
collection :ports, as: 'ports'
|
7907
8004
|
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
8005
|
+
property :psc_connection_status, as: 'pscConnectionStatus'
|
7908
8006
|
property :region, as: 'region'
|
7909
8007
|
property :self_link, as: 'selfLink'
|
7910
8008
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -8147,6 +8245,7 @@ module Google
|
|
8147
8245
|
property :proxy_header, as: 'proxyHeader'
|
8148
8246
|
property :request_path, as: 'requestPath'
|
8149
8247
|
property :response, as: 'response'
|
8248
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8150
8249
|
end
|
8151
8250
|
end
|
8152
8251
|
|
@@ -8160,6 +8259,7 @@ module Google
|
|
8160
8259
|
property :proxy_header, as: 'proxyHeader'
|
8161
8260
|
property :request_path, as: 'requestPath'
|
8162
8261
|
property :response, as: 'response'
|
8262
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8163
8263
|
end
|
8164
8264
|
end
|
8165
8265
|
|
@@ -8173,6 +8273,7 @@ module Google
|
|
8173
8273
|
property :proxy_header, as: 'proxyHeader'
|
8174
8274
|
property :request_path, as: 'requestPath'
|
8175
8275
|
property :response, as: 'response'
|
8276
|
+
property :weight_report_mode, as: 'weightReportMode'
|
8176
8277
|
end
|
8177
8278
|
end
|
8178
8279
|
|
@@ -8442,6 +8543,8 @@ module Google
|
|
8442
8543
|
# @private
|
8443
8544
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8444
8545
|
hash :annotations, as: 'annotations'
|
8546
|
+
property :forwarding_rule, as: 'forwardingRule'
|
8547
|
+
property :forwarding_rule_ip, as: 'forwardingRuleIp'
|
8445
8548
|
property :health_state, as: 'healthState'
|
8446
8549
|
property :instance, as: 'instance'
|
8447
8550
|
property :ip_address, as: 'ipAddress'
|
@@ -8957,7 +9060,6 @@ module Google
|
|
8957
9060
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
8958
9061
|
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::Scheduling, decorator: Google::Apis::ComputeAlpha::Scheduling::Representation
|
8959
9062
|
|
8960
|
-
collection :secure_labels, as: 'secureLabels'
|
8961
9063
|
collection :secure_tags, as: 'secureTags'
|
8962
9064
|
property :self_link, as: 'selfLink'
|
8963
9065
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -9120,6 +9222,8 @@ module Google
|
|
9120
9222
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
9121
9223
|
property :id, :numeric_string => true, as: 'id'
|
9122
9224
|
property :instance_group, as: 'instanceGroup'
|
9225
|
+
property :instance_lifecycle_policy, as: 'instanceLifecyclePolicy', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicy::Representation
|
9226
|
+
|
9123
9227
|
property :instance_template, as: 'instanceTemplate'
|
9124
9228
|
property :kind, as: 'kind'
|
9125
9229
|
property :name, as: 'name'
|
@@ -9135,6 +9239,8 @@ module Google
|
|
9135
9239
|
|
9136
9240
|
collection :target_pools, as: 'targetPools'
|
9137
9241
|
property :target_size, as: 'targetSize'
|
9242
|
+
property :target_stopped_size, as: 'targetStoppedSize'
|
9243
|
+
property :target_suspended_size, as: 'targetSuspendedSize'
|
9138
9244
|
property :update_policy, as: 'updatePolicy', class: Google::Apis::ComputeAlpha::InstanceGroupManagerUpdatePolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerUpdatePolicy::Representation
|
9139
9245
|
|
9140
9246
|
collection :versions, as: 'versions', class: Google::Apis::ComputeAlpha::InstanceGroupManagerVersion, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerVersion::Representation
|
@@ -9154,6 +9260,10 @@ module Google
|
|
9154
9260
|
property :recreating, as: 'recreating'
|
9155
9261
|
property :refreshing, as: 'refreshing'
|
9156
9262
|
property :restarting, as: 'restarting'
|
9263
|
+
property :resuming, as: 'resuming'
|
9264
|
+
property :starting, as: 'starting'
|
9265
|
+
property :stopping, as: 'stopping'
|
9266
|
+
property :suspending, as: 'suspending'
|
9157
9267
|
property :verifying, as: 'verifying'
|
9158
9268
|
end
|
9159
9269
|
end
|
@@ -9201,6 +9311,21 @@ module Google
|
|
9201
9311
|
end
|
9202
9312
|
end
|
9203
9313
|
|
9314
|
+
class InstanceGroupManagerInstanceLifecyclePolicy
|
9315
|
+
# @private
|
9316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9317
|
+
property :metadata_based_readiness_signal, as: 'metadataBasedReadinessSignal', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal::Representation
|
9318
|
+
|
9319
|
+
end
|
9320
|
+
end
|
9321
|
+
|
9322
|
+
class InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal
|
9323
|
+
# @private
|
9324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9325
|
+
property :timeout_sec, as: 'timeoutSec'
|
9326
|
+
end
|
9327
|
+
end
|
9328
|
+
|
9204
9329
|
class InstanceGroupManagerList
|
9205
9330
|
# @private
|
9206
9331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9406,6 +9531,13 @@ module Google
|
|
9406
9531
|
end
|
9407
9532
|
end
|
9408
9533
|
|
9534
|
+
class InstanceGroupManagersResumeInstancesRequest
|
9535
|
+
# @private
|
9536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9537
|
+
collection :instances, as: 'instances'
|
9538
|
+
end
|
9539
|
+
end
|
9540
|
+
|
9409
9541
|
class InstanceGroupManagersScopedList
|
9410
9542
|
# @private
|
9411
9543
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9457,6 +9589,29 @@ module Google
|
|
9457
9589
|
end
|
9458
9590
|
end
|
9459
9591
|
|
9592
|
+
class InstanceGroupManagersStartInstancesRequest
|
9593
|
+
# @private
|
9594
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9595
|
+
collection :instances, as: 'instances'
|
9596
|
+
end
|
9597
|
+
end
|
9598
|
+
|
9599
|
+
class InstanceGroupManagersStopInstancesRequest
|
9600
|
+
# @private
|
9601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9602
|
+
property :force_stop, as: 'forceStop'
|
9603
|
+
collection :instances, as: 'instances'
|
9604
|
+
end
|
9605
|
+
end
|
9606
|
+
|
9607
|
+
class InstanceGroupManagersSuspendInstancesRequest
|
9608
|
+
# @private
|
9609
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9610
|
+
property :force_suspend, as: 'forceSuspend'
|
9611
|
+
collection :instances, as: 'instances'
|
9612
|
+
end
|
9613
|
+
end
|
9614
|
+
|
9460
9615
|
class InstanceGroupManagersUpdatePerInstanceConfigsReq
|
9461
9616
|
# @private
|
9462
9617
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9793,6 +9948,7 @@ module Google
|
|
9793
9948
|
property :name, as: 'name'
|
9794
9949
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
9795
9950
|
|
9951
|
+
property :short_name, as: 'shortName'
|
9796
9952
|
property :type, as: 'type'
|
9797
9953
|
end
|
9798
9954
|
end
|
@@ -10020,10 +10176,15 @@ module Google
|
|
10020
10176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10021
10177
|
property :admin_enabled, as: 'adminEnabled'
|
10022
10178
|
property :bandwidth, as: 'bandwidth'
|
10179
|
+
collection :candidate_ipv6_subnets, as: 'candidateIpv6Subnets'
|
10023
10180
|
collection :candidate_subnets, as: 'candidateSubnets'
|
10024
10181
|
property :cloud_router_ip_address, as: 'cloudRouterIpAddress'
|
10182
|
+
property :cloud_router_ipv6_address, as: 'cloudRouterIpv6Address'
|
10183
|
+
property :cloud_router_ipv6_interface_id, as: 'cloudRouterIpv6InterfaceId'
|
10025
10184
|
property :creation_timestamp, as: 'creationTimestamp'
|
10026
10185
|
property :customer_router_ip_address, as: 'customerRouterIpAddress'
|
10186
|
+
property :customer_router_ipv6_address, as: 'customerRouterIpv6Address'
|
10187
|
+
property :customer_router_ipv6_interface_id, as: 'customerRouterIpv6InterfaceId'
|
10027
10188
|
property :dataplane_version, as: 'dataplaneVersion'
|
10028
10189
|
property :description, as: 'description'
|
10029
10190
|
property :edge_availability_domain, as: 'edgeAvailabilityDomain'
|
@@ -10048,6 +10209,7 @@ module Google
|
|
10048
10209
|
property :router, as: 'router'
|
10049
10210
|
property :self_link, as: 'selfLink'
|
10050
10211
|
property :self_link_with_id, as: 'selfLinkWithId'
|
10212
|
+
property :stack_type, as: 'stackType'
|
10051
10213
|
property :state, as: 'state'
|
10052
10214
|
property :type, as: 'type'
|
10053
10215
|
property :vlan_tag8021q, as: 'vlanTag8021q'
|
@@ -10804,6 +10966,7 @@ module Google
|
|
10804
10966
|
property :preserved_state_from_policy, as: 'preservedStateFromPolicy', class: Google::Apis::ComputeAlpha::PreservedState, decorator: Google::Apis::ComputeAlpha::PreservedState::Representation
|
10805
10967
|
|
10806
10968
|
property :tag, as: 'tag'
|
10969
|
+
property :target_status, as: 'targetStatus'
|
10807
10970
|
property :version, as: 'version', class: Google::Apis::ComputeAlpha::ManagedInstanceVersion, decorator: Google::Apis::ComputeAlpha::ManagedInstanceVersion::Representation
|
10808
10971
|
|
10809
10972
|
end
|
@@ -10963,6 +11126,7 @@ module Google
|
|
10963
11126
|
property :name, as: 'name'
|
10964
11127
|
property :network, as: 'network'
|
10965
11128
|
property :network_endpoint_type, as: 'networkEndpointType'
|
11129
|
+
property :psc_target_service, as: 'pscTargetService'
|
10966
11130
|
property :region, as: 'region'
|
10967
11131
|
property :self_link, as: 'selfLink'
|
10968
11132
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -11320,6 +11484,7 @@ module Google
|
|
11320
11484
|
property :name, as: 'name'
|
11321
11485
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
11322
11486
|
|
11487
|
+
property :short_name, as: 'shortName'
|
11323
11488
|
property :type, as: 'type'
|
11324
11489
|
end
|
11325
11490
|
end
|
@@ -11932,8 +12097,6 @@ module Google
|
|
11932
12097
|
property :id, :numeric_string => true, as: 'id'
|
11933
12098
|
property :insert_time, as: 'insertTime'
|
11934
12099
|
property :kind, as: 'kind'
|
11935
|
-
property :metadata, as: 'metadata', class: Google::Apis::ComputeAlpha::Any, decorator: Google::Apis::ComputeAlpha::Any::Representation
|
11936
|
-
|
11937
12100
|
property :name, as: 'name'
|
11938
12101
|
property :operation_group_id, as: 'operationGroupId'
|
11939
12102
|
property :operation_type, as: 'operationType'
|
@@ -13036,6 +13199,13 @@ module Google
|
|
13036
13199
|
end
|
13037
13200
|
end
|
13038
13201
|
|
13202
|
+
class RegionInstanceGroupManagersResumeInstancesRequest
|
13203
|
+
# @private
|
13204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13205
|
+
collection :instances, as: 'instances'
|
13206
|
+
end
|
13207
|
+
end
|
13208
|
+
|
13039
13209
|
class RegionInstanceGroupManagersSetAutoHealingRequest
|
13040
13210
|
# @private
|
13041
13211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13059,6 +13229,29 @@ module Google
|
|
13059
13229
|
end
|
13060
13230
|
end
|
13061
13231
|
|
13232
|
+
class RegionInstanceGroupManagersStartInstancesRequest
|
13233
|
+
# @private
|
13234
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13235
|
+
collection :instances, as: 'instances'
|
13236
|
+
end
|
13237
|
+
end
|
13238
|
+
|
13239
|
+
class RegionInstanceGroupManagersStopInstancesRequest
|
13240
|
+
# @private
|
13241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13242
|
+
property :force_stop, as: 'forceStop'
|
13243
|
+
collection :instances, as: 'instances'
|
13244
|
+
end
|
13245
|
+
end
|
13246
|
+
|
13247
|
+
class RegionInstanceGroupManagersSuspendInstancesRequest
|
13248
|
+
# @private
|
13249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13250
|
+
property :force_suspend, as: 'forceSuspend'
|
13251
|
+
collection :instances, as: 'instances'
|
13252
|
+
end
|
13253
|
+
end
|
13254
|
+
|
13062
13255
|
class RegionInstanceGroupsListInstances
|
13063
13256
|
# @private
|
13064
13257
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13633,10 +13826,12 @@ module Google
|
|
13633
13826
|
class Route
|
13634
13827
|
# @private
|
13635
13828
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13829
|
+
property :allow_conflicting_subnetworks, as: 'allowConflictingSubnetworks'
|
13636
13830
|
property :creation_timestamp, as: 'creationTimestamp'
|
13637
13831
|
property :description, as: 'description'
|
13638
13832
|
property :dest_range, as: 'destRange'
|
13639
13833
|
property :id, :numeric_string => true, as: 'id'
|
13834
|
+
property :ilb_route_behavior_on_unhealthy, as: 'ilbRouteBehaviorOnUnhealthy'
|
13640
13835
|
property :kind, as: 'kind'
|
13641
13836
|
property :name, as: 'name'
|
13642
13837
|
property :network, as: 'network'
|
@@ -13795,12 +13990,15 @@ module Google
|
|
13795
13990
|
property :bfd, as: 'bfd', class: Google::Apis::ComputeAlpha::RouterBgpPeerBfd, decorator: Google::Apis::ComputeAlpha::RouterBgpPeerBfd::Representation
|
13796
13991
|
|
13797
13992
|
property :enable, as: 'enable'
|
13993
|
+
property :enable_ipv6, as: 'enableIpv6'
|
13798
13994
|
property :interface_name, as: 'interfaceName'
|
13799
13995
|
property :ip_address, as: 'ipAddress'
|
13996
|
+
property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
|
13800
13997
|
property :management_type, as: 'managementType'
|
13801
13998
|
property :name, as: 'name'
|
13802
13999
|
property :peer_asn, as: 'peerAsn'
|
13803
14000
|
property :peer_ip_address, as: 'peerIpAddress'
|
14001
|
+
property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
|
13804
14002
|
property :router_appliance_instance, as: 'routerApplianceInstance'
|
13805
14003
|
end
|
13806
14004
|
end
|
@@ -13868,10 +14066,12 @@ module Google
|
|
13868
14066
|
# @private
|
13869
14067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13870
14068
|
collection :drain_nat_ips, as: 'drainNatIps'
|
14069
|
+
property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
|
13871
14070
|
property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
|
13872
14071
|
property :icmp_idle_timeout_sec, as: 'icmpIdleTimeoutSec'
|
13873
14072
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeAlpha::RouterNatLogConfig, decorator: Google::Apis::ComputeAlpha::RouterNatLogConfig::Representation
|
13874
14073
|
|
14074
|
+
property :max_ports_per_vm, as: 'maxPortsPerVm'
|
13875
14075
|
property :min_ports_per_vm, as: 'minPortsPerVm'
|
13876
14076
|
property :name, as: 'name'
|
13877
14077
|
property :nat_ip_allocate_option, as: 'natIpAllocateOption'
|
@@ -13946,11 +14146,15 @@ module Google
|
|
13946
14146
|
|
13947
14147
|
property :bfd_status, as: 'bfdStatus', class: Google::Apis::ComputeAlpha::BfdStatus, decorator: Google::Apis::ComputeAlpha::BfdStatus::Representation
|
13948
14148
|
|
14149
|
+
property :enable_ipv6, as: 'enableIpv6'
|
13949
14150
|
property :ip_address, as: 'ipAddress'
|
14151
|
+
property :ipv6_nexthop_address, as: 'ipv6NexthopAddress'
|
13950
14152
|
property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
|
13951
14153
|
property :name, as: 'name'
|
13952
14154
|
property :num_learned_routes, as: 'numLearnedRoutes'
|
13953
14155
|
property :peer_ip_address, as: 'peerIpAddress'
|
14156
|
+
property :peer_ipv6_nexthop_address, as: 'peerIpv6NexthopAddress'
|
14157
|
+
property :router_appliance_instance, as: 'routerApplianceInstance'
|
13954
14158
|
property :state, as: 'state'
|
13955
14159
|
property :status, as: 'status'
|
13956
14160
|
property :uptime, as: 'uptime'
|
@@ -14254,6 +14458,8 @@ module Google
|
|
14254
14458
|
property :description, as: 'description'
|
14255
14459
|
property :direction, as: 'direction'
|
14256
14460
|
property :enable_logging, as: 'enableLogging'
|
14461
|
+
property :header_action, as: 'headerAction', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderAction, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderAction::Representation
|
14462
|
+
|
14257
14463
|
property :kind, as: 'kind'
|
14258
14464
|
property :match, as: 'match', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcher::Representation
|
14259
14465
|
|
@@ -14269,6 +14475,22 @@ module Google
|
|
14269
14475
|
end
|
14270
14476
|
end
|
14271
14477
|
|
14478
|
+
class SecurityPolicyRuleHttpHeaderAction
|
14479
|
+
# @private
|
14480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14481
|
+
collection :request_headers_to_adds, as: 'requestHeadersToAdds', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleHttpHeaderActionHttpHeaderOption::Representation
|
14482
|
+
|
14483
|
+
end
|
14484
|
+
end
|
14485
|
+
|
14486
|
+
class SecurityPolicyRuleHttpHeaderActionHttpHeaderOption
|
14487
|
+
# @private
|
14488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14489
|
+
property :header_name, as: 'headerName'
|
14490
|
+
property :header_value, as: 'headerValue'
|
14491
|
+
end
|
14492
|
+
end
|
14493
|
+
|
14272
14494
|
class SecurityPolicyRuleMatcher
|
14273
14495
|
# @private
|
14274
14496
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14314,13 +14536,11 @@ module Google
|
|
14314
14536
|
property :ban_duration_sec, as: 'banDurationSec'
|
14315
14537
|
property :ban_threshold, as: 'banThreshold', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
|
14316
14538
|
|
14317
|
-
property :block_duration, as: 'blockDuration'
|
14318
14539
|
property :conform_action, as: 'conformAction'
|
14319
14540
|
property :enforce_on_key, as: 'enforceOnKey'
|
14320
14541
|
property :exceed_action, as: 'exceedAction'
|
14321
14542
|
property :rate_limit_threshold, as: 'rateLimitThreshold', class: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRuleRateLimitOptionsThreshold::Representation
|
14322
14543
|
|
14323
|
-
property :threshold_rps, as: 'thresholdRps'
|
14324
14544
|
end
|
14325
14545
|
end
|
14326
14546
|
|
@@ -14386,19 +14606,28 @@ module Google
|
|
14386
14606
|
class ServiceAttachment
|
14387
14607
|
# @private
|
14388
14608
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14609
|
+
collection :connected_endpoints, as: 'connectedEndpoints', class: Google::Apis::ComputeAlpha::ServiceAttachmentConnectedEndpoint, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentConnectedEndpoint::Representation
|
14610
|
+
|
14389
14611
|
property :connection_preference, as: 'connectionPreference'
|
14612
|
+
collection :consumer_accept_lists, as: 'consumerAcceptLists', class: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerProjectLimit, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerProjectLimit::Representation
|
14613
|
+
|
14390
14614
|
collection :consumer_forwarding_rules, as: 'consumerForwardingRules', class: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerForwardingRule, decorator: Google::Apis::ComputeAlpha::ServiceAttachmentConsumerForwardingRule::Representation
|
14391
14615
|
|
14616
|
+
collection :consumer_reject_lists, as: 'consumerRejectLists'
|
14392
14617
|
property :creation_timestamp, as: 'creationTimestamp'
|
14393
14618
|
property :description, as: 'description'
|
14394
14619
|
property :enable_proxy_protocol, as: 'enableProxyProtocol'
|
14620
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
14395
14621
|
property :id, :numeric_string => true, as: 'id'
|
14396
14622
|
property :kind, as: 'kind'
|
14397
14623
|
property :name, as: 'name'
|
14398
14624
|
collection :nat_subnets, as: 'natSubnets'
|
14399
14625
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
14626
|
+
property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeAlpha::Uint128, decorator: Google::Apis::ComputeAlpha::Uint128::Representation
|
14627
|
+
|
14400
14628
|
property :region, as: 'region'
|
14401
14629
|
property :self_link, as: 'selfLink'
|
14630
|
+
property :target_service, as: 'targetService'
|
14402
14631
|
end
|
14403
14632
|
end
|
14404
14633
|
|
@@ -14435,14 +14664,33 @@ module Google
|
|
14435
14664
|
end
|
14436
14665
|
end
|
14437
14666
|
|
14667
|
+
class ServiceAttachmentConnectedEndpoint
|
14668
|
+
# @private
|
14669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14670
|
+
property :endpoint, as: 'endpoint'
|
14671
|
+
property :forwarding_rule, as: 'forwardingRule'
|
14672
|
+
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
14673
|
+
property :status, as: 'status'
|
14674
|
+
end
|
14675
|
+
end
|
14676
|
+
|
14438
14677
|
class ServiceAttachmentConsumerForwardingRule
|
14439
14678
|
# @private
|
14440
14679
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14441
14680
|
property :forwarding_rule, as: 'forwardingRule'
|
14681
|
+
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
14442
14682
|
property :status, as: 'status'
|
14443
14683
|
end
|
14444
14684
|
end
|
14445
14685
|
|
14686
|
+
class ServiceAttachmentConsumerProjectLimit
|
14687
|
+
# @private
|
14688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14689
|
+
property :connection_limit, as: 'connectionLimit'
|
14690
|
+
property :project_id_or_num, as: 'projectIdOrNum'
|
14691
|
+
end
|
14692
|
+
end
|
14693
|
+
|
14446
14694
|
class ServiceAttachmentList
|
14447
14695
|
# @private
|
14448
14696
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16038,6 +16286,14 @@ module Google
|
|
16038
16286
|
end
|
16039
16287
|
end
|
16040
16288
|
|
16289
|
+
class Uint128
|
16290
|
+
# @private
|
16291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16292
|
+
property :high, :numeric_string => true, as: 'high'
|
16293
|
+
property :low, :numeric_string => true, as: 'low'
|
16294
|
+
end
|
16295
|
+
end
|
16296
|
+
|
16041
16297
|
class UpcomingMaintenance
|
16042
16298
|
# @private
|
16043
16299
|
class Representation < Google::Apis::Core::JsonRepresentation
|