google-apis-compute_alpha 0.77.0 → 0.78.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_alpha/classes.rb +506 -38
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +184 -5
- data/lib/google/apis/compute_alpha/service.rb +5309 -4488
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.78.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230912"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -6250,6 +6250,66 @@ module Google
|
|
6250
6250
|
include Google::Apis::Core::JsonObjectSupport
|
6251
6251
|
end
|
6252
6252
|
|
6253
|
+
class StoragePoolType
|
6254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6255
|
+
|
6256
|
+
include Google::Apis::Core::JsonObjectSupport
|
6257
|
+
end
|
6258
|
+
|
6259
|
+
class StoragePoolTypeAggregatedList
|
6260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6261
|
+
|
6262
|
+
class Warning
|
6263
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6264
|
+
|
6265
|
+
class Datum
|
6266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6267
|
+
|
6268
|
+
include Google::Apis::Core::JsonObjectSupport
|
6269
|
+
end
|
6270
|
+
|
6271
|
+
include Google::Apis::Core::JsonObjectSupport
|
6272
|
+
end
|
6273
|
+
|
6274
|
+
include Google::Apis::Core::JsonObjectSupport
|
6275
|
+
end
|
6276
|
+
|
6277
|
+
class StoragePoolTypeList
|
6278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6279
|
+
|
6280
|
+
class Warning
|
6281
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6282
|
+
|
6283
|
+
class Datum
|
6284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6285
|
+
|
6286
|
+
include Google::Apis::Core::JsonObjectSupport
|
6287
|
+
end
|
6288
|
+
|
6289
|
+
include Google::Apis::Core::JsonObjectSupport
|
6290
|
+
end
|
6291
|
+
|
6292
|
+
include Google::Apis::Core::JsonObjectSupport
|
6293
|
+
end
|
6294
|
+
|
6295
|
+
class StoragePoolTypesScopedList
|
6296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6297
|
+
|
6298
|
+
class Warning
|
6299
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6300
|
+
|
6301
|
+
class Datum
|
6302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6303
|
+
|
6304
|
+
include Google::Apis::Core::JsonObjectSupport
|
6305
|
+
end
|
6306
|
+
|
6307
|
+
include Google::Apis::Core::JsonObjectSupport
|
6308
|
+
end
|
6309
|
+
|
6310
|
+
include Google::Apis::Core::JsonObjectSupport
|
6311
|
+
end
|
6312
|
+
|
6253
6313
|
class StoragePoolsScopedList
|
6254
6314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6255
6315
|
|
@@ -8200,7 +8260,7 @@ module Google
|
|
8200
8260
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeAlpha::Subsetting, decorator: Google::Apis::ComputeAlpha::Subsetting::Representation
|
8201
8261
|
|
8202
8262
|
property :timeout_sec, as: 'timeoutSec'
|
8203
|
-
collection :
|
8263
|
+
collection :used_by, as: 'usedBy', class: Google::Apis::ComputeAlpha::BackendServiceUsedBy, decorator: Google::Apis::ComputeAlpha::BackendServiceUsedBy::Representation
|
8204
8264
|
|
8205
8265
|
property :vpc_network_scope, as: 'vpcNetworkScope'
|
8206
8266
|
end
|
@@ -11201,7 +11261,6 @@ module Google
|
|
11201
11261
|
property :abandoning, as: 'abandoning'
|
11202
11262
|
property :creating, as: 'creating'
|
11203
11263
|
property :creating_atomically, as: 'creatingAtomically'
|
11204
|
-
property :creating_in_bulk, as: 'creatingInBulk'
|
11205
11264
|
property :creating_without_retries, as: 'creatingWithoutRetries'
|
11206
11265
|
property :deleting, as: 'deleting'
|
11207
11266
|
property :none, as: 'none'
|
@@ -13878,11 +13937,13 @@ module Google
|
|
13878
13937
|
# @private
|
13879
13938
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13880
13939
|
hash :annotations, as: 'annotations'
|
13940
|
+
property :client_port, as: 'clientPort'
|
13881
13941
|
property :fqdn, as: 'fqdn'
|
13882
13942
|
property :instance, as: 'instance'
|
13883
13943
|
property :ip_address, as: 'ipAddress'
|
13884
13944
|
property :ipv6_address, as: 'ipv6Address'
|
13885
13945
|
property :port, as: 'port'
|
13946
|
+
property :zone, as: 'zone'
|
13886
13947
|
end
|
13887
13948
|
end
|
13888
13949
|
|
@@ -13892,6 +13953,7 @@ module Google
|
|
13892
13953
|
hash :annotations, as: 'annotations'
|
13893
13954
|
property :app_engine, as: 'appEngine', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupAppEngine, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupAppEngine::Representation
|
13894
13955
|
|
13956
|
+
property :client_port_mapping_mode, as: 'clientPortMappingMode'
|
13895
13957
|
property :cloud_function, as: 'cloudFunction', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudFunction, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudFunction::Representation
|
13896
13958
|
|
13897
13959
|
property :cloud_run, as: 'cloudRun', class: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudRun, decorator: Google::Apis::ComputeAlpha::NetworkEndpointGroupCloudRun::Representation
|
@@ -17184,6 +17246,8 @@ module Google
|
|
17184
17246
|
property :enable, as: 'enable'
|
17185
17247
|
property :enable_ipv4, as: 'enableIpv4'
|
17186
17248
|
property :enable_ipv6, as: 'enableIpv6'
|
17249
|
+
collection :export_policies, as: 'exportPolicies'
|
17250
|
+
collection :import_policies, as: 'importPolicies'
|
17187
17251
|
property :interface_name, as: 'interfaceName'
|
17188
17252
|
property :ip_address, as: 'ipAddress'
|
17189
17253
|
property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
|
@@ -17436,7 +17500,7 @@ module Google
|
|
17436
17500
|
collection :result, as: 'result', class: Google::Apis::ComputeAlpha::BgpRoute, decorator: Google::Apis::ComputeAlpha::BgpRoute::Representation
|
17437
17501
|
|
17438
17502
|
property :self_link, as: 'selfLink'
|
17439
|
-
collection :
|
17503
|
+
collection :unreachables, as: 'unreachables'
|
17440
17504
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning::Representation
|
17441
17505
|
|
17442
17506
|
end
|
@@ -17470,7 +17534,7 @@ module Google
|
|
17470
17534
|
collection :result, as: 'result', class: Google::Apis::ComputeAlpha::RoutePolicy, decorator: Google::Apis::ComputeAlpha::RoutePolicy::Representation
|
17471
17535
|
|
17472
17536
|
property :self_link, as: 'selfLink'
|
17473
|
-
collection :
|
17537
|
+
collection :unreachables, as: 'unreachables'
|
17474
17538
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning::Representation
|
17475
17539
|
|
17476
17540
|
end
|
@@ -18489,6 +18553,7 @@ module Google
|
|
18489
18553
|
property :location_hint, as: 'locationHint'
|
18490
18554
|
property :max_retention_days, as: 'maxRetentionDays'
|
18491
18555
|
property :name, as: 'name'
|
18556
|
+
property :region, as: 'region'
|
18492
18557
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
18493
18558
|
property :self_link, as: 'selfLink'
|
18494
18559
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -18961,7 +19026,6 @@ module Google
|
|
18961
19026
|
property :status, as: 'status', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
|
18962
19027
|
|
18963
19028
|
property :storage_pool_type, as: 'storagePoolType'
|
18964
|
-
property :type, as: 'type'
|
18965
19029
|
property :zone, as: 'zone'
|
18966
19030
|
end
|
18967
19031
|
end
|
@@ -19099,6 +19163,121 @@ module Google
|
|
19099
19163
|
end
|
19100
19164
|
end
|
19101
19165
|
|
19166
|
+
class StoragePoolType
|
19167
|
+
# @private
|
19168
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19169
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
19170
|
+
property :deprecated, as: 'deprecated', class: Google::Apis::ComputeAlpha::DeprecationStatus, decorator: Google::Apis::ComputeAlpha::DeprecationStatus::Representation
|
19171
|
+
|
19172
|
+
property :description, as: 'description'
|
19173
|
+
property :id, :numeric_string => true, as: 'id'
|
19174
|
+
property :kind, as: 'kind'
|
19175
|
+
property :max_provisioned_iops, :numeric_string => true, as: 'maxProvisionedIops'
|
19176
|
+
property :max_provisioned_throughput, :numeric_string => true, as: 'maxProvisionedThroughput'
|
19177
|
+
property :max_size_gb, :numeric_string => true, as: 'maxSizeGb'
|
19178
|
+
property :min_provisioned_iops, :numeric_string => true, as: 'minProvisionedIops'
|
19179
|
+
property :min_provisioned_throughput, :numeric_string => true, as: 'minProvisionedThroughput'
|
19180
|
+
property :min_size_gb, :numeric_string => true, as: 'minSizeGb'
|
19181
|
+
property :name, as: 'name'
|
19182
|
+
property :self_link, as: 'selfLink'
|
19183
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
19184
|
+
collection :supported_disk_types, as: 'supportedDiskTypes'
|
19185
|
+
property :zone, as: 'zone'
|
19186
|
+
end
|
19187
|
+
end
|
19188
|
+
|
19189
|
+
class StoragePoolTypeAggregatedList
|
19190
|
+
# @private
|
19191
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19192
|
+
property :id, as: 'id'
|
19193
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Representation
|
19194
|
+
|
19195
|
+
property :kind, as: 'kind'
|
19196
|
+
property :next_page_token, as: 'nextPageToken'
|
19197
|
+
property :self_link, as: 'selfLink'
|
19198
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Representation
|
19199
|
+
|
19200
|
+
end
|
19201
|
+
|
19202
|
+
class Warning
|
19203
|
+
# @private
|
19204
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19205
|
+
property :code, as: 'code'
|
19206
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Datum::Representation
|
19207
|
+
|
19208
|
+
property :message, as: 'message'
|
19209
|
+
end
|
19210
|
+
|
19211
|
+
class Datum
|
19212
|
+
# @private
|
19213
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19214
|
+
property :key, as: 'key'
|
19215
|
+
property :value, as: 'value'
|
19216
|
+
end
|
19217
|
+
end
|
19218
|
+
end
|
19219
|
+
end
|
19220
|
+
|
19221
|
+
class StoragePoolTypeList
|
19222
|
+
# @private
|
19223
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19224
|
+
property :id, as: 'id'
|
19225
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolType, decorator: Google::Apis::ComputeAlpha::StoragePoolType::Representation
|
19226
|
+
|
19227
|
+
property :kind, as: 'kind'
|
19228
|
+
property :next_page_token, as: 'nextPageToken'
|
19229
|
+
property :self_link, as: 'selfLink'
|
19230
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Representation
|
19231
|
+
|
19232
|
+
end
|
19233
|
+
|
19234
|
+
class Warning
|
19235
|
+
# @private
|
19236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19237
|
+
property :code, as: 'code'
|
19238
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Datum::Representation
|
19239
|
+
|
19240
|
+
property :message, as: 'message'
|
19241
|
+
end
|
19242
|
+
|
19243
|
+
class Datum
|
19244
|
+
# @private
|
19245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19246
|
+
property :key, as: 'key'
|
19247
|
+
property :value, as: 'value'
|
19248
|
+
end
|
19249
|
+
end
|
19250
|
+
end
|
19251
|
+
end
|
19252
|
+
|
19253
|
+
class StoragePoolTypesScopedList
|
19254
|
+
# @private
|
19255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19256
|
+
collection :storage_pool_types, as: 'storagePoolTypes', class: Google::Apis::ComputeAlpha::StoragePoolType, decorator: Google::Apis::ComputeAlpha::StoragePoolType::Representation
|
19257
|
+
|
19258
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Representation
|
19259
|
+
|
19260
|
+
end
|
19261
|
+
|
19262
|
+
class Warning
|
19263
|
+
# @private
|
19264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19265
|
+
property :code, as: 'code'
|
19266
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Datum::Representation
|
19267
|
+
|
19268
|
+
property :message, as: 'message'
|
19269
|
+
end
|
19270
|
+
|
19271
|
+
class Datum
|
19272
|
+
# @private
|
19273
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19274
|
+
property :key, as: 'key'
|
19275
|
+
property :value, as: 'value'
|
19276
|
+
end
|
19277
|
+
end
|
19278
|
+
end
|
19279
|
+
end
|
19280
|
+
|
19102
19281
|
class StoragePoolsScopedList
|
19103
19282
|
# @private
|
19104
19283
|
class Representation < Google::Apis::Core::JsonRepresentation
|