google-apis-compute_alpha 0.77.0 → 0.79.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_alpha/classes.rb +582 -76
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +188 -5
- data/lib/google/apis/compute_alpha/service.rb +5452 -4535
- 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.79.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 = "20230920"
|
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
|
@@ -14246,6 +14308,7 @@ module Google
|
|
14246
14308
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14247
14309
|
property :bgp_always_compare_med, as: 'bgpAlwaysCompareMed'
|
14248
14310
|
property :bgp_best_path_selection_mode, as: 'bgpBestPathSelectionMode'
|
14311
|
+
property :bgp_inter_region_cost, as: 'bgpInterRegionCost'
|
14249
14312
|
property :routing_mode, as: 'routingMode'
|
14250
14313
|
end
|
14251
14314
|
end
|
@@ -17184,6 +17247,8 @@ module Google
|
|
17184
17247
|
property :enable, as: 'enable'
|
17185
17248
|
property :enable_ipv4, as: 'enableIpv4'
|
17186
17249
|
property :enable_ipv6, as: 'enableIpv6'
|
17250
|
+
collection :export_policies, as: 'exportPolicies'
|
17251
|
+
collection :import_policies, as: 'importPolicies'
|
17187
17252
|
property :interface_name, as: 'interfaceName'
|
17188
17253
|
property :ip_address, as: 'ipAddress'
|
17189
17254
|
property :ipv4_nexthop_address, as: 'ipv4NexthopAddress'
|
@@ -17436,7 +17501,7 @@ module Google
|
|
17436
17501
|
collection :result, as: 'result', class: Google::Apis::ComputeAlpha::BgpRoute, decorator: Google::Apis::ComputeAlpha::BgpRoute::Representation
|
17437
17502
|
|
17438
17503
|
property :self_link, as: 'selfLink'
|
17439
|
-
collection :
|
17504
|
+
collection :unreachables, as: 'unreachables'
|
17440
17505
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListBgpRoutes::Warning::Representation
|
17441
17506
|
|
17442
17507
|
end
|
@@ -17470,7 +17535,7 @@ module Google
|
|
17470
17535
|
collection :result, as: 'result', class: Google::Apis::ComputeAlpha::RoutePolicy, decorator: Google::Apis::ComputeAlpha::RoutePolicy::Representation
|
17471
17536
|
|
17472
17537
|
property :self_link, as: 'selfLink'
|
17473
|
-
collection :
|
17538
|
+
collection :unreachables, as: 'unreachables'
|
17474
17539
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning, decorator: Google::Apis::ComputeAlpha::RoutersListRoutePolicies::Warning::Representation
|
17475
17540
|
|
17476
17541
|
end
|
@@ -18193,6 +18258,7 @@ module Google
|
|
18193
18258
|
property :name, as: 'name'
|
18194
18259
|
collection :nat_subnets, as: 'natSubnets'
|
18195
18260
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
18261
|
+
property :propagated_connection_limit, as: 'propagatedConnectionLimit'
|
18196
18262
|
property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeAlpha::Uint128, decorator: Google::Apis::ComputeAlpha::Uint128::Representation
|
18197
18263
|
|
18198
18264
|
property :reconcile_connections, as: 'reconcileConnections'
|
@@ -18489,6 +18555,7 @@ module Google
|
|
18489
18555
|
property :location_hint, as: 'locationHint'
|
18490
18556
|
property :max_retention_days, as: 'maxRetentionDays'
|
18491
18557
|
property :name, as: 'name'
|
18558
|
+
property :region, as: 'region'
|
18492
18559
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
18493
18560
|
property :self_link, as: 'selfLink'
|
18494
18561
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -18943,6 +19010,7 @@ module Google
|
|
18943
19010
|
class StoragePool
|
18944
19011
|
# @private
|
18945
19012
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19013
|
+
property :capacity_provisioning_type, as: 'capacityProvisioningType'
|
18946
19014
|
property :creation_timestamp, as: 'creationTimestamp'
|
18947
19015
|
property :description, as: 'description'
|
18948
19016
|
property :id, :numeric_string => true, as: 'id'
|
@@ -18950,6 +19018,7 @@ module Google
|
|
18950
19018
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
18951
19019
|
hash :labels, as: 'labels'
|
18952
19020
|
property :name, as: 'name'
|
19021
|
+
property :performance_provisioning_type, as: 'performanceProvisioningType'
|
18953
19022
|
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
18954
19023
|
property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
|
18955
19024
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
|
@@ -18961,7 +19030,6 @@ module Google
|
|
18961
19030
|
property :status, as: 'status', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
|
18962
19031
|
|
18963
19032
|
property :storage_pool_type, as: 'storagePoolType'
|
18964
|
-
property :type, as: 'type'
|
18965
19033
|
property :zone, as: 'zone'
|
18966
19034
|
end
|
18967
19035
|
end
|
@@ -19099,6 +19167,121 @@ module Google
|
|
19099
19167
|
end
|
19100
19168
|
end
|
19101
19169
|
|
19170
|
+
class StoragePoolType
|
19171
|
+
# @private
|
19172
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19173
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
19174
|
+
property :deprecated, as: 'deprecated', class: Google::Apis::ComputeAlpha::DeprecationStatus, decorator: Google::Apis::ComputeAlpha::DeprecationStatus::Representation
|
19175
|
+
|
19176
|
+
property :description, as: 'description'
|
19177
|
+
property :id, :numeric_string => true, as: 'id'
|
19178
|
+
property :kind, as: 'kind'
|
19179
|
+
property :max_provisioned_iops, :numeric_string => true, as: 'maxProvisionedIops'
|
19180
|
+
property :max_provisioned_throughput, :numeric_string => true, as: 'maxProvisionedThroughput'
|
19181
|
+
property :max_size_gb, :numeric_string => true, as: 'maxSizeGb'
|
19182
|
+
property :min_provisioned_iops, :numeric_string => true, as: 'minProvisionedIops'
|
19183
|
+
property :min_provisioned_throughput, :numeric_string => true, as: 'minProvisionedThroughput'
|
19184
|
+
property :min_size_gb, :numeric_string => true, as: 'minSizeGb'
|
19185
|
+
property :name, as: 'name'
|
19186
|
+
property :self_link, as: 'selfLink'
|
19187
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
19188
|
+
collection :supported_disk_types, as: 'supportedDiskTypes'
|
19189
|
+
property :zone, as: 'zone'
|
19190
|
+
end
|
19191
|
+
end
|
19192
|
+
|
19193
|
+
class StoragePoolTypeAggregatedList
|
19194
|
+
# @private
|
19195
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19196
|
+
property :id, as: 'id'
|
19197
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Representation
|
19198
|
+
|
19199
|
+
property :kind, as: 'kind'
|
19200
|
+
property :next_page_token, as: 'nextPageToken'
|
19201
|
+
property :self_link, as: 'selfLink'
|
19202
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Representation
|
19203
|
+
|
19204
|
+
end
|
19205
|
+
|
19206
|
+
class Warning
|
19207
|
+
# @private
|
19208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19209
|
+
property :code, as: 'code'
|
19210
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeAggregatedList::Warning::Datum::Representation
|
19211
|
+
|
19212
|
+
property :message, as: 'message'
|
19213
|
+
end
|
19214
|
+
|
19215
|
+
class Datum
|
19216
|
+
# @private
|
19217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19218
|
+
property :key, as: 'key'
|
19219
|
+
property :value, as: 'value'
|
19220
|
+
end
|
19221
|
+
end
|
19222
|
+
end
|
19223
|
+
end
|
19224
|
+
|
19225
|
+
class StoragePoolTypeList
|
19226
|
+
# @private
|
19227
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19228
|
+
property :id, as: 'id'
|
19229
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolType, decorator: Google::Apis::ComputeAlpha::StoragePoolType::Representation
|
19230
|
+
|
19231
|
+
property :kind, as: 'kind'
|
19232
|
+
property :next_page_token, as: 'nextPageToken'
|
19233
|
+
property :self_link, as: 'selfLink'
|
19234
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Representation
|
19235
|
+
|
19236
|
+
end
|
19237
|
+
|
19238
|
+
class Warning
|
19239
|
+
# @private
|
19240
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19241
|
+
property :code, as: 'code'
|
19242
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypeList::Warning::Datum::Representation
|
19243
|
+
|
19244
|
+
property :message, as: 'message'
|
19245
|
+
end
|
19246
|
+
|
19247
|
+
class Datum
|
19248
|
+
# @private
|
19249
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19250
|
+
property :key, as: 'key'
|
19251
|
+
property :value, as: 'value'
|
19252
|
+
end
|
19253
|
+
end
|
19254
|
+
end
|
19255
|
+
end
|
19256
|
+
|
19257
|
+
class StoragePoolTypesScopedList
|
19258
|
+
# @private
|
19259
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19260
|
+
collection :storage_pool_types, as: 'storagePoolTypes', class: Google::Apis::ComputeAlpha::StoragePoolType, decorator: Google::Apis::ComputeAlpha::StoragePoolType::Representation
|
19261
|
+
|
19262
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Representation
|
19263
|
+
|
19264
|
+
end
|
19265
|
+
|
19266
|
+
class Warning
|
19267
|
+
# @private
|
19268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19269
|
+
property :code, as: 'code'
|
19270
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolTypesScopedList::Warning::Datum::Representation
|
19271
|
+
|
19272
|
+
property :message, as: 'message'
|
19273
|
+
end
|
19274
|
+
|
19275
|
+
class Datum
|
19276
|
+
# @private
|
19277
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19278
|
+
property :key, as: 'key'
|
19279
|
+
property :value, as: 'value'
|
19280
|
+
end
|
19281
|
+
end
|
19282
|
+
end
|
19283
|
+
end
|
19284
|
+
|
19102
19285
|
class StoragePoolsScopedList
|
19103
19286
|
# @private
|
19104
19287
|
class Representation < Google::Apis::Core::JsonRepresentation
|