google-apis-compute_v1 0.48.0 → 0.50.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 +8 -0
- data/lib/google/apis/compute_v1/classes.rb +326 -71
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +102 -0
- data/lib/google/apis/compute_v1/service.rb +1156 -325
- metadata +3 -3
@@ -4510,6 +4510,24 @@ module Google
|
|
4510
4510
|
include Google::Apis::Core::JsonObjectSupport
|
4511
4511
|
end
|
4512
4512
|
|
4513
|
+
class SslPoliciesAggregatedList
|
4514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4515
|
+
|
4516
|
+
class Warning
|
4517
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4518
|
+
|
4519
|
+
class Datum
|
4520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4521
|
+
|
4522
|
+
include Google::Apis::Core::JsonObjectSupport
|
4523
|
+
end
|
4524
|
+
|
4525
|
+
include Google::Apis::Core::JsonObjectSupport
|
4526
|
+
end
|
4527
|
+
|
4528
|
+
include Google::Apis::Core::JsonObjectSupport
|
4529
|
+
end
|
4530
|
+
|
4513
4531
|
class SslPoliciesList
|
4514
4532
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4515
4533
|
|
@@ -4534,6 +4552,24 @@ module Google
|
|
4534
4552
|
include Google::Apis::Core::JsonObjectSupport
|
4535
4553
|
end
|
4536
4554
|
|
4555
|
+
class SslPoliciesScopedList
|
4556
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4557
|
+
|
4558
|
+
class Warning
|
4559
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4560
|
+
|
4561
|
+
class Datum
|
4562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4563
|
+
|
4564
|
+
include Google::Apis::Core::JsonObjectSupport
|
4565
|
+
end
|
4566
|
+
|
4567
|
+
include Google::Apis::Core::JsonObjectSupport
|
4568
|
+
end
|
4569
|
+
|
4570
|
+
include Google::Apis::Core::JsonObjectSupport
|
4571
|
+
end
|
4572
|
+
|
4537
4573
|
class SslPolicy
|
4538
4574
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4539
4575
|
|
@@ -5814,6 +5850,7 @@ module Google
|
|
5814
5850
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
5815
5851
|
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
5816
5852
|
property :threads_per_core, as: 'threadsPerCore'
|
5853
|
+
property :visible_core_count, as: 'visibleCoreCount'
|
5817
5854
|
end
|
5818
5855
|
end
|
5819
5856
|
|
@@ -6148,6 +6185,7 @@ module Google
|
|
6148
6185
|
property :bucket_name, as: 'bucketName'
|
6149
6186
|
property :cdn_policy, as: 'cdnPolicy', class: Google::Apis::ComputeV1::BackendBucketCdnPolicy, decorator: Google::Apis::ComputeV1::BackendBucketCdnPolicy::Representation
|
6150
6187
|
|
6188
|
+
property :compression_mode, as: 'compressionMode'
|
6151
6189
|
property :creation_timestamp, as: 'creationTimestamp'
|
6152
6190
|
collection :custom_response_headers, as: 'customResponseHeaders'
|
6153
6191
|
property :description, as: 'description'
|
@@ -6246,6 +6284,7 @@ module Google
|
|
6246
6284
|
|
6247
6285
|
property :circuit_breakers, as: 'circuitBreakers', class: Google::Apis::ComputeV1::CircuitBreakers, decorator: Google::Apis::ComputeV1::CircuitBreakers::Representation
|
6248
6286
|
|
6287
|
+
property :compression_mode, as: 'compressionMode'
|
6249
6288
|
property :connection_draining, as: 'connectionDraining', class: Google::Apis::ComputeV1::ConnectionDraining, decorator: Google::Apis::ComputeV1::ConnectionDraining::Representation
|
6250
6289
|
|
6251
6290
|
property :connection_tracking_policy, as: 'connectionTrackingPolicy', class: Google::Apis::ComputeV1::BackendServiceConnectionTrackingPolicy, decorator: Google::Apis::ComputeV1::BackendServiceConnectionTrackingPolicy::Representation
|
@@ -13999,6 +14038,40 @@ module Google
|
|
13999
14038
|
end
|
14000
14039
|
end
|
14001
14040
|
|
14041
|
+
class SslPoliciesAggregatedList
|
14042
|
+
# @private
|
14043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14044
|
+
property :etag, as: 'etag'
|
14045
|
+
property :id, as: 'id'
|
14046
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::SslPoliciesScopedList, decorator: Google::Apis::ComputeV1::SslPoliciesScopedList::Representation
|
14047
|
+
|
14048
|
+
property :kind, as: 'kind'
|
14049
|
+
property :next_page_token, as: 'nextPageToken'
|
14050
|
+
property :self_link, as: 'selfLink'
|
14051
|
+
collection :unreachables, as: 'unreachables'
|
14052
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::SslPoliciesAggregatedList::Warning, decorator: Google::Apis::ComputeV1::SslPoliciesAggregatedList::Warning::Representation
|
14053
|
+
|
14054
|
+
end
|
14055
|
+
|
14056
|
+
class Warning
|
14057
|
+
# @private
|
14058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14059
|
+
property :code, as: 'code'
|
14060
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::SslPoliciesAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::SslPoliciesAggregatedList::Warning::Datum::Representation
|
14061
|
+
|
14062
|
+
property :message, as: 'message'
|
14063
|
+
end
|
14064
|
+
|
14065
|
+
class Datum
|
14066
|
+
# @private
|
14067
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14068
|
+
property :key, as: 'key'
|
14069
|
+
property :value, as: 'value'
|
14070
|
+
end
|
14071
|
+
end
|
14072
|
+
end
|
14073
|
+
end
|
14074
|
+
|
14002
14075
|
class SslPoliciesList
|
14003
14076
|
# @private
|
14004
14077
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14038,6 +14111,34 @@ module Google
|
|
14038
14111
|
end
|
14039
14112
|
end
|
14040
14113
|
|
14114
|
+
class SslPoliciesScopedList
|
14115
|
+
# @private
|
14116
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14117
|
+
collection :ssl_policies, as: 'sslPolicies', class: Google::Apis::ComputeV1::SslPolicy, decorator: Google::Apis::ComputeV1::SslPolicy::Representation
|
14118
|
+
|
14119
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::SslPoliciesScopedList::Warning, decorator: Google::Apis::ComputeV1::SslPoliciesScopedList::Warning::Representation
|
14120
|
+
|
14121
|
+
end
|
14122
|
+
|
14123
|
+
class Warning
|
14124
|
+
# @private
|
14125
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14126
|
+
property :code, as: 'code'
|
14127
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::SslPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::SslPoliciesScopedList::Warning::Datum::Representation
|
14128
|
+
|
14129
|
+
property :message, as: 'message'
|
14130
|
+
end
|
14131
|
+
|
14132
|
+
class Datum
|
14133
|
+
# @private
|
14134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14135
|
+
property :key, as: 'key'
|
14136
|
+
property :value, as: 'value'
|
14137
|
+
end
|
14138
|
+
end
|
14139
|
+
end
|
14140
|
+
end
|
14141
|
+
|
14041
14142
|
class SslPolicy
|
14042
14143
|
# @private
|
14043
14144
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14934,6 +15035,7 @@ module Google
|
|
14934
15035
|
property :name, as: 'name'
|
14935
15036
|
property :proxy_bind, as: 'proxyBind'
|
14936
15037
|
property :proxy_header, as: 'proxyHeader'
|
15038
|
+
property :region, as: 'region'
|
14937
15039
|
property :self_link, as: 'selfLink'
|
14938
15040
|
property :service, as: 'service'
|
14939
15041
|
end
|