google-apis-compute_v1 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_v1.rb +1 -1
- data/lib/google/apis/compute_v1/classes.rb +1429 -180
- data/lib/google/apis/compute_v1/gem_version.rb +3 -3
- data/lib/google/apis/compute_v1/representations.rb +407 -2
- data/lib/google/apis/compute_v1/service.rb +929 -46
- 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.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
|
@@ -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
|
|
@@ -5192,6 +5324,7 @@ module Google
|
|
5192
5324
|
# @private
|
5193
5325
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5194
5326
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
5327
|
+
property :threads_per_core, as: 'threadsPerCore'
|
5195
5328
|
end
|
5196
5329
|
end
|
5197
5330
|
|
@@ -5317,6 +5450,8 @@ module Google
|
|
5317
5450
|
property :name, as: 'name'
|
5318
5451
|
property :recommended_size, as: 'recommendedSize'
|
5319
5452
|
property :region, as: 'region'
|
5453
|
+
hash :scaling_schedule_status, as: 'scalingScheduleStatus', class: Google::Apis::ComputeV1::ScalingScheduleStatus, decorator: Google::Apis::ComputeV1::ScalingScheduleStatus::Representation
|
5454
|
+
|
5320
5455
|
property :self_link, as: 'selfLink'
|
5321
5456
|
property :status, as: 'status'
|
5322
5457
|
collection :status_details, as: 'statusDetails', class: Google::Apis::ComputeV1::AutoscalerStatusDetails, decorator: Google::Apis::ComputeV1::AutoscalerStatusDetails::Representation
|
@@ -5442,12 +5577,15 @@ module Google
|
|
5442
5577
|
property :mode, as: 'mode'
|
5443
5578
|
property :scale_in_control, as: 'scaleInControl', class: Google::Apis::ComputeV1::AutoscalingPolicyScaleInControl, decorator: Google::Apis::ComputeV1::AutoscalingPolicyScaleInControl::Representation
|
5444
5579
|
|
5580
|
+
hash :scaling_schedules, as: 'scalingSchedules', class: Google::Apis::ComputeV1::AutoscalingPolicyScalingSchedule, decorator: Google::Apis::ComputeV1::AutoscalingPolicyScalingSchedule::Representation
|
5581
|
+
|
5445
5582
|
end
|
5446
5583
|
end
|
5447
5584
|
|
5448
5585
|
class AutoscalingPolicyCpuUtilization
|
5449
5586
|
# @private
|
5450
5587
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5588
|
+
property :predictive_method, as: 'predictiveMethod'
|
5451
5589
|
property :utilization_target, as: 'utilizationTarget'
|
5452
5590
|
end
|
5453
5591
|
end
|
@@ -5479,6 +5617,18 @@ module Google
|
|
5479
5617
|
end
|
5480
5618
|
end
|
5481
5619
|
|
5620
|
+
class AutoscalingPolicyScalingSchedule
|
5621
|
+
# @private
|
5622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5623
|
+
property :description, as: 'description'
|
5624
|
+
property :disabled, as: 'disabled'
|
5625
|
+
property :duration_sec, as: 'durationSec'
|
5626
|
+
property :min_required_replicas, as: 'minRequiredReplicas'
|
5627
|
+
property :schedule, as: 'schedule'
|
5628
|
+
property :time_zone, as: 'timeZone'
|
5629
|
+
end
|
5630
|
+
end
|
5631
|
+
|
5482
5632
|
class Backend
|
5483
5633
|
# @private
|
5484
5634
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5517,15 +5667,37 @@ module Google
|
|
5517
5667
|
class BackendBucketCdnPolicy
|
5518
5668
|
# @private
|
5519
5669
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5670
|
+
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeV1::BackendBucketCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicyBypassCacheOnRequestHeader::Representation
|
5671
|
+
|
5520
5672
|
property :cache_mode, as: 'cacheMode'
|
5521
5673
|
property :client_ttl, as: 'clientTtl'
|
5522
5674
|
property :default_ttl, as: 'defaultTtl'
|
5523
5675
|
property :max_ttl, as: 'maxTtl'
|
5676
|
+
property :negative_caching, as: 'negativeCaching'
|
5677
|
+
collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeV1::BackendBucketCdnPolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicyNegativeCachingPolicy::Representation
|
5678
|
+
|
5679
|
+
property :request_coalescing, as: 'requestCoalescing'
|
5680
|
+
property :serve_while_stale, as: 'serveWhileStale'
|
5524
5681
|
property :signed_url_cache_max_age_sec, :numeric_string => true, as: 'signedUrlCacheMaxAgeSec'
|
5525
5682
|
collection :signed_url_key_names, as: 'signedUrlKeyNames'
|
5526
5683
|
end
|
5527
5684
|
end
|
5528
5685
|
|
5686
|
+
class BackendBucketCdnPolicyBypassCacheOnRequestHeader
|
5687
|
+
# @private
|
5688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5689
|
+
property :header_name, as: 'headerName'
|
5690
|
+
end
|
5691
|
+
end
|
5692
|
+
|
5693
|
+
class BackendBucketCdnPolicyNegativeCachingPolicy
|
5694
|
+
# @private
|
5695
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5696
|
+
property :code, as: 'code'
|
5697
|
+
property :ttl, as: 'ttl'
|
5698
|
+
end
|
5699
|
+
end
|
5700
|
+
|
5529
5701
|
class BackendBucketList
|
5530
5702
|
# @private
|
5531
5703
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5589,6 +5761,8 @@ module Google
|
|
5589
5761
|
property :locality_lb_policy, as: 'localityLbPolicy'
|
5590
5762
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::BackendServiceLogConfig, decorator: Google::Apis::ComputeV1::BackendServiceLogConfig::Representation
|
5591
5763
|
|
5764
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
5765
|
+
|
5592
5766
|
property :name, as: 'name'
|
5593
5767
|
property :network, as: 'network'
|
5594
5768
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeV1::OutlierDetection, decorator: Google::Apis::ComputeV1::OutlierDetection::Representation
|
@@ -5642,17 +5816,39 @@ module Google
|
|
5642
5816
|
class BackendServiceCdnPolicy
|
5643
5817
|
# @private
|
5644
5818
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5819
|
+
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeV1::BackendServiceCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicyBypassCacheOnRequestHeader::Representation
|
5820
|
+
|
5645
5821
|
property :cache_key_policy, as: 'cacheKeyPolicy', class: Google::Apis::ComputeV1::CacheKeyPolicy, decorator: Google::Apis::ComputeV1::CacheKeyPolicy::Representation
|
5646
5822
|
|
5647
5823
|
property :cache_mode, as: 'cacheMode'
|
5648
5824
|
property :client_ttl, as: 'clientTtl'
|
5649
5825
|
property :default_ttl, as: 'defaultTtl'
|
5650
5826
|
property :max_ttl, as: 'maxTtl'
|
5827
|
+
property :negative_caching, as: 'negativeCaching'
|
5828
|
+
collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeV1::BackendServiceCdnPolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicyNegativeCachingPolicy::Representation
|
5829
|
+
|
5830
|
+
property :request_coalescing, as: 'requestCoalescing'
|
5831
|
+
property :serve_while_stale, as: 'serveWhileStale'
|
5651
5832
|
property :signed_url_cache_max_age_sec, :numeric_string => true, as: 'signedUrlCacheMaxAgeSec'
|
5652
5833
|
collection :signed_url_key_names, as: 'signedUrlKeyNames'
|
5653
5834
|
end
|
5654
5835
|
end
|
5655
5836
|
|
5837
|
+
class BackendServiceCdnPolicyBypassCacheOnRequestHeader
|
5838
|
+
# @private
|
5839
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5840
|
+
property :header_name, as: 'headerName'
|
5841
|
+
end
|
5842
|
+
end
|
5843
|
+
|
5844
|
+
class BackendServiceCdnPolicyNegativeCachingPolicy
|
5845
|
+
# @private
|
5846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5847
|
+
property :code, as: 'code'
|
5848
|
+
property :ttl, as: 'ttl'
|
5849
|
+
end
|
5850
|
+
end
|
5851
|
+
|
5656
5852
|
class BackendServiceFailoverPolicy
|
5657
5853
|
# @private
|
5658
5854
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6327,6 +6523,7 @@ module Google
|
|
6327
6523
|
class DistributionPolicy
|
6328
6524
|
# @private
|
6329
6525
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6526
|
+
property :target_shape, as: 'targetShape'
|
6330
6527
|
collection :zones, as: 'zones', class: Google::Apis::ComputeV1::DistributionPolicyZoneConfiguration, decorator: Google::Apis::ComputeV1::DistributionPolicyZoneConfiguration::Representation
|
6331
6528
|
|
6332
6529
|
end
|
@@ -6577,6 +6774,7 @@ module Google
|
|
6577
6774
|
|
6578
6775
|
property :self_link, as: 'selfLink'
|
6579
6776
|
property :self_link_with_id, as: 'selfLinkWithId'
|
6777
|
+
property :short_name, as: 'shortName'
|
6580
6778
|
end
|
6581
6779
|
end
|
6582
6780
|
|
@@ -6587,6 +6785,7 @@ module Google
|
|
6587
6785
|
property :display_name, as: 'displayName'
|
6588
6786
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
6589
6787
|
property :name, as: 'name'
|
6788
|
+
property :short_name, as: 'shortName'
|
6590
6789
|
end
|
6591
6790
|
end
|
6592
6791
|
|
@@ -6635,7 +6834,6 @@ module Google
|
|
6635
6834
|
property :priority, as: 'priority'
|
6636
6835
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
6637
6836
|
collection :target_resources, as: 'targetResources'
|
6638
|
-
collection :target_secure_labels, as: 'targetSecureLabels'
|
6639
6837
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
6640
6838
|
end
|
6641
6839
|
end
|
@@ -6647,7 +6845,6 @@ module Google
|
|
6647
6845
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeV1::FirewallPolicyRuleMatcherLayer4Config::Representation
|
6648
6846
|
|
6649
6847
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
6650
|
-
collection :src_secure_labels, as: 'srcSecureLabels'
|
6651
6848
|
end
|
6652
6849
|
end
|
6653
6850
|
|
@@ -7146,6 +7343,8 @@ module Google
|
|
7146
7343
|
# @private
|
7147
7344
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7148
7345
|
hash :annotations, as: 'annotations'
|
7346
|
+
property :forwarding_rule, as: 'forwardingRule'
|
7347
|
+
property :forwarding_rule_ip, as: 'forwardingRuleIp'
|
7149
7348
|
property :health_state, as: 'healthState'
|
7150
7349
|
property :instance, as: 'instance'
|
7151
7350
|
property :ip_address, as: 'ipAddress'
|
@@ -7332,6 +7531,8 @@ module Google
|
|
7332
7531
|
|
7333
7532
|
property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeV1::HttpFaultInjection, decorator: Google::Apis::ComputeV1::HttpFaultInjection::Representation
|
7334
7533
|
|
7534
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
7535
|
+
|
7335
7536
|
property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeV1::RequestMirrorPolicy, decorator: Google::Apis::ComputeV1::RequestMirrorPolicy::Representation
|
7336
7537
|
|
7337
7538
|
property :retry_policy, as: 'retryPolicy', class: Google::Apis::ComputeV1::HttpRetryPolicy, decorator: Google::Apis::ComputeV1::HttpRetryPolicy::Representation
|
@@ -8357,6 +8558,7 @@ module Google
|
|
8357
8558
|
property :name, as: 'name'
|
8358
8559
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
8359
8560
|
|
8561
|
+
property :short_name, as: 'shortName'
|
8360
8562
|
property :type, as: 'type'
|
8361
8563
|
end
|
8362
8564
|
end
|
@@ -8492,9 +8694,11 @@ module Google
|
|
8492
8694
|
property :dataplane_version, as: 'dataplaneVersion'
|
8493
8695
|
property :description, as: 'description'
|
8494
8696
|
property :edge_availability_domain, as: 'edgeAvailabilityDomain'
|
8697
|
+
property :encryption, as: 'encryption'
|
8495
8698
|
property :google_reference_id, as: 'googleReferenceId'
|
8496
8699
|
property :id, :numeric_string => true, as: 'id'
|
8497
8700
|
property :interconnect, as: 'interconnect'
|
8701
|
+
collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
|
8498
8702
|
property :kind, as: 'kind'
|
8499
8703
|
property :mtu, as: 'mtu'
|
8500
8704
|
property :name, as: 'name'
|
@@ -9540,6 +9744,7 @@ module Google
|
|
9540
9744
|
property :name, as: 'name'
|
9541
9745
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
9542
9746
|
|
9747
|
+
property :short_name, as: 'shortName'
|
9543
9748
|
property :type, as: 'type'
|
9544
9749
|
end
|
9545
9750
|
end
|
@@ -10556,6 +10761,194 @@ module Google
|
|
10556
10761
|
end
|
10557
10762
|
end
|
10558
10763
|
|
10764
|
+
class PublicAdvertisedPrefix
|
10765
|
+
# @private
|
10766
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10767
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10768
|
+
property :description, as: 'description'
|
10769
|
+
property :dns_verification_ip, as: 'dnsVerificationIp'
|
10770
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10771
|
+
property :id, :numeric_string => true, as: 'id'
|
10772
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10773
|
+
property :kind, as: 'kind'
|
10774
|
+
property :name, as: 'name'
|
10775
|
+
collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
|
10776
|
+
|
10777
|
+
property :self_link, as: 'selfLink'
|
10778
|
+
property :shared_secret, as: 'sharedSecret'
|
10779
|
+
property :status, as: 'status'
|
10780
|
+
end
|
10781
|
+
end
|
10782
|
+
|
10783
|
+
class PublicAdvertisedPrefixList
|
10784
|
+
# @private
|
10785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10786
|
+
property :id, as: 'id'
|
10787
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PublicAdvertisedPrefix, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefix::Representation
|
10788
|
+
|
10789
|
+
property :kind, as: 'kind'
|
10790
|
+
property :next_page_token, as: 'nextPageToken'
|
10791
|
+
property :self_link, as: 'selfLink'
|
10792
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Representation
|
10793
|
+
|
10794
|
+
end
|
10795
|
+
|
10796
|
+
class Warning
|
10797
|
+
# @private
|
10798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10799
|
+
property :code, as: 'code'
|
10800
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Datum::Representation
|
10801
|
+
|
10802
|
+
property :message, as: 'message'
|
10803
|
+
end
|
10804
|
+
|
10805
|
+
class Datum
|
10806
|
+
# @private
|
10807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10808
|
+
property :key, as: 'key'
|
10809
|
+
property :value, as: 'value'
|
10810
|
+
end
|
10811
|
+
end
|
10812
|
+
end
|
10813
|
+
end
|
10814
|
+
|
10815
|
+
class PublicAdvertisedPrefixPublicDelegatedPrefix
|
10816
|
+
# @private
|
10817
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10818
|
+
property :ip_range, as: 'ipRange'
|
10819
|
+
property :name, as: 'name'
|
10820
|
+
property :project, as: 'project'
|
10821
|
+
property :region, as: 'region'
|
10822
|
+
property :status, as: 'status'
|
10823
|
+
end
|
10824
|
+
end
|
10825
|
+
|
10826
|
+
class PublicDelegatedPrefix
|
10827
|
+
# @private
|
10828
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10829
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10830
|
+
property :description, as: 'description'
|
10831
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10832
|
+
property :id, :numeric_string => true, as: 'id'
|
10833
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10834
|
+
property :is_live_migration, as: 'isLiveMigration'
|
10835
|
+
property :kind, as: 'kind'
|
10836
|
+
property :name, as: 'name'
|
10837
|
+
property :parent_prefix, as: 'parentPrefix'
|
10838
|
+
collection :public_delegated_sub_prefixs, as: 'publicDelegatedSubPrefixs', class: Google::Apis::ComputeV1::PublicDelegatedPrefixPublicDelegatedSubPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixPublicDelegatedSubPrefix::Representation
|
10839
|
+
|
10840
|
+
property :region, as: 'region'
|
10841
|
+
property :self_link, as: 'selfLink'
|
10842
|
+
property :status, as: 'status'
|
10843
|
+
end
|
10844
|
+
end
|
10845
|
+
|
10846
|
+
class PublicDelegatedPrefixAggregatedList
|
10847
|
+
# @private
|
10848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10849
|
+
property :id, as: 'id'
|
10850
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Representation
|
10851
|
+
|
10852
|
+
property :kind, as: 'kind'
|
10853
|
+
property :next_page_token, as: 'nextPageToken'
|
10854
|
+
property :self_link, as: 'selfLink'
|
10855
|
+
collection :unreachables, as: 'unreachables'
|
10856
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Representation
|
10857
|
+
|
10858
|
+
end
|
10859
|
+
|
10860
|
+
class Warning
|
10861
|
+
# @private
|
10862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10863
|
+
property :code, as: 'code'
|
10864
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Datum::Representation
|
10865
|
+
|
10866
|
+
property :message, as: 'message'
|
10867
|
+
end
|
10868
|
+
|
10869
|
+
class Datum
|
10870
|
+
# @private
|
10871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10872
|
+
property :key, as: 'key'
|
10873
|
+
property :value, as: 'value'
|
10874
|
+
end
|
10875
|
+
end
|
10876
|
+
end
|
10877
|
+
end
|
10878
|
+
|
10879
|
+
class PublicDelegatedPrefixList
|
10880
|
+
# @private
|
10881
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10882
|
+
property :id, as: 'id'
|
10883
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefix::Representation
|
10884
|
+
|
10885
|
+
property :kind, as: 'kind'
|
10886
|
+
property :next_page_token, as: 'nextPageToken'
|
10887
|
+
property :self_link, as: 'selfLink'
|
10888
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Representation
|
10889
|
+
|
10890
|
+
end
|
10891
|
+
|
10892
|
+
class Warning
|
10893
|
+
# @private
|
10894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10895
|
+
property :code, as: 'code'
|
10896
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Datum::Representation
|
10897
|
+
|
10898
|
+
property :message, as: 'message'
|
10899
|
+
end
|
10900
|
+
|
10901
|
+
class Datum
|
10902
|
+
# @private
|
10903
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10904
|
+
property :key, as: 'key'
|
10905
|
+
property :value, as: 'value'
|
10906
|
+
end
|
10907
|
+
end
|
10908
|
+
end
|
10909
|
+
end
|
10910
|
+
|
10911
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefix
|
10912
|
+
# @private
|
10913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10914
|
+
property :delegatee_project, as: 'delegateeProject'
|
10915
|
+
property :description, as: 'description'
|
10916
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10917
|
+
property :is_address, as: 'isAddress'
|
10918
|
+
property :name, as: 'name'
|
10919
|
+
property :region, as: 'region'
|
10920
|
+
property :status, as: 'status'
|
10921
|
+
end
|
10922
|
+
end
|
10923
|
+
|
10924
|
+
class PublicDelegatedPrefixesScopedList
|
10925
|
+
# @private
|
10926
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10927
|
+
collection :public_delegated_prefixes, as: 'publicDelegatedPrefixes', class: Google::Apis::ComputeV1::PublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefix::Representation
|
10928
|
+
|
10929
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Representation
|
10930
|
+
|
10931
|
+
end
|
10932
|
+
|
10933
|
+
class Warning
|
10934
|
+
# @private
|
10935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10936
|
+
property :code, as: 'code'
|
10937
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Datum::Representation
|
10938
|
+
|
10939
|
+
property :message, as: 'message'
|
10940
|
+
end
|
10941
|
+
|
10942
|
+
class Datum
|
10943
|
+
# @private
|
10944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10945
|
+
property :key, as: 'key'
|
10946
|
+
property :value, as: 'value'
|
10947
|
+
end
|
10948
|
+
end
|
10949
|
+
end
|
10950
|
+
end
|
10951
|
+
|
10559
10952
|
class Quota
|
10560
10953
|
# @private
|
10561
10954
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11457,6 +11850,7 @@ module Google
|
|
11457
11850
|
|
11458
11851
|
property :creation_timestamp, as: 'creationTimestamp'
|
11459
11852
|
property :description, as: 'description'
|
11853
|
+
property :encrypted_interconnect_router, as: 'encryptedInterconnectRouter'
|
11460
11854
|
property :id, :numeric_string => true, as: 'id'
|
11461
11855
|
collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeV1::RouterInterface, decorator: Google::Apis::ComputeV1::RouterInterface::Representation
|
11462
11856
|
|
@@ -11738,6 +12132,15 @@ module Google
|
|
11738
12132
|
end
|
11739
12133
|
end
|
11740
12134
|
|
12135
|
+
class ScalingScheduleStatus
|
12136
|
+
# @private
|
12137
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12138
|
+
property :last_start_time, as: 'lastStartTime'
|
12139
|
+
property :next_start_time, as: 'nextStartTime'
|
12140
|
+
property :state, as: 'state'
|
12141
|
+
end
|
12142
|
+
end
|
12143
|
+
|
11741
12144
|
class Scheduling
|
11742
12145
|
# @private
|
11743
12146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12615,6 +13018,7 @@ module Google
|
|
12615
13018
|
property :authorization_policy, as: 'authorizationPolicy'
|
12616
13019
|
property :creation_timestamp, as: 'creationTimestamp'
|
12617
13020
|
property :description, as: 'description'
|
13021
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
12618
13022
|
property :id, :numeric_string => true, as: 'id'
|
12619
13023
|
property :kind, as: 'kind'
|
12620
13024
|
property :name, as: 'name'
|
@@ -13651,6 +14055,7 @@ module Google
|
|
13651
14055
|
# @private
|
13652
14056
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13653
14057
|
property :id, as: 'id'
|
14058
|
+
property :interconnect_attachment, as: 'interconnectAttachment'
|
13654
14059
|
property :ip_address, as: 'ipAddress'
|
13655
14060
|
end
|
13656
14061
|
end
|