google-apis-compute_alpha 0.88.0 → 0.89.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.
@@ -2062,6 +2062,30 @@ module Google
|
|
2062
2062
|
include Google::Apis::Core::JsonObjectSupport
|
2063
2063
|
end
|
2064
2064
|
|
2065
|
+
class InstanceGroupManagerResizeRequestStatusLastAttempt
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
class Error
|
2069
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2070
|
+
|
2071
|
+
class Error
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
+
|
2074
|
+
class ErrorDetail
|
2075
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2076
|
+
|
2077
|
+
include Google::Apis::Core::JsonObjectSupport
|
2078
|
+
end
|
2079
|
+
|
2080
|
+
include Google::Apis::Core::JsonObjectSupport
|
2081
|
+
end
|
2082
|
+
|
2083
|
+
include Google::Apis::Core::JsonObjectSupport
|
2084
|
+
end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
2065
2089
|
class InstanceGroupManagerResizeRequestsListResponse
|
2066
2090
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
2091
|
|
@@ -3304,6 +3328,12 @@ module Google
|
|
3304
3328
|
include Google::Apis::Core::JsonObjectSupport
|
3305
3329
|
end
|
3306
3330
|
|
3331
|
+
class NamedSet
|
3332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3333
|
+
|
3334
|
+
include Google::Apis::Core::JsonObjectSupport
|
3335
|
+
end
|
3336
|
+
|
3307
3337
|
class NatIpInfo
|
3308
3338
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3309
3339
|
|
@@ -5374,6 +5404,12 @@ module Google
|
|
5374
5404
|
include Google::Apis::Core::JsonObjectSupport
|
5375
5405
|
end
|
5376
5406
|
|
5407
|
+
class RoutersGetNamedSetResponse
|
5408
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5409
|
+
|
5410
|
+
include Google::Apis::Core::JsonObjectSupport
|
5411
|
+
end
|
5412
|
+
|
5377
5413
|
class RoutersGetRoutePolicyResponse
|
5378
5414
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5379
5415
|
|
@@ -5398,6 +5434,24 @@ module Google
|
|
5398
5434
|
include Google::Apis::Core::JsonObjectSupport
|
5399
5435
|
end
|
5400
5436
|
|
5437
|
+
class RoutersListNamedSets
|
5438
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5439
|
+
|
5440
|
+
class Warning
|
5441
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5442
|
+
|
5443
|
+
class Datum
|
5444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5445
|
+
|
5446
|
+
include Google::Apis::Core::JsonObjectSupport
|
5447
|
+
end
|
5448
|
+
|
5449
|
+
include Google::Apis::Core::JsonObjectSupport
|
5450
|
+
end
|
5451
|
+
|
5452
|
+
include Google::Apis::Core::JsonObjectSupport
|
5453
|
+
end
|
5454
|
+
|
5401
5455
|
class RoutersListRoutePolicies
|
5402
5456
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5403
5457
|
|
@@ -11559,6 +11613,8 @@ module Google
|
|
11559
11613
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11560
11614
|
property :error, as: 'error', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatus::Error::Representation
|
11561
11615
|
|
11616
|
+
property :last_attempt, as: 'lastAttempt', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Representation
|
11617
|
+
|
11562
11618
|
property :queuing_policy, as: 'queuingPolicy', class: Google::Apis::ComputeAlpha::QueuingPolicy, decorator: Google::Apis::ComputeAlpha::QueuingPolicy::Representation
|
11563
11619
|
|
11564
11620
|
end
|
@@ -11597,6 +11653,47 @@ module Google
|
|
11597
11653
|
end
|
11598
11654
|
end
|
11599
11655
|
|
11656
|
+
class InstanceGroupManagerResizeRequestStatusLastAttempt
|
11657
|
+
# @private
|
11658
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11659
|
+
property :error, as: 'error', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Representation
|
11660
|
+
|
11661
|
+
end
|
11662
|
+
|
11663
|
+
class Error
|
11664
|
+
# @private
|
11665
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11666
|
+
collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::Representation
|
11667
|
+
|
11668
|
+
end
|
11669
|
+
|
11670
|
+
class Error
|
11671
|
+
# @private
|
11672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11673
|
+
property :code, as: 'code'
|
11674
|
+
collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestStatusLastAttempt::Error::Error::ErrorDetail::Representation
|
11675
|
+
|
11676
|
+
property :location, as: 'location'
|
11677
|
+
property :message, as: 'message'
|
11678
|
+
end
|
11679
|
+
|
11680
|
+
class ErrorDetail
|
11681
|
+
# @private
|
11682
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11683
|
+
property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
|
11684
|
+
|
11685
|
+
property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
|
11686
|
+
|
11687
|
+
property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
|
11688
|
+
|
11689
|
+
property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
|
11690
|
+
|
11691
|
+
end
|
11692
|
+
end
|
11693
|
+
end
|
11694
|
+
end
|
11695
|
+
end
|
11696
|
+
|
11600
11697
|
class InstanceGroupManagerResizeRequestsListResponse
|
11601
11698
|
# @private
|
11602
11699
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13800,6 +13897,17 @@ module Google
|
|
13800
13897
|
end
|
13801
13898
|
end
|
13802
13899
|
|
13900
|
+
class NamedSet
|
13901
|
+
# @private
|
13902
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13903
|
+
collection :elements, as: 'elements', class: Google::Apis::ComputeAlpha::Expr, decorator: Google::Apis::ComputeAlpha::Expr::Representation
|
13904
|
+
|
13905
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
13906
|
+
property :name, as: 'name'
|
13907
|
+
property :type, as: 'type'
|
13908
|
+
end
|
13909
|
+
end
|
13910
|
+
|
13803
13911
|
class NatIpInfo
|
13804
13912
|
# @private
|
13805
13913
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17631,6 +17739,15 @@ module Google
|
|
17631
17739
|
end
|
17632
17740
|
end
|
17633
17741
|
|
17742
|
+
class RoutersGetNamedSetResponse
|
17743
|
+
# @private
|
17744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17745
|
+
property :etag, as: 'etag'
|
17746
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeAlpha::NamedSet, decorator: Google::Apis::ComputeAlpha::NamedSet::Representation
|
17747
|
+
|
17748
|
+
end
|
17749
|
+
end
|
17750
|
+
|
17634
17751
|
class RoutersGetRoutePolicyResponse
|
17635
17752
|
# @private
|
17636
17753
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17674,6 +17791,40 @@ module Google
|
|
17674
17791
|
end
|
17675
17792
|
end
|
17676
17793
|
|
17794
|
+
class RoutersListNamedSets
|
17795
|
+
# @private
|
17796
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17797
|
+
property :etag, as: 'etag'
|
17798
|
+
property :id, as: 'id'
|
17799
|
+
property :kind, as: 'kind'
|
17800
|
+
property :next_page_token, as: 'nextPageToken'
|
17801
|
+
collection :result, as: 'result', class: Google::Apis::ComputeAlpha::NamedSet, decorator: Google::Apis::ComputeAlpha::NamedSet::Representation
|
17802
|
+
|
17803
|
+
property :self_link, as: 'selfLink'
|
17804
|
+
collection :unreachables, as: 'unreachables'
|
17805
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListNamedSets::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListNamedSets::Warning::Representation
|
17806
|
+
|
17807
|
+
end
|
17808
|
+
|
17809
|
+
class Warning
|
17810
|
+
# @private
|
17811
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17812
|
+
property :code, as: 'code'
|
17813
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::RoutersListNamedSets::Warning::Datum, decorator: Google::Apis::ComputeAlpha::RoutersListNamedSets::Warning::Datum::Representation
|
17814
|
+
|
17815
|
+
property :message, as: 'message'
|
17816
|
+
end
|
17817
|
+
|
17818
|
+
class Datum
|
17819
|
+
# @private
|
17820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17821
|
+
property :key, as: 'key'
|
17822
|
+
property :value, as: 'value'
|
17823
|
+
end
|
17824
|
+
end
|
17825
|
+
end
|
17826
|
+
end
|
17827
|
+
|
17677
17828
|
class RoutersListRoutePolicies
|
17678
17829
|
# @private
|
17679
17830
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20013,6 +20164,7 @@ module Google
|
|
20013
20164
|
property :server_tls_policy, as: 'serverTlsPolicy'
|
20014
20165
|
collection :ssl_certificates, as: 'sslCertificates'
|
20015
20166
|
property :ssl_policy, as: 'sslPolicy'
|
20167
|
+
property :tls_early_data, as: 'tlsEarlyData'
|
20016
20168
|
property :url_map, as: 'urlMap'
|
20017
20169
|
end
|
20018
20170
|
end
|