google-apis-compute_v1 0.6.0 → 0.11.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_v1.rb +1 -1
- data/lib/google/apis/compute_v1/classes.rb +1638 -244
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +433 -4
- data/lib/google/apis/compute_v1/service.rb +927 -45
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210518"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -310,6 +310,12 @@ module Google
|
|
310
310
|
include Google::Apis::Core::JsonObjectSupport
|
311
311
|
end
|
312
312
|
|
313
|
+
class AutoscalingPolicyScalingSchedule
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
313
319
|
class Backend
|
314
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
321
|
|
@@ -328,6 +334,18 @@ module Google
|
|
328
334
|
include Google::Apis::Core::JsonObjectSupport
|
329
335
|
end
|
330
336
|
|
337
|
+
class BackendBucketCdnPolicyBypassCacheOnRequestHeader
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class BackendBucketCdnPolicyNegativeCachingPolicy
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
331
349
|
class BackendBucketList
|
332
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
351
|
|
@@ -376,6 +394,18 @@ module Google
|
|
376
394
|
include Google::Apis::Core::JsonObjectSupport
|
377
395
|
end
|
378
396
|
|
397
|
+
class BackendServiceCdnPolicyBypassCacheOnRequestHeader
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class BackendServiceCdnPolicyNegativeCachingPolicy
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
379
409
|
class BackendServiceFailoverPolicy
|
380
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
411
|
|
@@ -3010,6 +3040,102 @@ module Google
|
|
3010
3040
|
include Google::Apis::Core::JsonObjectSupport
|
3011
3041
|
end
|
3012
3042
|
|
3043
|
+
class PublicAdvertisedPrefix
|
3044
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3045
|
+
|
3046
|
+
include Google::Apis::Core::JsonObjectSupport
|
3047
|
+
end
|
3048
|
+
|
3049
|
+
class PublicAdvertisedPrefixList
|
3050
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3051
|
+
|
3052
|
+
class Warning
|
3053
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3054
|
+
|
3055
|
+
class Datum
|
3056
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3057
|
+
|
3058
|
+
include Google::Apis::Core::JsonObjectSupport
|
3059
|
+
end
|
3060
|
+
|
3061
|
+
include Google::Apis::Core::JsonObjectSupport
|
3062
|
+
end
|
3063
|
+
|
3064
|
+
include Google::Apis::Core::JsonObjectSupport
|
3065
|
+
end
|
3066
|
+
|
3067
|
+
class PublicAdvertisedPrefixPublicDelegatedPrefix
|
3068
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3069
|
+
|
3070
|
+
include Google::Apis::Core::JsonObjectSupport
|
3071
|
+
end
|
3072
|
+
|
3073
|
+
class PublicDelegatedPrefix
|
3074
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3075
|
+
|
3076
|
+
include Google::Apis::Core::JsonObjectSupport
|
3077
|
+
end
|
3078
|
+
|
3079
|
+
class PublicDelegatedPrefixAggregatedList
|
3080
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3081
|
+
|
3082
|
+
class Warning
|
3083
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3084
|
+
|
3085
|
+
class Datum
|
3086
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3087
|
+
|
3088
|
+
include Google::Apis::Core::JsonObjectSupport
|
3089
|
+
end
|
3090
|
+
|
3091
|
+
include Google::Apis::Core::JsonObjectSupport
|
3092
|
+
end
|
3093
|
+
|
3094
|
+
include Google::Apis::Core::JsonObjectSupport
|
3095
|
+
end
|
3096
|
+
|
3097
|
+
class PublicDelegatedPrefixList
|
3098
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3099
|
+
|
3100
|
+
class Warning
|
3101
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3102
|
+
|
3103
|
+
class Datum
|
3104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3105
|
+
|
3106
|
+
include Google::Apis::Core::JsonObjectSupport
|
3107
|
+
end
|
3108
|
+
|
3109
|
+
include Google::Apis::Core::JsonObjectSupport
|
3110
|
+
end
|
3111
|
+
|
3112
|
+
include Google::Apis::Core::JsonObjectSupport
|
3113
|
+
end
|
3114
|
+
|
3115
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefix
|
3116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3117
|
+
|
3118
|
+
include Google::Apis::Core::JsonObjectSupport
|
3119
|
+
end
|
3120
|
+
|
3121
|
+
class PublicDelegatedPrefixesScopedList
|
3122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3123
|
+
|
3124
|
+
class Warning
|
3125
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3126
|
+
|
3127
|
+
class Datum
|
3128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3129
|
+
|
3130
|
+
include Google::Apis::Core::JsonObjectSupport
|
3131
|
+
end
|
3132
|
+
|
3133
|
+
include Google::Apis::Core::JsonObjectSupport
|
3134
|
+
end
|
3135
|
+
|
3136
|
+
include Google::Apis::Core::JsonObjectSupport
|
3137
|
+
end
|
3138
|
+
|
3013
3139
|
class Quota
|
3014
3140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3015
3141
|
|
@@ -3688,6 +3814,12 @@ module Google
|
|
3688
3814
|
include Google::Apis::Core::JsonObjectSupport
|
3689
3815
|
end
|
3690
3816
|
|
3817
|
+
class ScalingScheduleStatus
|
3818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3819
|
+
|
3820
|
+
include Google::Apis::Core::JsonObjectSupport
|
3821
|
+
end
|
3822
|
+
|
3691
3823
|
class Scheduling
|
3692
3824
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3693
3825
|
|
@@ -3724,6 +3856,12 @@ module Google
|
|
3724
3856
|
include Google::Apis::Core::JsonObjectSupport
|
3725
3857
|
end
|
3726
3858
|
|
3859
|
+
class SecurityPolicyAdvancedOptionsConfig
|
3860
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3861
|
+
|
3862
|
+
include Google::Apis::Core::JsonObjectSupport
|
3863
|
+
end
|
3864
|
+
|
3727
3865
|
class SecurityPolicyList
|
3728
3866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3729
3867
|
|
@@ -5062,6 +5200,8 @@ module Google
|
|
5062
5200
|
class AccessConfig
|
5063
5201
|
# @private
|
5064
5202
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5203
|
+
property :external_ipv6, as: 'externalIpv6'
|
5204
|
+
property :external_ipv6_prefix_length, as: 'externalIpv6PrefixLength'
|
5065
5205
|
property :kind, as: 'kind'
|
5066
5206
|
property :name, as: 'name'
|
5067
5207
|
property :nat_ip, as: 'natIP'
|
@@ -5192,6 +5332,7 @@ module Google
|
|
5192
5332
|
# @private
|
5193
5333
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5194
5334
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
5335
|
+
property :threads_per_core, as: 'threadsPerCore'
|
5195
5336
|
end
|
5196
5337
|
end
|
5197
5338
|
|
@@ -5317,6 +5458,8 @@ module Google
|
|
5317
5458
|
property :name, as: 'name'
|
5318
5459
|
property :recommended_size, as: 'recommendedSize'
|
5319
5460
|
property :region, as: 'region'
|
5461
|
+
hash :scaling_schedule_status, as: 'scalingScheduleStatus', class: Google::Apis::ComputeV1::ScalingScheduleStatus, decorator: Google::Apis::ComputeV1::ScalingScheduleStatus::Representation
|
5462
|
+
|
5320
5463
|
property :self_link, as: 'selfLink'
|
5321
5464
|
property :status, as: 'status'
|
5322
5465
|
collection :status_details, as: 'statusDetails', class: Google::Apis::ComputeV1::AutoscalerStatusDetails, decorator: Google::Apis::ComputeV1::AutoscalerStatusDetails::Representation
|
@@ -5442,12 +5585,15 @@ module Google
|
|
5442
5585
|
property :mode, as: 'mode'
|
5443
5586
|
property :scale_in_control, as: 'scaleInControl', class: Google::Apis::ComputeV1::AutoscalingPolicyScaleInControl, decorator: Google::Apis::ComputeV1::AutoscalingPolicyScaleInControl::Representation
|
5444
5587
|
|
5588
|
+
hash :scaling_schedules, as: 'scalingSchedules', class: Google::Apis::ComputeV1::AutoscalingPolicyScalingSchedule, decorator: Google::Apis::ComputeV1::AutoscalingPolicyScalingSchedule::Representation
|
5589
|
+
|
5445
5590
|
end
|
5446
5591
|
end
|
5447
5592
|
|
5448
5593
|
class AutoscalingPolicyCpuUtilization
|
5449
5594
|
# @private
|
5450
5595
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5596
|
+
property :predictive_method, as: 'predictiveMethod'
|
5451
5597
|
property :utilization_target, as: 'utilizationTarget'
|
5452
5598
|
end
|
5453
5599
|
end
|
@@ -5479,6 +5625,18 @@ module Google
|
|
5479
5625
|
end
|
5480
5626
|
end
|
5481
5627
|
|
5628
|
+
class AutoscalingPolicyScalingSchedule
|
5629
|
+
# @private
|
5630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5631
|
+
property :description, as: 'description'
|
5632
|
+
property :disabled, as: 'disabled'
|
5633
|
+
property :duration_sec, as: 'durationSec'
|
5634
|
+
property :min_required_replicas, as: 'minRequiredReplicas'
|
5635
|
+
property :schedule, as: 'schedule'
|
5636
|
+
property :time_zone, as: 'timeZone'
|
5637
|
+
end
|
5638
|
+
end
|
5639
|
+
|
5482
5640
|
class Backend
|
5483
5641
|
# @private
|
5484
5642
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5517,15 +5675,37 @@ module Google
|
|
5517
5675
|
class BackendBucketCdnPolicy
|
5518
5676
|
# @private
|
5519
5677
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5678
|
+
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeV1::BackendBucketCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicyBypassCacheOnRequestHeader::Representation
|
5679
|
+
|
5520
5680
|
property :cache_mode, as: 'cacheMode'
|
5521
5681
|
property :client_ttl, as: 'clientTtl'
|
5522
5682
|
property :default_ttl, as: 'defaultTtl'
|
5523
5683
|
property :max_ttl, as: 'maxTtl'
|
5684
|
+
property :negative_caching, as: 'negativeCaching'
|
5685
|
+
collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeV1::BackendBucketCdnPolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicyNegativeCachingPolicy::Representation
|
5686
|
+
|
5687
|
+
property :request_coalescing, as: 'requestCoalescing'
|
5688
|
+
property :serve_while_stale, as: 'serveWhileStale'
|
5524
5689
|
property :signed_url_cache_max_age_sec, :numeric_string => true, as: 'signedUrlCacheMaxAgeSec'
|
5525
5690
|
collection :signed_url_key_names, as: 'signedUrlKeyNames'
|
5526
5691
|
end
|
5527
5692
|
end
|
5528
5693
|
|
5694
|
+
class BackendBucketCdnPolicyBypassCacheOnRequestHeader
|
5695
|
+
# @private
|
5696
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5697
|
+
property :header_name, as: 'headerName'
|
5698
|
+
end
|
5699
|
+
end
|
5700
|
+
|
5701
|
+
class BackendBucketCdnPolicyNegativeCachingPolicy
|
5702
|
+
# @private
|
5703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5704
|
+
property :code, as: 'code'
|
5705
|
+
property :ttl, as: 'ttl'
|
5706
|
+
end
|
5707
|
+
end
|
5708
|
+
|
5529
5709
|
class BackendBucketList
|
5530
5710
|
# @private
|
5531
5711
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5589,6 +5769,8 @@ module Google
|
|
5589
5769
|
property :locality_lb_policy, as: 'localityLbPolicy'
|
5590
5770
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::BackendServiceLogConfig, decorator: Google::Apis::ComputeV1::BackendServiceLogConfig::Representation
|
5591
5771
|
|
5772
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
5773
|
+
|
5592
5774
|
property :name, as: 'name'
|
5593
5775
|
property :network, as: 'network'
|
5594
5776
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeV1::OutlierDetection, decorator: Google::Apis::ComputeV1::OutlierDetection::Representation
|
@@ -5642,17 +5824,39 @@ module Google
|
|
5642
5824
|
class BackendServiceCdnPolicy
|
5643
5825
|
# @private
|
5644
5826
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5827
|
+
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeV1::BackendServiceCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicyBypassCacheOnRequestHeader::Representation
|
5828
|
+
|
5645
5829
|
property :cache_key_policy, as: 'cacheKeyPolicy', class: Google::Apis::ComputeV1::CacheKeyPolicy, decorator: Google::Apis::ComputeV1::CacheKeyPolicy::Representation
|
5646
5830
|
|
5647
5831
|
property :cache_mode, as: 'cacheMode'
|
5648
5832
|
property :client_ttl, as: 'clientTtl'
|
5649
5833
|
property :default_ttl, as: 'defaultTtl'
|
5650
5834
|
property :max_ttl, as: 'maxTtl'
|
5835
|
+
property :negative_caching, as: 'negativeCaching'
|
5836
|
+
collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeV1::BackendServiceCdnPolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicyNegativeCachingPolicy::Representation
|
5837
|
+
|
5838
|
+
property :request_coalescing, as: 'requestCoalescing'
|
5839
|
+
property :serve_while_stale, as: 'serveWhileStale'
|
5651
5840
|
property :signed_url_cache_max_age_sec, :numeric_string => true, as: 'signedUrlCacheMaxAgeSec'
|
5652
5841
|
collection :signed_url_key_names, as: 'signedUrlKeyNames'
|
5653
5842
|
end
|
5654
5843
|
end
|
5655
5844
|
|
5845
|
+
class BackendServiceCdnPolicyBypassCacheOnRequestHeader
|
5846
|
+
# @private
|
5847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5848
|
+
property :header_name, as: 'headerName'
|
5849
|
+
end
|
5850
|
+
end
|
5851
|
+
|
5852
|
+
class BackendServiceCdnPolicyNegativeCachingPolicy
|
5853
|
+
# @private
|
5854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5855
|
+
property :code, as: 'code'
|
5856
|
+
property :ttl, as: 'ttl'
|
5857
|
+
end
|
5858
|
+
end
|
5859
|
+
|
5656
5860
|
class BackendServiceFailoverPolicy
|
5657
5861
|
# @private
|
5658
5862
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6327,6 +6531,7 @@ module Google
|
|
6327
6531
|
class DistributionPolicy
|
6328
6532
|
# @private
|
6329
6533
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6534
|
+
property :target_shape, as: 'targetShape'
|
6330
6535
|
collection :zones, as: 'zones', class: Google::Apis::ComputeV1::DistributionPolicyZoneConfiguration, decorator: Google::Apis::ComputeV1::DistributionPolicyZoneConfiguration::Representation
|
6331
6536
|
|
6332
6537
|
end
|
@@ -6577,6 +6782,7 @@ module Google
|
|
6577
6782
|
|
6578
6783
|
property :self_link, as: 'selfLink'
|
6579
6784
|
property :self_link_with_id, as: 'selfLinkWithId'
|
6785
|
+
property :short_name, as: 'shortName'
|
6580
6786
|
end
|
6581
6787
|
end
|
6582
6788
|
|
@@ -6587,6 +6793,7 @@ module Google
|
|
6587
6793
|
property :display_name, as: 'displayName'
|
6588
6794
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
6589
6795
|
property :name, as: 'name'
|
6796
|
+
property :short_name, as: 'shortName'
|
6590
6797
|
end
|
6591
6798
|
end
|
6592
6799
|
|
@@ -6635,7 +6842,6 @@ module Google
|
|
6635
6842
|
property :priority, as: 'priority'
|
6636
6843
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
6637
6844
|
collection :target_resources, as: 'targetResources'
|
6638
|
-
collection :target_secure_labels, as: 'targetSecureLabels'
|
6639
6845
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
6640
6846
|
end
|
6641
6847
|
end
|
@@ -6647,7 +6853,6 @@ module Google
|
|
6647
6853
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config::Representation
|
6648
6854
|
|
6649
6855
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
6650
|
-
collection :src_secure_labels, as: 'srcSecureLabels'
|
6651
6856
|
end
|
6652
6857
|
end
|
6653
6858
|
|
@@ -7146,6 +7351,8 @@ module Google
|
|
7146
7351
|
# @private
|
7147
7352
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7148
7353
|
hash :annotations, as: 'annotations'
|
7354
|
+
property :forwarding_rule, as: 'forwardingRule'
|
7355
|
+
property :forwarding_rule_ip, as: 'forwardingRuleIp'
|
7149
7356
|
property :health_state, as: 'healthState'
|
7150
7357
|
property :instance, as: 'instance'
|
7151
7358
|
property :ip_address, as: 'ipAddress'
|
@@ -7332,6 +7539,8 @@ module Google
|
|
7332
7539
|
|
7333
7540
|
property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeV1::HttpFaultInjection, decorator: Google::Apis::ComputeV1::HttpFaultInjection::Representation
|
7334
7541
|
|
7542
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
7543
|
+
|
7335
7544
|
property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeV1::RequestMirrorPolicy, decorator: Google::Apis::ComputeV1::RequestMirrorPolicy::Representation
|
7336
7545
|
|
7337
7546
|
property :retry_policy, as: 'retryPolicy', class: Google::Apis::ComputeV1::HttpRetryPolicy, decorator: Google::Apis::ComputeV1::HttpRetryPolicy::Representation
|
@@ -7563,7 +7772,6 @@ module Google
|
|
7563
7772
|
property :name, as: 'name'
|
7564
7773
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
|
7565
7774
|
|
7566
|
-
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
7567
7775
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
7568
7776
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
|
7569
7777
|
|
@@ -8253,7 +8461,6 @@ module Google
|
|
8253
8461
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
8254
8462
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
|
8255
8463
|
|
8256
|
-
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
8257
8464
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
8258
8465
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
|
8259
8466
|
|
@@ -8359,6 +8566,7 @@ module Google
|
|
8359
8566
|
property :name, as: 'name'
|
8360
8567
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
8361
8568
|
|
8569
|
+
property :short_name, as: 'shortName'
|
8362
8570
|
property :type, as: 'type'
|
8363
8571
|
end
|
8364
8572
|
end
|
@@ -8494,9 +8702,11 @@ module Google
|
|
8494
8702
|
property :dataplane_version, as: 'dataplaneVersion'
|
8495
8703
|
property :description, as: 'description'
|
8496
8704
|
property :edge_availability_domain, as: 'edgeAvailabilityDomain'
|
8705
|
+
property :encryption, as: 'encryption'
|
8497
8706
|
property :google_reference_id, as: 'googleReferenceId'
|
8498
8707
|
property :id, :numeric_string => true, as: 'id'
|
8499
8708
|
property :interconnect, as: 'interconnect'
|
8709
|
+
collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
|
8500
8710
|
property :kind, as: 'kind'
|
8501
8711
|
property :mtu, as: 'mtu'
|
8502
8712
|
property :name, as: 'name'
|
@@ -9448,12 +9658,16 @@ module Google
|
|
9448
9658
|
collection :alias_ip_ranges, as: 'aliasIpRanges', class: Google::Apis::ComputeV1::AliasIpRange, decorator: Google::Apis::ComputeV1::AliasIpRange::Representation
|
9449
9659
|
|
9450
9660
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
9661
|
+
collection :ipv6_access_configs, as: 'ipv6AccessConfigs', class: Google::Apis::ComputeV1::AccessConfig, decorator: Google::Apis::ComputeV1::AccessConfig::Representation
|
9662
|
+
|
9663
|
+
property :ipv6_access_type, as: 'ipv6AccessType'
|
9451
9664
|
property :ipv6_address, as: 'ipv6Address'
|
9452
9665
|
property :kind, as: 'kind'
|
9453
9666
|
property :name, as: 'name'
|
9454
9667
|
property :network, as: 'network'
|
9455
9668
|
property :network_ip, as: 'networkIP'
|
9456
9669
|
property :nic_type, as: 'nicType'
|
9670
|
+
property :stack_type, as: 'stackType'
|
9457
9671
|
property :subnetwork, as: 'subnetwork'
|
9458
9672
|
end
|
9459
9673
|
end
|
@@ -9542,6 +9756,7 @@ module Google
|
|
9542
9756
|
property :name, as: 'name'
|
9543
9757
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
9544
9758
|
|
9759
|
+
property :short_name, as: 'shortName'
|
9545
9760
|
property :type, as: 'type'
|
9546
9761
|
end
|
9547
9762
|
end
|
@@ -10558,6 +10773,194 @@ module Google
|
|
10558
10773
|
end
|
10559
10774
|
end
|
10560
10775
|
|
10776
|
+
class PublicAdvertisedPrefix
|
10777
|
+
# @private
|
10778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10779
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10780
|
+
property :description, as: 'description'
|
10781
|
+
property :dns_verification_ip, as: 'dnsVerificationIp'
|
10782
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10783
|
+
property :id, :numeric_string => true, as: 'id'
|
10784
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10785
|
+
property :kind, as: 'kind'
|
10786
|
+
property :name, as: 'name'
|
10787
|
+
collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
|
10788
|
+
|
10789
|
+
property :self_link, as: 'selfLink'
|
10790
|
+
property :shared_secret, as: 'sharedSecret'
|
10791
|
+
property :status, as: 'status'
|
10792
|
+
end
|
10793
|
+
end
|
10794
|
+
|
10795
|
+
class PublicAdvertisedPrefixList
|
10796
|
+
# @private
|
10797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10798
|
+
property :id, as: 'id'
|
10799
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PublicAdvertisedPrefix, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefix::Representation
|
10800
|
+
|
10801
|
+
property :kind, as: 'kind'
|
10802
|
+
property :next_page_token, as: 'nextPageToken'
|
10803
|
+
property :self_link, as: 'selfLink'
|
10804
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Representation
|
10805
|
+
|
10806
|
+
end
|
10807
|
+
|
10808
|
+
class Warning
|
10809
|
+
# @private
|
10810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10811
|
+
property :code, as: 'code'
|
10812
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Datum::Representation
|
10813
|
+
|
10814
|
+
property :message, as: 'message'
|
10815
|
+
end
|
10816
|
+
|
10817
|
+
class Datum
|
10818
|
+
# @private
|
10819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10820
|
+
property :key, as: 'key'
|
10821
|
+
property :value, as: 'value'
|
10822
|
+
end
|
10823
|
+
end
|
10824
|
+
end
|
10825
|
+
end
|
10826
|
+
|
10827
|
+
class PublicAdvertisedPrefixPublicDelegatedPrefix
|
10828
|
+
# @private
|
10829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10830
|
+
property :ip_range, as: 'ipRange'
|
10831
|
+
property :name, as: 'name'
|
10832
|
+
property :project, as: 'project'
|
10833
|
+
property :region, as: 'region'
|
10834
|
+
property :status, as: 'status'
|
10835
|
+
end
|
10836
|
+
end
|
10837
|
+
|
10838
|
+
class PublicDelegatedPrefix
|
10839
|
+
# @private
|
10840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10841
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10842
|
+
property :description, as: 'description'
|
10843
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10844
|
+
property :id, :numeric_string => true, as: 'id'
|
10845
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10846
|
+
property :is_live_migration, as: 'isLiveMigration'
|
10847
|
+
property :kind, as: 'kind'
|
10848
|
+
property :name, as: 'name'
|
10849
|
+
property :parent_prefix, as: 'parentPrefix'
|
10850
|
+
collection :public_delegated_sub_prefixs, as: 'publicDelegatedSubPrefixs', class: Google::Apis::ComputeV1::PublicDelegatedPrefixPublicDelegatedSubPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixPublicDelegatedSubPrefix::Representation
|
10851
|
+
|
10852
|
+
property :region, as: 'region'
|
10853
|
+
property :self_link, as: 'selfLink'
|
10854
|
+
property :status, as: 'status'
|
10855
|
+
end
|
10856
|
+
end
|
10857
|
+
|
10858
|
+
class PublicDelegatedPrefixAggregatedList
|
10859
|
+
# @private
|
10860
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10861
|
+
property :id, as: 'id'
|
10862
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Representation
|
10863
|
+
|
10864
|
+
property :kind, as: 'kind'
|
10865
|
+
property :next_page_token, as: 'nextPageToken'
|
10866
|
+
property :self_link, as: 'selfLink'
|
10867
|
+
collection :unreachables, as: 'unreachables'
|
10868
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Representation
|
10869
|
+
|
10870
|
+
end
|
10871
|
+
|
10872
|
+
class Warning
|
10873
|
+
# @private
|
10874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10875
|
+
property :code, as: 'code'
|
10876
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Datum::Representation
|
10877
|
+
|
10878
|
+
property :message, as: 'message'
|
10879
|
+
end
|
10880
|
+
|
10881
|
+
class Datum
|
10882
|
+
# @private
|
10883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10884
|
+
property :key, as: 'key'
|
10885
|
+
property :value, as: 'value'
|
10886
|
+
end
|
10887
|
+
end
|
10888
|
+
end
|
10889
|
+
end
|
10890
|
+
|
10891
|
+
class PublicDelegatedPrefixList
|
10892
|
+
# @private
|
10893
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10894
|
+
property :id, as: 'id'
|
10895
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefix::Representation
|
10896
|
+
|
10897
|
+
property :kind, as: 'kind'
|
10898
|
+
property :next_page_token, as: 'nextPageToken'
|
10899
|
+
property :self_link, as: 'selfLink'
|
10900
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Representation
|
10901
|
+
|
10902
|
+
end
|
10903
|
+
|
10904
|
+
class Warning
|
10905
|
+
# @private
|
10906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10907
|
+
property :code, as: 'code'
|
10908
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Datum::Representation
|
10909
|
+
|
10910
|
+
property :message, as: 'message'
|
10911
|
+
end
|
10912
|
+
|
10913
|
+
class Datum
|
10914
|
+
# @private
|
10915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10916
|
+
property :key, as: 'key'
|
10917
|
+
property :value, as: 'value'
|
10918
|
+
end
|
10919
|
+
end
|
10920
|
+
end
|
10921
|
+
end
|
10922
|
+
|
10923
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefix
|
10924
|
+
# @private
|
10925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10926
|
+
property :delegatee_project, as: 'delegateeProject'
|
10927
|
+
property :description, as: 'description'
|
10928
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10929
|
+
property :is_address, as: 'isAddress'
|
10930
|
+
property :name, as: 'name'
|
10931
|
+
property :region, as: 'region'
|
10932
|
+
property :status, as: 'status'
|
10933
|
+
end
|
10934
|
+
end
|
10935
|
+
|
10936
|
+
class PublicDelegatedPrefixesScopedList
|
10937
|
+
# @private
|
10938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10939
|
+
collection :public_delegated_prefixes, as: 'publicDelegatedPrefixes', class: Google::Apis::ComputeV1::PublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefix::Representation
|
10940
|
+
|
10941
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Representation
|
10942
|
+
|
10943
|
+
end
|
10944
|
+
|
10945
|
+
class Warning
|
10946
|
+
# @private
|
10947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10948
|
+
property :code, as: 'code'
|
10949
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Datum::Representation
|
10950
|
+
|
10951
|
+
property :message, as: 'message'
|
10952
|
+
end
|
10953
|
+
|
10954
|
+
class Datum
|
10955
|
+
# @private
|
10956
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10957
|
+
property :key, as: 'key'
|
10958
|
+
property :value, as: 'value'
|
10959
|
+
end
|
10960
|
+
end
|
10961
|
+
end
|
10962
|
+
end
|
10963
|
+
|
10561
10964
|
class Quota
|
10562
10965
|
# @private
|
10563
10966
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11459,6 +11862,7 @@ module Google
|
|
11459
11862
|
|
11460
11863
|
property :creation_timestamp, as: 'creationTimestamp'
|
11461
11864
|
property :description, as: 'description'
|
11865
|
+
property :encrypted_interconnect_router, as: 'encryptedInterconnectRouter'
|
11462
11866
|
property :id, :numeric_string => true, as: 'id'
|
11463
11867
|
collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeV1::RouterInterface, decorator: Google::Apis::ComputeV1::RouterInterface::Representation
|
11464
11868
|
|
@@ -11521,6 +11925,7 @@ module Google
|
|
11521
11925
|
collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeV1::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeV1::RouterAdvertisedIpRange::Representation
|
11522
11926
|
|
11523
11927
|
property :asn, as: 'asn'
|
11928
|
+
property :keepalive_interval, as: 'keepaliveInterval'
|
11524
11929
|
end
|
11525
11930
|
end
|
11526
11931
|
|
@@ -11532,6 +11937,7 @@ module Google
|
|
11532
11937
|
collection :advertised_ip_ranges, as: 'advertisedIpRanges', class: Google::Apis::ComputeV1::RouterAdvertisedIpRange, decorator: Google::Apis::ComputeV1::RouterAdvertisedIpRange::Representation
|
11533
11938
|
|
11534
11939
|
property :advertised_route_priority, as: 'advertisedRoutePriority'
|
11940
|
+
property :enable, as: 'enable'
|
11535
11941
|
property :interface_name, as: 'interfaceName'
|
11536
11942
|
property :ip_address, as: 'ipAddress'
|
11537
11943
|
property :management_type, as: 'managementType'
|
@@ -11740,6 +12146,15 @@ module Google
|
|
11740
12146
|
end
|
11741
12147
|
end
|
11742
12148
|
|
12149
|
+
class ScalingScheduleStatus
|
12150
|
+
# @private
|
12151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12152
|
+
property :last_start_time, as: 'lastStartTime'
|
12153
|
+
property :next_start_time, as: 'nextStartTime'
|
12154
|
+
property :state, as: 'state'
|
12155
|
+
end
|
12156
|
+
end
|
12157
|
+
|
11743
12158
|
class Scheduling
|
11744
12159
|
# @private
|
11745
12160
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11789,6 +12204,8 @@ module Google
|
|
11789
12204
|
class SecurityPolicy
|
11790
12205
|
# @private
|
11791
12206
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12207
|
+
property :advanced_options_config, as: 'advancedOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig::Representation
|
12208
|
+
|
11792
12209
|
property :creation_timestamp, as: 'creationTimestamp'
|
11793
12210
|
property :description, as: 'description'
|
11794
12211
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
@@ -11801,6 +12218,14 @@ module Google
|
|
11801
12218
|
end
|
11802
12219
|
end
|
11803
12220
|
|
12221
|
+
class SecurityPolicyAdvancedOptionsConfig
|
12222
|
+
# @private
|
12223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12224
|
+
property :json_parsing, as: 'jsonParsing'
|
12225
|
+
property :log_level, as: 'logLevel'
|
12226
|
+
end
|
12227
|
+
end
|
12228
|
+
|
11804
12229
|
class SecurityPolicyList
|
11805
12230
|
# @private
|
11806
12231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12263,10 +12688,12 @@ module Google
|
|
12263
12688
|
property :creation_timestamp, as: 'creationTimestamp'
|
12264
12689
|
property :description, as: 'description'
|
12265
12690
|
property :enable_flow_logs, as: 'enableFlowLogs'
|
12691
|
+
property :external_ipv6_prefix, as: 'externalIpv6Prefix'
|
12266
12692
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
12267
12693
|
property :gateway_address, as: 'gatewayAddress'
|
12268
12694
|
property :id, :numeric_string => true, as: 'id'
|
12269
12695
|
property :ip_cidr_range, as: 'ipCidrRange'
|
12696
|
+
property :ipv6_access_type, as: 'ipv6AccessType'
|
12270
12697
|
property :ipv6_cidr_range, as: 'ipv6CidrRange'
|
12271
12698
|
property :kind, as: 'kind'
|
12272
12699
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::SubnetworkLogConfig, decorator: Google::Apis::ComputeV1::SubnetworkLogConfig::Representation
|
@@ -12281,6 +12708,7 @@ module Google
|
|
12281
12708
|
collection :secondary_ip_ranges, as: 'secondaryIpRanges', class: Google::Apis::ComputeV1::SubnetworkSecondaryRange, decorator: Google::Apis::ComputeV1::SubnetworkSecondaryRange::Representation
|
12282
12709
|
|
12283
12710
|
property :self_link, as: 'selfLink'
|
12711
|
+
property :stack_type, as: 'stackType'
|
12284
12712
|
property :state, as: 'state'
|
12285
12713
|
end
|
12286
12714
|
end
|
@@ -13654,6 +14082,7 @@ module Google
|
|
13654
14082
|
# @private
|
13655
14083
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13656
14084
|
property :id, as: 'id'
|
14085
|
+
property :interconnect_attachment, as: 'interconnectAttachment'
|
13657
14086
|
property :ip_address, as: 'ipAddress'
|
13658
14087
|
end
|
13659
14088
|
end
|