google-apis-compute_v1 0.89.0 → 0.90.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 +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/compute_v1/classes.rb +646 -4
- data/lib/google/apis/compute_v1/gem_version.rb +3 -3
- data/lib/google/apis/compute_v1/representations.rb +218 -0
- data/lib/google/apis/compute_v1/service.rb +2035 -691
- metadata +7 -7
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.90.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240218"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2188,6 +2188,72 @@ module Google
|
|
2188
2188
|
include Google::Apis::Core::JsonObjectSupport
|
2189
2189
|
end
|
2190
2190
|
|
2191
|
+
class InstantSnapshot
|
2192
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2193
|
+
|
2194
|
+
include Google::Apis::Core::JsonObjectSupport
|
2195
|
+
end
|
2196
|
+
|
2197
|
+
class InstantSnapshotAggregatedList
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2199
|
+
|
2200
|
+
class Warning
|
2201
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2202
|
+
|
2203
|
+
class Datum
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2205
|
+
|
2206
|
+
include Google::Apis::Core::JsonObjectSupport
|
2207
|
+
end
|
2208
|
+
|
2209
|
+
include Google::Apis::Core::JsonObjectSupport
|
2210
|
+
end
|
2211
|
+
|
2212
|
+
include Google::Apis::Core::JsonObjectSupport
|
2213
|
+
end
|
2214
|
+
|
2215
|
+
class InstantSnapshotList
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
|
+
|
2218
|
+
class Warning
|
2219
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2220
|
+
|
2221
|
+
class Datum
|
2222
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2223
|
+
|
2224
|
+
include Google::Apis::Core::JsonObjectSupport
|
2225
|
+
end
|
2226
|
+
|
2227
|
+
include Google::Apis::Core::JsonObjectSupport
|
2228
|
+
end
|
2229
|
+
|
2230
|
+
include Google::Apis::Core::JsonObjectSupport
|
2231
|
+
end
|
2232
|
+
|
2233
|
+
class InstantSnapshotResourceStatus
|
2234
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2235
|
+
|
2236
|
+
include Google::Apis::Core::JsonObjectSupport
|
2237
|
+
end
|
2238
|
+
|
2239
|
+
class InstantSnapshotsScopedList
|
2240
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2241
|
+
|
2242
|
+
class Warning
|
2243
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2244
|
+
|
2245
|
+
class Datum
|
2246
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2247
|
+
|
2248
|
+
include Google::Apis::Core::JsonObjectSupport
|
2249
|
+
end
|
2250
|
+
|
2251
|
+
include Google::Apis::Core::JsonObjectSupport
|
2252
|
+
end
|
2253
|
+
|
2254
|
+
include Google::Apis::Core::JsonObjectSupport
|
2255
|
+
end
|
2256
|
+
|
2191
2257
|
class Int64RangeMatch
|
2192
2258
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2193
2259
|
|
@@ -3628,6 +3694,12 @@ module Google
|
|
3628
3694
|
include Google::Apis::Core::JsonObjectSupport
|
3629
3695
|
end
|
3630
3696
|
|
3697
|
+
class ProjectsSetCloudArmorTierRequest
|
3698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3699
|
+
|
3700
|
+
include Google::Apis::Core::JsonObjectSupport
|
3701
|
+
end
|
3702
|
+
|
3631
3703
|
class ProjectsSetDefaultNetworkTierRequest
|
3632
3704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3633
3705
|
|
@@ -6826,6 +6898,7 @@ module Google
|
|
6826
6898
|
property :max_rate_per_endpoint, as: 'maxRatePerEndpoint'
|
6827
6899
|
property :max_rate_per_instance, as: 'maxRatePerInstance'
|
6828
6900
|
property :max_utilization, as: 'maxUtilization'
|
6901
|
+
property :preference, as: 'preference'
|
6829
6902
|
end
|
6830
6903
|
end
|
6831
6904
|
|
@@ -6977,6 +7050,7 @@ module Google
|
|
6977
7050
|
|
6978
7051
|
property :self_link, as: 'selfLink'
|
6979
7052
|
collection :service_bindings, as: 'serviceBindings'
|
7053
|
+
property :service_lb_policy, as: 'serviceLbPolicy'
|
6980
7054
|
property :session_affinity, as: 'sessionAffinity'
|
6981
7055
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeV1::Subsetting, decorator: Google::Apis::ComputeV1::Subsetting::Representation
|
6982
7056
|
|
@@ -7633,6 +7707,8 @@ module Google
|
|
7633
7707
|
property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
7634
7708
|
|
7635
7709
|
property :source_image_id, as: 'sourceImageId'
|
7710
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
7711
|
+
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
7636
7712
|
property :source_snapshot, as: 'sourceSnapshot'
|
7637
7713
|
property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
7638
7714
|
|
@@ -8059,6 +8135,7 @@ module Google
|
|
8059
8135
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8060
8136
|
property :id, as: 'id'
|
8061
8137
|
property :ip_address, as: 'ipAddress'
|
8138
|
+
property :ipv6_address, as: 'ipv6Address'
|
8062
8139
|
end
|
8063
8140
|
end
|
8064
8141
|
|
@@ -9554,6 +9631,7 @@ module Google
|
|
9554
9631
|
class InstanceGroupManagerInstanceLifecyclePolicy
|
9555
9632
|
# @private
|
9556
9633
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9634
|
+
property :default_action_on_failure, as: 'defaultActionOnFailure'
|
9557
9635
|
property :force_update_on_repair, as: 'forceUpdateOnRepair'
|
9558
9636
|
end
|
9559
9637
|
end
|
@@ -10321,6 +10399,132 @@ module Google
|
|
10321
10399
|
end
|
10322
10400
|
end
|
10323
10401
|
|
10402
|
+
class InstantSnapshot
|
10403
|
+
# @private
|
10404
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10405
|
+
property :architecture, as: 'architecture'
|
10406
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
10407
|
+
property :description, as: 'description'
|
10408
|
+
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
10409
|
+
property :id, :numeric_string => true, as: 'id'
|
10410
|
+
property :kind, as: 'kind'
|
10411
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
10412
|
+
hash :labels, as: 'labels'
|
10413
|
+
property :name, as: 'name'
|
10414
|
+
property :region, as: 'region'
|
10415
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::InstantSnapshotResourceStatus, decorator: Google::Apis::ComputeV1::InstantSnapshotResourceStatus::Representation
|
10416
|
+
|
10417
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
10418
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10419
|
+
property :self_link, as: 'selfLink'
|
10420
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
10421
|
+
property :source_disk, as: 'sourceDisk'
|
10422
|
+
property :source_disk_id, as: 'sourceDiskId'
|
10423
|
+
property :status, as: 'status'
|
10424
|
+
property :zone, as: 'zone'
|
10425
|
+
end
|
10426
|
+
end
|
10427
|
+
|
10428
|
+
class InstantSnapshotAggregatedList
|
10429
|
+
# @private
|
10430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10431
|
+
property :id, as: 'id'
|
10432
|
+
hash :items, as: 'items', class: Google::Apis::ComputeV1::InstantSnapshotsScopedList, decorator: Google::Apis::ComputeV1::InstantSnapshotsScopedList::Representation
|
10433
|
+
|
10434
|
+
property :kind, as: 'kind'
|
10435
|
+
property :next_page_token, as: 'nextPageToken'
|
10436
|
+
property :self_link, as: 'selfLink'
|
10437
|
+
collection :unreachables, as: 'unreachables'
|
10438
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstantSnapshotAggregatedList::Warning, decorator: Google::Apis::ComputeV1::InstantSnapshotAggregatedList::Warning::Representation
|
10439
|
+
|
10440
|
+
end
|
10441
|
+
|
10442
|
+
class Warning
|
10443
|
+
# @private
|
10444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10445
|
+
property :code, as: 'code'
|
10446
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::InstantSnapshotAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeV1::InstantSnapshotAggregatedList::Warning::Datum::Representation
|
10447
|
+
|
10448
|
+
property :message, as: 'message'
|
10449
|
+
end
|
10450
|
+
|
10451
|
+
class Datum
|
10452
|
+
# @private
|
10453
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10454
|
+
property :key, as: 'key'
|
10455
|
+
property :value, as: 'value'
|
10456
|
+
end
|
10457
|
+
end
|
10458
|
+
end
|
10459
|
+
end
|
10460
|
+
|
10461
|
+
class InstantSnapshotList
|
10462
|
+
# @private
|
10463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10464
|
+
property :id, as: 'id'
|
10465
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::InstantSnapshot, decorator: Google::Apis::ComputeV1::InstantSnapshot::Representation
|
10466
|
+
|
10467
|
+
property :kind, as: 'kind'
|
10468
|
+
property :next_page_token, as: 'nextPageToken'
|
10469
|
+
property :self_link, as: 'selfLink'
|
10470
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstantSnapshotList::Warning, decorator: Google::Apis::ComputeV1::InstantSnapshotList::Warning::Representation
|
10471
|
+
|
10472
|
+
end
|
10473
|
+
|
10474
|
+
class Warning
|
10475
|
+
# @private
|
10476
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10477
|
+
property :code, as: 'code'
|
10478
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::InstantSnapshotList::Warning::Datum, decorator: Google::Apis::ComputeV1::InstantSnapshotList::Warning::Datum::Representation
|
10479
|
+
|
10480
|
+
property :message, as: 'message'
|
10481
|
+
end
|
10482
|
+
|
10483
|
+
class Datum
|
10484
|
+
# @private
|
10485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10486
|
+
property :key, as: 'key'
|
10487
|
+
property :value, as: 'value'
|
10488
|
+
end
|
10489
|
+
end
|
10490
|
+
end
|
10491
|
+
end
|
10492
|
+
|
10493
|
+
class InstantSnapshotResourceStatus
|
10494
|
+
# @private
|
10495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10496
|
+
property :storage_size_bytes, :numeric_string => true, as: 'storageSizeBytes'
|
10497
|
+
end
|
10498
|
+
end
|
10499
|
+
|
10500
|
+
class InstantSnapshotsScopedList
|
10501
|
+
# @private
|
10502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10503
|
+
collection :instant_snapshots, as: 'instantSnapshots', class: Google::Apis::ComputeV1::InstantSnapshot, decorator: Google::Apis::ComputeV1::InstantSnapshot::Representation
|
10504
|
+
|
10505
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::InstantSnapshotsScopedList::Warning, decorator: Google::Apis::ComputeV1::InstantSnapshotsScopedList::Warning::Representation
|
10506
|
+
|
10507
|
+
end
|
10508
|
+
|
10509
|
+
class Warning
|
10510
|
+
# @private
|
10511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10512
|
+
property :code, as: 'code'
|
10513
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::InstantSnapshotsScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::InstantSnapshotsScopedList::Warning::Datum::Representation
|
10514
|
+
|
10515
|
+
property :message, as: 'message'
|
10516
|
+
end
|
10517
|
+
|
10518
|
+
class Datum
|
10519
|
+
# @private
|
10520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10521
|
+
property :key, as: 'key'
|
10522
|
+
property :value, as: 'value'
|
10523
|
+
end
|
10524
|
+
end
|
10525
|
+
end
|
10526
|
+
end
|
10527
|
+
|
10324
10528
|
class Int64RangeMatch
|
10325
10529
|
# @private
|
10326
10530
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12990,6 +13194,7 @@ module Google
|
|
12990
13194
|
class Project
|
12991
13195
|
# @private
|
12992
13196
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13197
|
+
property :cloud_armor_tier, as: 'cloudArmorTier'
|
12993
13198
|
property :common_instance_metadata, as: 'commonInstanceMetadata', class: Google::Apis::ComputeV1::Metadata, decorator: Google::Apis::ComputeV1::Metadata::Representation
|
12994
13199
|
|
12995
13200
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -13043,6 +13248,13 @@ module Google
|
|
13043
13248
|
end
|
13044
13249
|
end
|
13045
13250
|
|
13251
|
+
class ProjectsSetCloudArmorTierRequest
|
13252
|
+
# @private
|
13253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13254
|
+
property :cloud_armor_tier, as: 'cloudArmorTier'
|
13255
|
+
end
|
13256
|
+
end
|
13257
|
+
|
13046
13258
|
class ProjectsSetDefaultNetworkTierRequest
|
13047
13259
|
# @private
|
13048
13260
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15372,6 +15584,10 @@ module Google
|
|
15372
15584
|
|
15373
15585
|
property :source_disk_for_recovery_checkpoint, as: 'sourceDiskForRecoveryCheckpoint'
|
15374
15586
|
property :source_disk_id, as: 'sourceDiskId'
|
15587
|
+
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
15588
|
+
property :source_instant_snapshot_encryption_key, as: 'sourceInstantSnapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
|
15589
|
+
|
15590
|
+
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
15375
15591
|
property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
|
15376
15592
|
property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
|
15377
15593
|
property :status, as: 'status'
|
@@ -17219,6 +17435,7 @@ module Google
|
|
17219
17435
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17220
17436
|
property :creation_timestamp, as: 'creationTimestamp'
|
17221
17437
|
property :description, as: 'description'
|
17438
|
+
property :gateway_ip_version, as: 'gatewayIpVersion'
|
17222
17439
|
property :id, :numeric_string => true, as: 'id'
|
17223
17440
|
property :kind, as: 'kind'
|
17224
17441
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
@@ -17341,6 +17558,7 @@ module Google
|
|
17341
17558
|
property :id, as: 'id'
|
17342
17559
|
property :interconnect_attachment, as: 'interconnectAttachment'
|
17343
17560
|
property :ip_address, as: 'ipAddress'
|
17561
|
+
property :ipv6_address, as: 'ipv6Address'
|
17344
17562
|
end
|
17345
17563
|
end
|
17346
17564
|
|