google-apis-compute_v1 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_v1.rb +1 -1
- data/lib/google/apis/compute_v1/classes.rb +1724 -288
- data/lib/google/apis/compute_v1/gem_version.rb +3 -3
- data/lib/google/apis/compute_v1/representations.rb +471 -0
- data/lib/google/apis/compute_v1/service.rb +1148 -162
- metadata +5 -5
@@ -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.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
|
@@ -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
|
|
@@ -448,6 +478,18 @@ module Google
|
|
448
478
|
include Google::Apis::Core::JsonObjectSupport
|
449
479
|
end
|
450
480
|
|
481
|
+
class BulkInsertInstanceResource
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class BulkInsertInstanceResourcePerInstanceProperties
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
451
493
|
class CacheInvalidationRule
|
452
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
495
|
|
@@ -2086,6 +2128,18 @@ module Google
|
|
2086
2128
|
include Google::Apis::Core::JsonObjectSupport
|
2087
2129
|
end
|
2088
2130
|
|
2131
|
+
class LocationPolicy
|
2132
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2133
|
+
|
2134
|
+
include Google::Apis::Core::JsonObjectSupport
|
2135
|
+
end
|
2136
|
+
|
2137
|
+
class LocationPolicyLocation
|
2138
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2139
|
+
|
2140
|
+
include Google::Apis::Core::JsonObjectSupport
|
2141
|
+
end
|
2142
|
+
|
2089
2143
|
class LogConfig
|
2090
2144
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2091
2145
|
|
@@ -2986,6 +3040,102 @@ module Google
|
|
2986
3040
|
include Google::Apis::Core::JsonObjectSupport
|
2987
3041
|
end
|
2988
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
|
+
|
2989
3139
|
class Quota
|
2990
3140
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2991
3141
|
|
@@ -3664,6 +3814,12 @@ module Google
|
|
3664
3814
|
include Google::Apis::Core::JsonObjectSupport
|
3665
3815
|
end
|
3666
3816
|
|
3817
|
+
class ScalingScheduleStatus
|
3818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3819
|
+
|
3820
|
+
include Google::Apis::Core::JsonObjectSupport
|
3821
|
+
end
|
3822
|
+
|
3667
3823
|
class Scheduling
|
3668
3824
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3669
3825
|
|
@@ -5293,6 +5449,8 @@ module Google
|
|
5293
5449
|
property :name, as: 'name'
|
5294
5450
|
property :recommended_size, as: 'recommendedSize'
|
5295
5451
|
property :region, as: 'region'
|
5452
|
+
hash :scaling_schedule_status, as: 'scalingScheduleStatus', class: Google::Apis::ComputeV1::ScalingScheduleStatus, decorator: Google::Apis::ComputeV1::ScalingScheduleStatus::Representation
|
5453
|
+
|
5296
5454
|
property :self_link, as: 'selfLink'
|
5297
5455
|
property :status, as: 'status'
|
5298
5456
|
collection :status_details, as: 'statusDetails', class: Google::Apis::ComputeV1::AutoscalerStatusDetails, decorator: Google::Apis::ComputeV1::AutoscalerStatusDetails::Representation
|
@@ -5418,12 +5576,15 @@ module Google
|
|
5418
5576
|
property :mode, as: 'mode'
|
5419
5577
|
property :scale_in_control, as: 'scaleInControl', class: Google::Apis::ComputeV1::AutoscalingPolicyScaleInControl, decorator: Google::Apis::ComputeV1::AutoscalingPolicyScaleInControl::Representation
|
5420
5578
|
|
5579
|
+
hash :scaling_schedules, as: 'scalingSchedules', class: Google::Apis::ComputeV1::AutoscalingPolicyScalingSchedule, decorator: Google::Apis::ComputeV1::AutoscalingPolicyScalingSchedule::Representation
|
5580
|
+
|
5421
5581
|
end
|
5422
5582
|
end
|
5423
5583
|
|
5424
5584
|
class AutoscalingPolicyCpuUtilization
|
5425
5585
|
# @private
|
5426
5586
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5587
|
+
property :predictive_method, as: 'predictiveMethod'
|
5427
5588
|
property :utilization_target, as: 'utilizationTarget'
|
5428
5589
|
end
|
5429
5590
|
end
|
@@ -5455,6 +5616,18 @@ module Google
|
|
5455
5616
|
end
|
5456
5617
|
end
|
5457
5618
|
|
5619
|
+
class AutoscalingPolicyScalingSchedule
|
5620
|
+
# @private
|
5621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5622
|
+
property :description, as: 'description'
|
5623
|
+
property :disabled, as: 'disabled'
|
5624
|
+
property :duration_sec, as: 'durationSec'
|
5625
|
+
property :min_required_replicas, as: 'minRequiredReplicas'
|
5626
|
+
property :schedule, as: 'schedule'
|
5627
|
+
property :time_zone, as: 'timeZone'
|
5628
|
+
end
|
5629
|
+
end
|
5630
|
+
|
5458
5631
|
class Backend
|
5459
5632
|
# @private
|
5460
5633
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5493,15 +5666,37 @@ module Google
|
|
5493
5666
|
class BackendBucketCdnPolicy
|
5494
5667
|
# @private
|
5495
5668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5669
|
+
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeV1::BackendBucketCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicyBypassCacheOnRequestHeader::Representation
|
5670
|
+
|
5496
5671
|
property :cache_mode, as: 'cacheMode'
|
5497
5672
|
property :client_ttl, as: 'clientTtl'
|
5498
5673
|
property :default_ttl, as: 'defaultTtl'
|
5499
5674
|
property :max_ttl, as: 'maxTtl'
|
5675
|
+
property :negative_caching, as: 'negativeCaching'
|
5676
|
+
collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeV1::BackendBucketCdnPolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicyNegativeCachingPolicy::Representation
|
5677
|
+
|
5678
|
+
property :request_coalescing, as: 'requestCoalescing'
|
5679
|
+
property :serve_while_stale, as: 'serveWhileStale'
|
5500
5680
|
property :signed_url_cache_max_age_sec, :numeric_string => true, as: 'signedUrlCacheMaxAgeSec'
|
5501
5681
|
collection :signed_url_key_names, as: 'signedUrlKeyNames'
|
5502
5682
|
end
|
5503
5683
|
end
|
5504
5684
|
|
5685
|
+
class BackendBucketCdnPolicyBypassCacheOnRequestHeader
|
5686
|
+
# @private
|
5687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5688
|
+
property :header_name, as: 'headerName'
|
5689
|
+
end
|
5690
|
+
end
|
5691
|
+
|
5692
|
+
class BackendBucketCdnPolicyNegativeCachingPolicy
|
5693
|
+
# @private
|
5694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5695
|
+
property :code, as: 'code'
|
5696
|
+
property :ttl, as: 'ttl'
|
5697
|
+
end
|
5698
|
+
end
|
5699
|
+
|
5505
5700
|
class BackendBucketList
|
5506
5701
|
# @private
|
5507
5702
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5565,6 +5760,8 @@ module Google
|
|
5565
5760
|
property :locality_lb_policy, as: 'localityLbPolicy'
|
5566
5761
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::BackendServiceLogConfig, decorator: Google::Apis::ComputeV1::BackendServiceLogConfig::Representation
|
5567
5762
|
|
5763
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
5764
|
+
|
5568
5765
|
property :name, as: 'name'
|
5569
5766
|
property :network, as: 'network'
|
5570
5767
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeV1::OutlierDetection, decorator: Google::Apis::ComputeV1::OutlierDetection::Representation
|
@@ -5618,17 +5815,39 @@ module Google
|
|
5618
5815
|
class BackendServiceCdnPolicy
|
5619
5816
|
# @private
|
5620
5817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5818
|
+
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeV1::BackendServiceCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicyBypassCacheOnRequestHeader::Representation
|
5819
|
+
|
5621
5820
|
property :cache_key_policy, as: 'cacheKeyPolicy', class: Google::Apis::ComputeV1::CacheKeyPolicy, decorator: Google::Apis::ComputeV1::CacheKeyPolicy::Representation
|
5622
5821
|
|
5623
5822
|
property :cache_mode, as: 'cacheMode'
|
5624
5823
|
property :client_ttl, as: 'clientTtl'
|
5625
5824
|
property :default_ttl, as: 'defaultTtl'
|
5626
5825
|
property :max_ttl, as: 'maxTtl'
|
5826
|
+
property :negative_caching, as: 'negativeCaching'
|
5827
|
+
collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeV1::BackendServiceCdnPolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicyNegativeCachingPolicy::Representation
|
5828
|
+
|
5829
|
+
property :request_coalescing, as: 'requestCoalescing'
|
5830
|
+
property :serve_while_stale, as: 'serveWhileStale'
|
5627
5831
|
property :signed_url_cache_max_age_sec, :numeric_string => true, as: 'signedUrlCacheMaxAgeSec'
|
5628
5832
|
collection :signed_url_key_names, as: 'signedUrlKeyNames'
|
5629
5833
|
end
|
5630
5834
|
end
|
5631
5835
|
|
5836
|
+
class BackendServiceCdnPolicyBypassCacheOnRequestHeader
|
5837
|
+
# @private
|
5838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5839
|
+
property :header_name, as: 'headerName'
|
5840
|
+
end
|
5841
|
+
end
|
5842
|
+
|
5843
|
+
class BackendServiceCdnPolicyNegativeCachingPolicy
|
5844
|
+
# @private
|
5845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5846
|
+
property :code, as: 'code'
|
5847
|
+
property :ttl, as: 'ttl'
|
5848
|
+
end
|
5849
|
+
end
|
5850
|
+
|
5632
5851
|
class BackendServiceFailoverPolicy
|
5633
5852
|
# @private
|
5634
5853
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5744,6 +5963,29 @@ module Google
|
|
5744
5963
|
end
|
5745
5964
|
end
|
5746
5965
|
|
5966
|
+
class BulkInsertInstanceResource
|
5967
|
+
# @private
|
5968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5969
|
+
property :count, :numeric_string => true, as: 'count'
|
5970
|
+
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeV1::InstanceProperties, decorator: Google::Apis::ComputeV1::InstanceProperties::Representation
|
5971
|
+
|
5972
|
+
property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeV1::LocationPolicy, decorator: Google::Apis::ComputeV1::LocationPolicy::Representation
|
5973
|
+
|
5974
|
+
property :min_count, :numeric_string => true, as: 'minCount'
|
5975
|
+
property :name_pattern, as: 'namePattern'
|
5976
|
+
hash :per_instance_properties, as: 'perInstanceProperties', class: Google::Apis::ComputeV1::BulkInsertInstanceResourcePerInstanceProperties, decorator: Google::Apis::ComputeV1::BulkInsertInstanceResourcePerInstanceProperties::Representation
|
5977
|
+
|
5978
|
+
property :source_instance_template, as: 'sourceInstanceTemplate'
|
5979
|
+
end
|
5980
|
+
end
|
5981
|
+
|
5982
|
+
class BulkInsertInstanceResourcePerInstanceProperties
|
5983
|
+
# @private
|
5984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5985
|
+
property :name, as: 'name'
|
5986
|
+
end
|
5987
|
+
end
|
5988
|
+
|
5747
5989
|
class CacheInvalidationRule
|
5748
5990
|
# @private
|
5749
5991
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6280,6 +6522,7 @@ module Google
|
|
6280
6522
|
class DistributionPolicy
|
6281
6523
|
# @private
|
6282
6524
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6525
|
+
property :target_shape, as: 'targetShape'
|
6283
6526
|
collection :zones, as: 'zones', class: Google::Apis::ComputeV1::DistributionPolicyZoneConfiguration, decorator: Google::Apis::ComputeV1::DistributionPolicyZoneConfiguration::Representation
|
6284
6527
|
|
6285
6528
|
end
|
@@ -6530,6 +6773,7 @@ module Google
|
|
6530
6773
|
|
6531
6774
|
property :self_link, as: 'selfLink'
|
6532
6775
|
property :self_link_with_id, as: 'selfLinkWithId'
|
6776
|
+
property :short_name, as: 'shortName'
|
6533
6777
|
end
|
6534
6778
|
end
|
6535
6779
|
|
@@ -6540,6 +6784,7 @@ module Google
|
|
6540
6784
|
property :display_name, as: 'displayName'
|
6541
6785
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
6542
6786
|
property :name, as: 'name'
|
6787
|
+
property :short_name, as: 'shortName'
|
6543
6788
|
end
|
6544
6789
|
end
|
6545
6790
|
|
@@ -7099,6 +7344,8 @@ module Google
|
|
7099
7344
|
# @private
|
7100
7345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7101
7346
|
hash :annotations, as: 'annotations'
|
7347
|
+
property :forwarding_rule, as: 'forwardingRule'
|
7348
|
+
property :forwarding_rule_ip, as: 'forwardingRuleIp'
|
7102
7349
|
property :health_state, as: 'healthState'
|
7103
7350
|
property :instance, as: 'instance'
|
7104
7351
|
property :ip_address, as: 'ipAddress'
|
@@ -7285,6 +7532,8 @@ module Google
|
|
7285
7532
|
|
7286
7533
|
property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeV1::HttpFaultInjection, decorator: Google::Apis::ComputeV1::HttpFaultInjection::Representation
|
7287
7534
|
|
7535
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
7536
|
+
|
7288
7537
|
property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeV1::RequestMirrorPolicy, decorator: Google::Apis::ComputeV1::RequestMirrorPolicy::Representation
|
7289
7538
|
|
7290
7539
|
property :retry_policy, as: 'retryPolicy', class: Google::Apis::ComputeV1::HttpRetryPolicy, decorator: Google::Apis::ComputeV1::HttpRetryPolicy::Representation
|
@@ -7516,6 +7765,7 @@ module Google
|
|
7516
7765
|
property :name, as: 'name'
|
7517
7766
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
|
7518
7767
|
|
7768
|
+
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
7519
7769
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
7520
7770
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
|
7521
7771
|
|
@@ -8205,6 +8455,7 @@ module Google
|
|
8205
8455
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
8206
8456
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeV1::NetworkInterface, decorator: Google::Apis::ComputeV1::NetworkInterface::Representation
|
8207
8457
|
|
8458
|
+
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
8208
8459
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
8209
8460
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeV1::ReservationAffinity, decorator: Google::Apis::ComputeV1::ReservationAffinity::Representation
|
8210
8461
|
|
@@ -8310,6 +8561,7 @@ module Google
|
|
8310
8561
|
property :name, as: 'name'
|
8311
8562
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
8312
8563
|
|
8564
|
+
property :short_name, as: 'shortName'
|
8313
8565
|
property :type, as: 'type'
|
8314
8566
|
end
|
8315
8567
|
end
|
@@ -8445,9 +8697,11 @@ module Google
|
|
8445
8697
|
property :dataplane_version, as: 'dataplaneVersion'
|
8446
8698
|
property :description, as: 'description'
|
8447
8699
|
property :edge_availability_domain, as: 'edgeAvailabilityDomain'
|
8700
|
+
property :encryption, as: 'encryption'
|
8448
8701
|
property :google_reference_id, as: 'googleReferenceId'
|
8449
8702
|
property :id, :numeric_string => true, as: 'id'
|
8450
8703
|
property :interconnect, as: 'interconnect'
|
8704
|
+
collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
|
8451
8705
|
property :kind, as: 'kind'
|
8452
8706
|
property :mtu, as: 'mtu'
|
8453
8707
|
property :name, as: 'name'
|
@@ -8852,6 +9106,21 @@ module Google
|
|
8852
9106
|
end
|
8853
9107
|
end
|
8854
9108
|
|
9109
|
+
class LocationPolicy
|
9110
|
+
# @private
|
9111
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9112
|
+
hash :locations, as: 'locations', class: Google::Apis::ComputeV1::LocationPolicyLocation, decorator: Google::Apis::ComputeV1::LocationPolicyLocation::Representation
|
9113
|
+
|
9114
|
+
end
|
9115
|
+
end
|
9116
|
+
|
9117
|
+
class LocationPolicyLocation
|
9118
|
+
# @private
|
9119
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9120
|
+
property :preference, as: 'preference'
|
9121
|
+
end
|
9122
|
+
end
|
9123
|
+
|
8855
9124
|
class LogConfig
|
8856
9125
|
# @private
|
8857
9126
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9478,6 +9747,7 @@ module Google
|
|
9478
9747
|
property :name, as: 'name'
|
9479
9748
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
9480
9749
|
|
9750
|
+
property :short_name, as: 'shortName'
|
9481
9751
|
property :type, as: 'type'
|
9482
9752
|
end
|
9483
9753
|
end
|
@@ -10017,6 +10287,7 @@ module Google
|
|
10017
10287
|
property :insert_time, as: 'insertTime'
|
10018
10288
|
property :kind, as: 'kind'
|
10019
10289
|
property :name, as: 'name'
|
10290
|
+
property :operation_group_id, as: 'operationGroupId'
|
10020
10291
|
property :operation_type, as: 'operationType'
|
10021
10292
|
property :progress, as: 'progress'
|
10022
10293
|
property :region, as: 'region'
|
@@ -10493,6 +10764,194 @@ module Google
|
|
10493
10764
|
end
|
10494
10765
|
end
|
10495
10766
|
|
10767
|
+
class PublicAdvertisedPrefix
|
10768
|
+
# @private
|
10769
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10770
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10771
|
+
property :description, as: 'description'
|
10772
|
+
property :dns_verification_ip, as: 'dnsVerificationIp'
|
10773
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10774
|
+
property :id, :numeric_string => true, as: 'id'
|
10775
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10776
|
+
property :kind, as: 'kind'
|
10777
|
+
property :name, as: 'name'
|
10778
|
+
collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
|
10779
|
+
|
10780
|
+
property :self_link, as: 'selfLink'
|
10781
|
+
property :shared_secret, as: 'sharedSecret'
|
10782
|
+
property :status, as: 'status'
|
10783
|
+
end
|
10784
|
+
end
|
10785
|
+
|
10786
|
+
class PublicAdvertisedPrefixList
|
10787
|
+
# @private
|
10788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10789
|
+
property :id, as: 'id'
|
10790
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PublicAdvertisedPrefix, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefix::Representation
|
10791
|
+
|
10792
|
+
property :kind, as: 'kind'
|
10793
|
+
property :next_page_token, as: 'nextPageToken'
|
10794
|
+
property :self_link, as: 'selfLink'
|
10795
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Representation
|
10796
|
+
|
10797
|
+
end
|
10798
|
+
|
10799
|
+
class Warning
|
10800
|
+
# @private
|
10801
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10802
|
+
property :code, as: 'code'
|
10803
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Datum::Representation
|
10804
|
+
|
10805
|
+
property :message, as: 'message'
|
10806
|
+
end
|
10807
|
+
|
10808
|
+
class Datum
|
10809
|
+
# @private
|
10810
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10811
|
+
property :key, as: 'key'
|
10812
|
+
property :value, as: 'value'
|
10813
|
+
end
|
10814
|
+
end
|
10815
|
+
end
|
10816
|
+
end
|
10817
|
+
|
10818
|
+
class PublicAdvertisedPrefixPublicDelegatedPrefix
|
10819
|
+
# @private
|
10820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10821
|
+
property :ip_range, as: 'ipRange'
|
10822
|
+
property :name, as: 'name'
|
10823
|
+
property :project, as: 'project'
|
10824
|
+
property :region, as: 'region'
|
10825
|
+
property :status, as: 'status'
|
10826
|
+
end
|
10827
|
+
end
|
10828
|
+
|
10829
|
+
class PublicDelegatedPrefix
|
10830
|
+
# @private
|
10831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10832
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10833
|
+
property :description, as: 'description'
|
10834
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10835
|
+
property :id, :numeric_string => true, as: 'id'
|
10836
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10837
|
+
property :is_live_migration, as: 'isLiveMigration'
|
10838
|
+
property :kind, as: 'kind'
|
10839
|
+
property :name, as: 'name'
|
10840
|
+
property :parent_prefix, as: 'parentPrefix'
|
10841
|
+
collection :public_delegated_sub_prefixs, as: 'publicDelegatedSubPrefixs', class: Google::Apis::ComputeV1::PublicDelegatedPrefixPublicDelegatedSubPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixPublicDelegatedSubPrefix::Representation
|
10842
|
+
|
10843
|
+
property :region, as: 'region'
|
10844
|
+
property :self_link, as: 'selfLink'
|
10845
|
+
property :status, as: 'status'
|
10846
|
+
end
|
10847
|
+
end
|
10848
|
+
|
10849
|
+
class PublicDelegatedPrefixAggregatedList
|
10850
|
+
# @private
|
10851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10852
|
+
property :id, as: 'id'
|
10853
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Representation
|
10854
|
+
|
10855
|
+
property :kind, as: 'kind'
|
10856
|
+
property :next_page_token, as: 'nextPageToken'
|
10857
|
+
property :self_link, as: 'selfLink'
|
10858
|
+
collection :unreachables, as: 'unreachables'
|
10859
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Representation
|
10860
|
+
|
10861
|
+
end
|
10862
|
+
|
10863
|
+
class Warning
|
10864
|
+
# @private
|
10865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10866
|
+
property :code, as: 'code'
|
10867
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Datum::Representation
|
10868
|
+
|
10869
|
+
property :message, as: 'message'
|
10870
|
+
end
|
10871
|
+
|
10872
|
+
class Datum
|
10873
|
+
# @private
|
10874
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10875
|
+
property :key, as: 'key'
|
10876
|
+
property :value, as: 'value'
|
10877
|
+
end
|
10878
|
+
end
|
10879
|
+
end
|
10880
|
+
end
|
10881
|
+
|
10882
|
+
class PublicDelegatedPrefixList
|
10883
|
+
# @private
|
10884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10885
|
+
property :id, as: 'id'
|
10886
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefix::Representation
|
10887
|
+
|
10888
|
+
property :kind, as: 'kind'
|
10889
|
+
property :next_page_token, as: 'nextPageToken'
|
10890
|
+
property :self_link, as: 'selfLink'
|
10891
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Representation
|
10892
|
+
|
10893
|
+
end
|
10894
|
+
|
10895
|
+
class Warning
|
10896
|
+
# @private
|
10897
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10898
|
+
property :code, as: 'code'
|
10899
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Datum::Representation
|
10900
|
+
|
10901
|
+
property :message, as: 'message'
|
10902
|
+
end
|
10903
|
+
|
10904
|
+
class Datum
|
10905
|
+
# @private
|
10906
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10907
|
+
property :key, as: 'key'
|
10908
|
+
property :value, as: 'value'
|
10909
|
+
end
|
10910
|
+
end
|
10911
|
+
end
|
10912
|
+
end
|
10913
|
+
|
10914
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefix
|
10915
|
+
# @private
|
10916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10917
|
+
property :delegatee_project, as: 'delegateeProject'
|
10918
|
+
property :description, as: 'description'
|
10919
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10920
|
+
property :is_address, as: 'isAddress'
|
10921
|
+
property :name, as: 'name'
|
10922
|
+
property :region, as: 'region'
|
10923
|
+
property :status, as: 'status'
|
10924
|
+
end
|
10925
|
+
end
|
10926
|
+
|
10927
|
+
class PublicDelegatedPrefixesScopedList
|
10928
|
+
# @private
|
10929
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10930
|
+
collection :public_delegated_prefixes, as: 'publicDelegatedPrefixes', class: Google::Apis::ComputeV1::PublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefix::Representation
|
10931
|
+
|
10932
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Representation
|
10933
|
+
|
10934
|
+
end
|
10935
|
+
|
10936
|
+
class Warning
|
10937
|
+
# @private
|
10938
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10939
|
+
property :code, as: 'code'
|
10940
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Datum::Representation
|
10941
|
+
|
10942
|
+
property :message, as: 'message'
|
10943
|
+
end
|
10944
|
+
|
10945
|
+
class Datum
|
10946
|
+
# @private
|
10947
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10948
|
+
property :key, as: 'key'
|
10949
|
+
property :value, as: 'value'
|
10950
|
+
end
|
10951
|
+
end
|
10952
|
+
end
|
10953
|
+
end
|
10954
|
+
|
10496
10955
|
class Quota
|
10497
10956
|
# @private
|
10498
10957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11394,6 +11853,7 @@ module Google
|
|
11394
11853
|
|
11395
11854
|
property :creation_timestamp, as: 'creationTimestamp'
|
11396
11855
|
property :description, as: 'description'
|
11856
|
+
property :encrypted_interconnect_router, as: 'encryptedInterconnectRouter'
|
11397
11857
|
property :id, :numeric_string => true, as: 'id'
|
11398
11858
|
collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeV1::RouterInterface, decorator: Google::Apis::ComputeV1::RouterInterface::Representation
|
11399
11859
|
|
@@ -11675,6 +12135,15 @@ module Google
|
|
11675
12135
|
end
|
11676
12136
|
end
|
11677
12137
|
|
12138
|
+
class ScalingScheduleStatus
|
12139
|
+
# @private
|
12140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12141
|
+
property :last_start_time, as: 'lastStartTime'
|
12142
|
+
property :next_start_time, as: 'nextStartTime'
|
12143
|
+
property :state, as: 'state'
|
12144
|
+
end
|
12145
|
+
end
|
12146
|
+
|
11678
12147
|
class Scheduling
|
11679
12148
|
# @private
|
11680
12149
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12552,6 +13021,7 @@ module Google
|
|
12552
13021
|
property :authorization_policy, as: 'authorizationPolicy'
|
12553
13022
|
property :creation_timestamp, as: 'creationTimestamp'
|
12554
13023
|
property :description, as: 'description'
|
13024
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
12555
13025
|
property :id, :numeric_string => true, as: 'id'
|
12556
13026
|
property :kind, as: 'kind'
|
12557
13027
|
property :name, as: 'name'
|
@@ -13588,6 +14058,7 @@ module Google
|
|
13588
14058
|
# @private
|
13589
14059
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13590
14060
|
property :id, as: 'id'
|
14061
|
+
property :interconnect_attachment, as: 'interconnectAttachment'
|
13591
14062
|
property :ip_address, as: 'ipAddress'
|
13592
14063
|
end
|
13593
14064
|
end
|