google-apis-compute_beta 0.132.0 → 0.133.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_beta/classes.rb +564 -36
- data/lib/google/apis/compute_beta/gem_version.rb +2 -2
- data/lib/google/apis/compute_beta/representations.rb +198 -1
- data/lib/google/apis/compute_beta/service.rb +9129 -8344
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeBeta
|
|
18
18
|
# Version of the google-apis-compute_beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.133.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260122"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1378,6 +1378,12 @@ module Google
|
|
|
1378
1378
|
include Google::Apis::Core::JsonObjectSupport
|
|
1379
1379
|
end
|
|
1380
1380
|
|
|
1381
|
+
class ExternalVpnGatewayParams
|
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1383
|
+
|
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1385
|
+
end
|
|
1386
|
+
|
|
1381
1387
|
class FileContentBuffer
|
|
1382
1388
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1383
1389
|
|
|
@@ -3214,6 +3220,30 @@ module Google
|
|
|
3214
3220
|
include Google::Apis::Core::JsonObjectSupport
|
|
3215
3221
|
end
|
|
3216
3222
|
|
|
3223
|
+
class InstantSnapshotGroup
|
|
3224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3225
|
+
|
|
3226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3227
|
+
end
|
|
3228
|
+
|
|
3229
|
+
class InstantSnapshotGroupParameters
|
|
3230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3231
|
+
|
|
3232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3233
|
+
end
|
|
3234
|
+
|
|
3235
|
+
class InstantSnapshotGroupResourceStatus
|
|
3236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3237
|
+
|
|
3238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3239
|
+
end
|
|
3240
|
+
|
|
3241
|
+
class InstantSnapshotGroupSourceInfo
|
|
3242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3243
|
+
|
|
3244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3245
|
+
end
|
|
3246
|
+
|
|
3217
3247
|
class InstantSnapshotList
|
|
3218
3248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3219
3249
|
|
|
@@ -3862,6 +3892,24 @@ module Google
|
|
|
3862
3892
|
include Google::Apis::Core::JsonObjectSupport
|
|
3863
3893
|
end
|
|
3864
3894
|
|
|
3895
|
+
class ListInstantSnapshotGroups
|
|
3896
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3897
|
+
|
|
3898
|
+
class Warning
|
|
3899
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3900
|
+
|
|
3901
|
+
class Datum
|
|
3902
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3903
|
+
|
|
3904
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3905
|
+
end
|
|
3906
|
+
|
|
3907
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3908
|
+
end
|
|
3909
|
+
|
|
3910
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3911
|
+
end
|
|
3912
|
+
|
|
3865
3913
|
class LocalDisk
|
|
3866
3914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3867
3915
|
|
|
@@ -3916,6 +3964,12 @@ module Google
|
|
|
3916
3964
|
include Google::Apis::Core::JsonObjectSupport
|
|
3917
3965
|
end
|
|
3918
3966
|
|
|
3967
|
+
class MachineImageParams
|
|
3968
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3969
|
+
|
|
3970
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3971
|
+
end
|
|
3972
|
+
|
|
3919
3973
|
class MachineType
|
|
3920
3974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3921
3975
|
|
|
@@ -8278,6 +8332,12 @@ module Google
|
|
|
8278
8332
|
include Google::Apis::Core::JsonObjectSupport
|
|
8279
8333
|
end
|
|
8280
8334
|
|
|
8335
|
+
class TargetVpnGatewayParams
|
|
8336
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8337
|
+
|
|
8338
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
8339
|
+
end
|
|
8340
|
+
|
|
8281
8341
|
class TargetVpnGatewaysScopedList
|
|
8282
8342
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8283
8343
|
|
|
@@ -8620,6 +8680,12 @@ module Google
|
|
|
8620
8680
|
include Google::Apis::Core::JsonObjectSupport
|
|
8621
8681
|
end
|
|
8622
8682
|
|
|
8683
|
+
class VpnGatewayParams
|
|
8684
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8685
|
+
|
|
8686
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
8687
|
+
end
|
|
8688
|
+
|
|
8623
8689
|
class VpnGatewayStatus
|
|
8624
8690
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8625
8691
|
|
|
@@ -8722,6 +8788,12 @@ module Google
|
|
|
8722
8788
|
include Google::Apis::Core::JsonObjectSupport
|
|
8723
8789
|
end
|
|
8724
8790
|
|
|
8791
|
+
class VpnTunnelParams
|
|
8792
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8793
|
+
|
|
8794
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
8795
|
+
end
|
|
8796
|
+
|
|
8725
8797
|
class VpnTunnelPhase1Algorithms
|
|
8726
8798
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8727
8799
|
|
|
@@ -10372,6 +10444,8 @@ module Google
|
|
|
10372
10444
|
class BulkInsertDiskResource
|
|
10373
10445
|
# @private
|
|
10374
10446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10447
|
+
property :instant_snapshot_group_parameters, as: 'instantSnapshotGroupParameters', class: Google::Apis::ComputeBeta::InstantSnapshotGroupParameters, decorator: Google::Apis::ComputeBeta::InstantSnapshotGroupParameters::Representation
|
|
10448
|
+
|
|
10375
10449
|
property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
|
|
10376
10450
|
end
|
|
10377
10451
|
end
|
|
@@ -11392,6 +11466,8 @@ module Google
|
|
|
11392
11466
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
|
11393
11467
|
hash :labels, as: 'labels'
|
|
11394
11468
|
property :name, as: 'name'
|
|
11469
|
+
property :params, as: 'params', class: Google::Apis::ComputeBeta::ExternalVpnGatewayParams, decorator: Google::Apis::ComputeBeta::ExternalVpnGatewayParams::Representation
|
|
11470
|
+
|
|
11395
11471
|
property :redundancy_type, as: 'redundancyType'
|
|
11396
11472
|
property :self_link, as: 'selfLink'
|
|
11397
11473
|
end
|
|
@@ -11439,6 +11515,13 @@ module Google
|
|
|
11439
11515
|
end
|
|
11440
11516
|
end
|
|
11441
11517
|
|
|
11518
|
+
class ExternalVpnGatewayParams
|
|
11519
|
+
# @private
|
|
11520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11521
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
11522
|
+
end
|
|
11523
|
+
end
|
|
11524
|
+
|
|
11442
11525
|
class FileContentBuffer
|
|
11443
11526
|
# @private
|
|
11444
11527
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11745,7 +11828,6 @@ module Google
|
|
|
11745
11828
|
property :all_ports, as: 'allPorts'
|
|
11746
11829
|
property :allow_global_access, as: 'allowGlobalAccess'
|
|
11747
11830
|
property :allow_psc_global_access, as: 'allowPscGlobalAccess'
|
|
11748
|
-
property :allow_psc_packet_injection, as: 'allowPscPacketInjection'
|
|
11749
11831
|
property :backend_service, as: 'backendService'
|
|
11750
11832
|
property :base_forwarding_rule, as: 'baseForwardingRule'
|
|
11751
11833
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
@@ -14901,6 +14983,8 @@ module Google
|
|
|
14901
14983
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
14902
14984
|
property :source_disk, as: 'sourceDisk'
|
|
14903
14985
|
property :source_disk_id, as: 'sourceDiskId'
|
|
14986
|
+
property :source_instant_snapshot_group, as: 'sourceInstantSnapshotGroup'
|
|
14987
|
+
property :source_instant_snapshot_group_id, as: 'sourceInstantSnapshotGroupId'
|
|
14904
14988
|
property :status, as: 'status'
|
|
14905
14989
|
property :zone, as: 'zone'
|
|
14906
14990
|
end
|
|
@@ -14939,6 +15023,49 @@ module Google
|
|
|
14939
15023
|
end
|
|
14940
15024
|
end
|
|
14941
15025
|
|
|
15026
|
+
class InstantSnapshotGroup
|
|
15027
|
+
# @private
|
|
15028
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15029
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
15030
|
+
property :description, as: 'description'
|
|
15031
|
+
property :id, :numeric_string => true, as: 'id'
|
|
15032
|
+
property :kind, as: 'kind'
|
|
15033
|
+
property :name, as: 'name'
|
|
15034
|
+
property :region, as: 'region'
|
|
15035
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::InstantSnapshotGroupResourceStatus, decorator: Google::Apis::ComputeBeta::InstantSnapshotGroupResourceStatus::Representation
|
|
15036
|
+
|
|
15037
|
+
property :self_link, as: 'selfLink'
|
|
15038
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
15039
|
+
property :source_consistency_group, as: 'sourceConsistencyGroup'
|
|
15040
|
+
property :status, as: 'status'
|
|
15041
|
+
property :zone, as: 'zone'
|
|
15042
|
+
end
|
|
15043
|
+
end
|
|
15044
|
+
|
|
15045
|
+
class InstantSnapshotGroupParameters
|
|
15046
|
+
# @private
|
|
15047
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15048
|
+
property :source_instant_snapshot_group, as: 'sourceInstantSnapshotGroup'
|
|
15049
|
+
end
|
|
15050
|
+
end
|
|
15051
|
+
|
|
15052
|
+
class InstantSnapshotGroupResourceStatus
|
|
15053
|
+
# @private
|
|
15054
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15055
|
+
property :consistency_membership_resolution_time, as: 'consistencyMembershipResolutionTime'
|
|
15056
|
+
property :source_info, as: 'sourceInfo', class: Google::Apis::ComputeBeta::InstantSnapshotGroupSourceInfo, decorator: Google::Apis::ComputeBeta::InstantSnapshotGroupSourceInfo::Representation
|
|
15057
|
+
|
|
15058
|
+
end
|
|
15059
|
+
end
|
|
15060
|
+
|
|
15061
|
+
class InstantSnapshotGroupSourceInfo
|
|
15062
|
+
# @private
|
|
15063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15064
|
+
property :consistency_group, as: 'consistencyGroup'
|
|
15065
|
+
property :consistency_group_id, as: 'consistencyGroupId'
|
|
15066
|
+
end
|
|
15067
|
+
end
|
|
15068
|
+
|
|
14942
15069
|
class InstantSnapshotList
|
|
14943
15070
|
# @private
|
|
14944
15071
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -16159,6 +16286,40 @@ module Google
|
|
|
16159
16286
|
end
|
|
16160
16287
|
end
|
|
16161
16288
|
|
|
16289
|
+
class ListInstantSnapshotGroups
|
|
16290
|
+
# @private
|
|
16291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16292
|
+
property :etag, as: 'etag'
|
|
16293
|
+
property :id, as: 'id'
|
|
16294
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::InstantSnapshotGroup, decorator: Google::Apis::ComputeBeta::InstantSnapshotGroup::Representation
|
|
16295
|
+
|
|
16296
|
+
property :kind, as: 'kind'
|
|
16297
|
+
property :next_page_token, as: 'nextPageToken'
|
|
16298
|
+
property :self_link, as: 'selfLink'
|
|
16299
|
+
collection :unreachables, as: 'unreachables'
|
|
16300
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ListInstantSnapshotGroups::Warning, decorator: Google::Apis::ComputeBeta::ListInstantSnapshotGroups::Warning::Representation
|
|
16301
|
+
|
|
16302
|
+
end
|
|
16303
|
+
|
|
16304
|
+
class Warning
|
|
16305
|
+
# @private
|
|
16306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16307
|
+
property :code, as: 'code'
|
|
16308
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::ListInstantSnapshotGroups::Warning::Datum, decorator: Google::Apis::ComputeBeta::ListInstantSnapshotGroups::Warning::Datum::Representation
|
|
16309
|
+
|
|
16310
|
+
property :message, as: 'message'
|
|
16311
|
+
end
|
|
16312
|
+
|
|
16313
|
+
class Datum
|
|
16314
|
+
# @private
|
|
16315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16316
|
+
property :key, as: 'key'
|
|
16317
|
+
property :value, as: 'value'
|
|
16318
|
+
end
|
|
16319
|
+
end
|
|
16320
|
+
end
|
|
16321
|
+
end
|
|
16322
|
+
|
|
16162
16323
|
class LocalDisk
|
|
16163
16324
|
# @private
|
|
16164
16325
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -16216,6 +16377,8 @@ module Google
|
|
|
16216
16377
|
property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
|
16217
16378
|
|
|
16218
16379
|
property :name, as: 'name'
|
|
16380
|
+
property :params, as: 'params', class: Google::Apis::ComputeBeta::MachineImageParams, decorator: Google::Apis::ComputeBeta::MachineImageParams::Representation
|
|
16381
|
+
|
|
16219
16382
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
|
16220
16383
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
|
16221
16384
|
collection :saved_disks, as: 'savedDisks', class: Google::Apis::ComputeBeta::SavedDisk, decorator: Google::Apis::ComputeBeta::SavedDisk::Representation
|
|
@@ -16264,6 +16427,13 @@ module Google
|
|
|
16264
16427
|
end
|
|
16265
16428
|
end
|
|
16266
16429
|
|
|
16430
|
+
class MachineImageParams
|
|
16431
|
+
# @private
|
|
16432
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
16433
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
16434
|
+
end
|
|
16435
|
+
end
|
|
16436
|
+
|
|
16267
16437
|
class MachineType
|
|
16268
16438
|
# @private
|
|
16269
16439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -24252,6 +24422,8 @@ module Google
|
|
|
24252
24422
|
hash :labels, as: 'labels'
|
|
24253
24423
|
property :name, as: 'name'
|
|
24254
24424
|
property :network, as: 'network'
|
|
24425
|
+
property :params, as: 'params', class: Google::Apis::ComputeBeta::TargetVpnGatewayParams, decorator: Google::Apis::ComputeBeta::TargetVpnGatewayParams::Representation
|
|
24426
|
+
|
|
24255
24427
|
property :region, as: 'region'
|
|
24256
24428
|
property :self_link, as: 'selfLink'
|
|
24257
24429
|
property :status, as: 'status'
|
|
@@ -24324,6 +24496,13 @@ module Google
|
|
|
24324
24496
|
end
|
|
24325
24497
|
end
|
|
24326
24498
|
|
|
24499
|
+
class TargetVpnGatewayParams
|
|
24500
|
+
# @private
|
|
24501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
24502
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
24503
|
+
end
|
|
24504
|
+
end
|
|
24505
|
+
|
|
24327
24506
|
class TargetVpnGatewaysScopedList
|
|
24328
24507
|
# @private
|
|
24329
24508
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -24879,6 +25058,8 @@ module Google
|
|
|
24879
25058
|
hash :labels, as: 'labels'
|
|
24880
25059
|
property :name, as: 'name'
|
|
24881
25060
|
property :network, as: 'network'
|
|
25061
|
+
property :params, as: 'params', class: Google::Apis::ComputeBeta::VpnGatewayParams, decorator: Google::Apis::ComputeBeta::VpnGatewayParams::Representation
|
|
25062
|
+
|
|
24882
25063
|
property :region, as: 'region'
|
|
24883
25064
|
property :self_link, as: 'selfLink'
|
|
24884
25065
|
property :stack_type, as: 'stackType'
|
|
@@ -24952,6 +25133,13 @@ module Google
|
|
|
24952
25133
|
end
|
|
24953
25134
|
end
|
|
24954
25135
|
|
|
25136
|
+
class VpnGatewayParams
|
|
25137
|
+
# @private
|
|
25138
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
25139
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
25140
|
+
end
|
|
25141
|
+
end
|
|
25142
|
+
|
|
24955
25143
|
class VpnGatewayStatus
|
|
24956
25144
|
# @private
|
|
24957
25145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -25051,6 +25239,8 @@ module Google
|
|
|
25051
25239
|
hash :labels, as: 'labels'
|
|
25052
25240
|
collection :local_traffic_selector, as: 'localTrafficSelector'
|
|
25053
25241
|
property :name, as: 'name'
|
|
25242
|
+
property :params, as: 'params', class: Google::Apis::ComputeBeta::VpnTunnelParams, decorator: Google::Apis::ComputeBeta::VpnTunnelParams::Representation
|
|
25243
|
+
|
|
25054
25244
|
property :peer_external_gateway, as: 'peerExternalGateway'
|
|
25055
25245
|
property :peer_external_gateway_interface, as: 'peerExternalGatewayInterface'
|
|
25056
25246
|
property :peer_gcp_gateway, as: 'peerGcpGateway'
|
|
@@ -25143,6 +25333,13 @@ module Google
|
|
|
25143
25333
|
end
|
|
25144
25334
|
end
|
|
25145
25335
|
|
|
25336
|
+
class VpnTunnelParams
|
|
25337
|
+
# @private
|
|
25338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
25339
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
25340
|
+
end
|
|
25341
|
+
end
|
|
25342
|
+
|
|
25146
25343
|
class VpnTunnelPhase1Algorithms
|
|
25147
25344
|
# @private
|
|
25148
25345
|
class Representation < Google::Apis::Core::JsonRepresentation
|