google-apis-compute_v1 0.6.0 → 0.7.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 +4 -0
- data/lib/google/apis/compute_v1.rb +1 -1
- data/lib/google/apis/compute_v1/classes.rb +1335 -138
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +399 -0
- data/lib/google/apis/compute_v1/service.rb +882 -0
- metadata +3 -3
@@ -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.7.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 = "20210310"
|
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
|
|
@@ -5317,6 +5449,8 @@ module Google
|
|
5317
5449
|
property :name, as: 'name'
|
5318
5450
|
property :recommended_size, as: 'recommendedSize'
|
5319
5451
|
property :region, as: 'region'
|
5452
|
+
hash :scaling_schedule_status, as: 'scalingScheduleStatus', class: Google::Apis::ComputeV1::ScalingScheduleStatus, decorator: Google::Apis::ComputeV1::ScalingScheduleStatus::Representation
|
5453
|
+
|
5320
5454
|
property :self_link, as: 'selfLink'
|
5321
5455
|
property :status, as: 'status'
|
5322
5456
|
collection :status_details, as: 'statusDetails', class: Google::Apis::ComputeV1::AutoscalerStatusDetails, decorator: Google::Apis::ComputeV1::AutoscalerStatusDetails::Representation
|
@@ -5442,6 +5576,8 @@ module Google
|
|
5442
5576
|
property :mode, as: 'mode'
|
5443
5577
|
property :scale_in_control, as: 'scaleInControl', class: Google::Apis::ComputeV1::AutoscalingPolicyScaleInControl, decorator: Google::Apis::ComputeV1::AutoscalingPolicyScaleInControl::Representation
|
5444
5578
|
|
5579
|
+
hash :scaling_schedules, as: 'scalingSchedules', class: Google::Apis::ComputeV1::AutoscalingPolicyScalingSchedule, decorator: Google::Apis::ComputeV1::AutoscalingPolicyScalingSchedule::Representation
|
5580
|
+
|
5445
5581
|
end
|
5446
5582
|
end
|
5447
5583
|
|
@@ -5479,6 +5615,18 @@ module Google
|
|
5479
5615
|
end
|
5480
5616
|
end
|
5481
5617
|
|
5618
|
+
class AutoscalingPolicyScalingSchedule
|
5619
|
+
# @private
|
5620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5621
|
+
property :description, as: 'description'
|
5622
|
+
property :disabled, as: 'disabled'
|
5623
|
+
property :duration_sec, as: 'durationSec'
|
5624
|
+
property :min_required_replicas, as: 'minRequiredReplicas'
|
5625
|
+
property :schedule, as: 'schedule'
|
5626
|
+
property :time_zone, as: 'timeZone'
|
5627
|
+
end
|
5628
|
+
end
|
5629
|
+
|
5482
5630
|
class Backend
|
5483
5631
|
# @private
|
5484
5632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5517,15 +5665,36 @@ module Google
|
|
5517
5665
|
class BackendBucketCdnPolicy
|
5518
5666
|
# @private
|
5519
5667
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5668
|
+
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeV1::BackendBucketCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicyBypassCacheOnRequestHeader::Representation
|
5669
|
+
|
5520
5670
|
property :cache_mode, as: 'cacheMode'
|
5521
5671
|
property :client_ttl, as: 'clientTtl'
|
5522
5672
|
property :default_ttl, as: 'defaultTtl'
|
5523
5673
|
property :max_ttl, as: 'maxTtl'
|
5674
|
+
property :negative_caching, as: 'negativeCaching'
|
5675
|
+
collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeV1::BackendBucketCdnPolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicyNegativeCachingPolicy::Representation
|
5676
|
+
|
5677
|
+
property :serve_while_stale, as: 'serveWhileStale'
|
5524
5678
|
property :signed_url_cache_max_age_sec, :numeric_string => true, as: 'signedUrlCacheMaxAgeSec'
|
5525
5679
|
collection :signed_url_key_names, as: 'signedUrlKeyNames'
|
5526
5680
|
end
|
5527
5681
|
end
|
5528
5682
|
|
5683
|
+
class BackendBucketCdnPolicyBypassCacheOnRequestHeader
|
5684
|
+
# @private
|
5685
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5686
|
+
property :header_name, as: 'headerName'
|
5687
|
+
end
|
5688
|
+
end
|
5689
|
+
|
5690
|
+
class BackendBucketCdnPolicyNegativeCachingPolicy
|
5691
|
+
# @private
|
5692
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5693
|
+
property :code, as: 'code'
|
5694
|
+
property :ttl, as: 'ttl'
|
5695
|
+
end
|
5696
|
+
end
|
5697
|
+
|
5529
5698
|
class BackendBucketList
|
5530
5699
|
# @private
|
5531
5700
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5589,6 +5758,8 @@ module Google
|
|
5589
5758
|
property :locality_lb_policy, as: 'localityLbPolicy'
|
5590
5759
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeV1::BackendServiceLogConfig, decorator: Google::Apis::ComputeV1::BackendServiceLogConfig::Representation
|
5591
5760
|
|
5761
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
5762
|
+
|
5592
5763
|
property :name, as: 'name'
|
5593
5764
|
property :network, as: 'network'
|
5594
5765
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeV1::OutlierDetection, decorator: Google::Apis::ComputeV1::OutlierDetection::Representation
|
@@ -5642,17 +5813,38 @@ module Google
|
|
5642
5813
|
class BackendServiceCdnPolicy
|
5643
5814
|
# @private
|
5644
5815
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5816
|
+
collection :bypass_cache_on_request_headers, as: 'bypassCacheOnRequestHeaders', class: Google::Apis::ComputeV1::BackendServiceCdnPolicyBypassCacheOnRequestHeader, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicyBypassCacheOnRequestHeader::Representation
|
5817
|
+
|
5645
5818
|
property :cache_key_policy, as: 'cacheKeyPolicy', class: Google::Apis::ComputeV1::CacheKeyPolicy, decorator: Google::Apis::ComputeV1::CacheKeyPolicy::Representation
|
5646
5819
|
|
5647
5820
|
property :cache_mode, as: 'cacheMode'
|
5648
5821
|
property :client_ttl, as: 'clientTtl'
|
5649
5822
|
property :default_ttl, as: 'defaultTtl'
|
5650
5823
|
property :max_ttl, as: 'maxTtl'
|
5824
|
+
property :negative_caching, as: 'negativeCaching'
|
5825
|
+
collection :negative_caching_policy, as: 'negativeCachingPolicy', class: Google::Apis::ComputeV1::BackendServiceCdnPolicyNegativeCachingPolicy, decorator: Google::Apis::ComputeV1::BackendServiceCdnPolicyNegativeCachingPolicy::Representation
|
5826
|
+
|
5827
|
+
property :serve_while_stale, as: 'serveWhileStale'
|
5651
5828
|
property :signed_url_cache_max_age_sec, :numeric_string => true, as: 'signedUrlCacheMaxAgeSec'
|
5652
5829
|
collection :signed_url_key_names, as: 'signedUrlKeyNames'
|
5653
5830
|
end
|
5654
5831
|
end
|
5655
5832
|
|
5833
|
+
class BackendServiceCdnPolicyBypassCacheOnRequestHeader
|
5834
|
+
# @private
|
5835
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5836
|
+
property :header_name, as: 'headerName'
|
5837
|
+
end
|
5838
|
+
end
|
5839
|
+
|
5840
|
+
class BackendServiceCdnPolicyNegativeCachingPolicy
|
5841
|
+
# @private
|
5842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5843
|
+
property :code, as: 'code'
|
5844
|
+
property :ttl, as: 'ttl'
|
5845
|
+
end
|
5846
|
+
end
|
5847
|
+
|
5656
5848
|
class BackendServiceFailoverPolicy
|
5657
5849
|
# @private
|
5658
5850
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6577,6 +6769,7 @@ module Google
|
|
6577
6769
|
|
6578
6770
|
property :self_link, as: 'selfLink'
|
6579
6771
|
property :self_link_with_id, as: 'selfLinkWithId'
|
6772
|
+
property :short_name, as: 'shortName'
|
6580
6773
|
end
|
6581
6774
|
end
|
6582
6775
|
|
@@ -6587,6 +6780,7 @@ module Google
|
|
6587
6780
|
property :display_name, as: 'displayName'
|
6588
6781
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
6589
6782
|
property :name, as: 'name'
|
6783
|
+
property :short_name, as: 'shortName'
|
6590
6784
|
end
|
6591
6785
|
end
|
6592
6786
|
|
@@ -7332,6 +7526,8 @@ module Google
|
|
7332
7526
|
|
7333
7527
|
property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeV1::HttpFaultInjection, decorator: Google::Apis::ComputeV1::HttpFaultInjection::Representation
|
7334
7528
|
|
7529
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
7530
|
+
|
7335
7531
|
property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeV1::RequestMirrorPolicy, decorator: Google::Apis::ComputeV1::RequestMirrorPolicy::Representation
|
7336
7532
|
|
7337
7533
|
property :retry_policy, as: 'retryPolicy', class: Google::Apis::ComputeV1::HttpRetryPolicy, decorator: Google::Apis::ComputeV1::HttpRetryPolicy::Representation
|
@@ -8359,6 +8555,7 @@ module Google
|
|
8359
8555
|
property :name, as: 'name'
|
8360
8556
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
8361
8557
|
|
8558
|
+
property :short_name, as: 'shortName'
|
8362
8559
|
property :type, as: 'type'
|
8363
8560
|
end
|
8364
8561
|
end
|
@@ -8494,9 +8691,11 @@ module Google
|
|
8494
8691
|
property :dataplane_version, as: 'dataplaneVersion'
|
8495
8692
|
property :description, as: 'description'
|
8496
8693
|
property :edge_availability_domain, as: 'edgeAvailabilityDomain'
|
8694
|
+
property :encryption, as: 'encryption'
|
8497
8695
|
property :google_reference_id, as: 'googleReferenceId'
|
8498
8696
|
property :id, :numeric_string => true, as: 'id'
|
8499
8697
|
property :interconnect, as: 'interconnect'
|
8698
|
+
collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
|
8500
8699
|
property :kind, as: 'kind'
|
8501
8700
|
property :mtu, as: 'mtu'
|
8502
8701
|
property :name, as: 'name'
|
@@ -9542,6 +9741,7 @@ module Google
|
|
9542
9741
|
property :name, as: 'name'
|
9543
9742
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::FirewallPolicyRule, decorator: Google::Apis::ComputeV1::FirewallPolicyRule::Representation
|
9544
9743
|
|
9744
|
+
property :short_name, as: 'shortName'
|
9545
9745
|
property :type, as: 'type'
|
9546
9746
|
end
|
9547
9747
|
end
|
@@ -10558,6 +10758,194 @@ module Google
|
|
10558
10758
|
end
|
10559
10759
|
end
|
10560
10760
|
|
10761
|
+
class PublicAdvertisedPrefix
|
10762
|
+
# @private
|
10763
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10764
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10765
|
+
property :description, as: 'description'
|
10766
|
+
property :dns_verification_ip, as: 'dnsVerificationIp'
|
10767
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10768
|
+
property :id, :numeric_string => true, as: 'id'
|
10769
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10770
|
+
property :kind, as: 'kind'
|
10771
|
+
property :name, as: 'name'
|
10772
|
+
collection :public_delegated_prefixs, as: 'publicDelegatedPrefixs', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixPublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixPublicDelegatedPrefix::Representation
|
10773
|
+
|
10774
|
+
property :self_link, as: 'selfLink'
|
10775
|
+
property :shared_secret, as: 'sharedSecret'
|
10776
|
+
property :status, as: 'status'
|
10777
|
+
end
|
10778
|
+
end
|
10779
|
+
|
10780
|
+
class PublicAdvertisedPrefixList
|
10781
|
+
# @private
|
10782
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10783
|
+
property :id, as: 'id'
|
10784
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PublicAdvertisedPrefix, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefix::Representation
|
10785
|
+
|
10786
|
+
property :kind, as: 'kind'
|
10787
|
+
property :next_page_token, as: 'nextPageToken'
|
10788
|
+
property :self_link, as: 'selfLink'
|
10789
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Representation
|
10790
|
+
|
10791
|
+
end
|
10792
|
+
|
10793
|
+
class Warning
|
10794
|
+
# @private
|
10795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10796
|
+
property :code, as: 'code'
|
10797
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicAdvertisedPrefixList::Warning::Datum::Representation
|
10798
|
+
|
10799
|
+
property :message, as: 'message'
|
10800
|
+
end
|
10801
|
+
|
10802
|
+
class Datum
|
10803
|
+
# @private
|
10804
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10805
|
+
property :key, as: 'key'
|
10806
|
+
property :value, as: 'value'
|
10807
|
+
end
|
10808
|
+
end
|
10809
|
+
end
|
10810
|
+
end
|
10811
|
+
|
10812
|
+
class PublicAdvertisedPrefixPublicDelegatedPrefix
|
10813
|
+
# @private
|
10814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10815
|
+
property :ip_range, as: 'ipRange'
|
10816
|
+
property :name, as: 'name'
|
10817
|
+
property :project, as: 'project'
|
10818
|
+
property :region, as: 'region'
|
10819
|
+
property :status, as: 'status'
|
10820
|
+
end
|
10821
|
+
end
|
10822
|
+
|
10823
|
+
class PublicDelegatedPrefix
|
10824
|
+
# @private
|
10825
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10826
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10827
|
+
property :description, as: 'description'
|
10828
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10829
|
+
property :id, :numeric_string => true, as: 'id'
|
10830
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10831
|
+
property :is_live_migration, as: 'isLiveMigration'
|
10832
|
+
property :kind, as: 'kind'
|
10833
|
+
property :name, as: 'name'
|
10834
|
+
property :parent_prefix, as: 'parentPrefix'
|
10835
|
+
collection :public_delegated_sub_prefixs, as: 'publicDelegatedSubPrefixs', class: Google::Apis::ComputeV1::PublicDelegatedPrefixPublicDelegatedSubPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixPublicDelegatedSubPrefix::Representation
|
10836
|
+
|
10837
|
+
property :region, as: 'region'
|
10838
|
+
property :self_link, as: 'selfLink'
|
10839
|
+
property :status, as: 'status'
|
10840
|
+
end
|
10841
|
+
end
|
10842
|
+
|
10843
|
+
class PublicDelegatedPrefixAggregatedList
|
10844
|
+
# @private
|
10845
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10846
|
+
property :id, as: 'id'
|
10847
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Representation
|
10848
|
+
|
10849
|
+
property :kind, as: 'kind'
|
10850
|
+
property :next_page_token, as: 'nextPageToken'
|
10851
|
+
property :self_link, as: 'selfLink'
|
10852
|
+
collection :unreachables, as: 'unreachables'
|
10853
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Representation
|
10854
|
+
|
10855
|
+
end
|
10856
|
+
|
10857
|
+
class Warning
|
10858
|
+
# @private
|
10859
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10860
|
+
property :code, as: 'code'
|
10861
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixAggregatedList::Warning::Datum::Representation
|
10862
|
+
|
10863
|
+
property :message, as: 'message'
|
10864
|
+
end
|
10865
|
+
|
10866
|
+
class Datum
|
10867
|
+
# @private
|
10868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10869
|
+
property :key, as: 'key'
|
10870
|
+
property :value, as: 'value'
|
10871
|
+
end
|
10872
|
+
end
|
10873
|
+
end
|
10874
|
+
end
|
10875
|
+
|
10876
|
+
class PublicDelegatedPrefixList
|
10877
|
+
# @private
|
10878
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10879
|
+
property :id, as: 'id'
|
10880
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefix::Representation
|
10881
|
+
|
10882
|
+
property :kind, as: 'kind'
|
10883
|
+
property :next_page_token, as: 'nextPageToken'
|
10884
|
+
property :self_link, as: 'selfLink'
|
10885
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Representation
|
10886
|
+
|
10887
|
+
end
|
10888
|
+
|
10889
|
+
class Warning
|
10890
|
+
# @private
|
10891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10892
|
+
property :code, as: 'code'
|
10893
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixList::Warning::Datum::Representation
|
10894
|
+
|
10895
|
+
property :message, as: 'message'
|
10896
|
+
end
|
10897
|
+
|
10898
|
+
class Datum
|
10899
|
+
# @private
|
10900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10901
|
+
property :key, as: 'key'
|
10902
|
+
property :value, as: 'value'
|
10903
|
+
end
|
10904
|
+
end
|
10905
|
+
end
|
10906
|
+
end
|
10907
|
+
|
10908
|
+
class PublicDelegatedPrefixPublicDelegatedSubPrefix
|
10909
|
+
# @private
|
10910
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10911
|
+
property :delegatee_project, as: 'delegateeProject'
|
10912
|
+
property :description, as: 'description'
|
10913
|
+
property :ip_cidr_range, as: 'ipCidrRange'
|
10914
|
+
property :is_address, as: 'isAddress'
|
10915
|
+
property :name, as: 'name'
|
10916
|
+
property :region, as: 'region'
|
10917
|
+
property :status, as: 'status'
|
10918
|
+
end
|
10919
|
+
end
|
10920
|
+
|
10921
|
+
class PublicDelegatedPrefixesScopedList
|
10922
|
+
# @private
|
10923
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10924
|
+
collection :public_delegated_prefixes, as: 'publicDelegatedPrefixes', class: Google::Apis::ComputeV1::PublicDelegatedPrefix, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefix::Representation
|
10925
|
+
|
10926
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Representation
|
10927
|
+
|
10928
|
+
end
|
10929
|
+
|
10930
|
+
class Warning
|
10931
|
+
# @private
|
10932
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10933
|
+
property :code, as: 'code'
|
10934
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::PublicDelegatedPrefixesScopedList::Warning::Datum::Representation
|
10935
|
+
|
10936
|
+
property :message, as: 'message'
|
10937
|
+
end
|
10938
|
+
|
10939
|
+
class Datum
|
10940
|
+
# @private
|
10941
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10942
|
+
property :key, as: 'key'
|
10943
|
+
property :value, as: 'value'
|
10944
|
+
end
|
10945
|
+
end
|
10946
|
+
end
|
10947
|
+
end
|
10948
|
+
|
10561
10949
|
class Quota
|
10562
10950
|
# @private
|
10563
10951
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11459,6 +11847,7 @@ module Google
|
|
11459
11847
|
|
11460
11848
|
property :creation_timestamp, as: 'creationTimestamp'
|
11461
11849
|
property :description, as: 'description'
|
11850
|
+
property :encrypted_interconnect_router, as: 'encryptedInterconnectRouter'
|
11462
11851
|
property :id, :numeric_string => true, as: 'id'
|
11463
11852
|
collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeV1::RouterInterface, decorator: Google::Apis::ComputeV1::RouterInterface::Representation
|
11464
11853
|
|
@@ -11740,6 +12129,15 @@ module Google
|
|
11740
12129
|
end
|
11741
12130
|
end
|
11742
12131
|
|
12132
|
+
class ScalingScheduleStatus
|
12133
|
+
# @private
|
12134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12135
|
+
property :last_start_time, as: 'lastStartTime'
|
12136
|
+
property :next_start_time, as: 'nextStartTime'
|
12137
|
+
property :state, as: 'state'
|
12138
|
+
end
|
12139
|
+
end
|
12140
|
+
|
11743
12141
|
class Scheduling
|
11744
12142
|
# @private
|
11745
12143
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13654,6 +14052,7 @@ module Google
|
|
13654
14052
|
# @private
|
13655
14053
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13656
14054
|
property :id, as: 'id'
|
14055
|
+
property :interconnect_attachment, as: 'interconnectAttachment'
|
13657
14056
|
property :ip_address, as: 'ipAddress'
|
13658
14057
|
end
|
13659
14058
|
end
|