google-apis-compute_v1 0.88.0 → 0.90.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.88.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.13.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240129"
25
+ REVISION = "20240218"
26
26
  end
27
27
  end
28
28
  end
@@ -1696,6 +1696,12 @@ module Google
1696
1696
  include Google::Apis::Core::JsonObjectSupport
1697
1697
  end
1698
1698
 
1699
+ class InstanceGroupManagerAllInstancesConfig
1700
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1701
+
1702
+ include Google::Apis::Core::JsonObjectSupport
1703
+ end
1704
+
1699
1705
  class InstanceGroupManagerAutoHealingPolicy
1700
1706
  class Representation < Google::Apis::Core::JsonRepresentation; end
1701
1707
 
@@ -1732,6 +1738,12 @@ module Google
1732
1738
  include Google::Apis::Core::JsonObjectSupport
1733
1739
  end
1734
1740
 
1741
+ class InstanceGroupManagerStatusAllInstancesConfig
1742
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1743
+
1744
+ include Google::Apis::Core::JsonObjectSupport
1745
+ end
1746
+
1735
1747
  class InstanceGroupManagerStatusStateful
1736
1748
  class Representation < Google::Apis::Core::JsonRepresentation; end
1737
1749
 
@@ -2002,6 +2014,12 @@ module Google
2002
2014
  include Google::Apis::Core::JsonObjectSupport
2003
2015
  end
2004
2016
 
2017
+ class InstancePropertiesPatch
2018
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2019
+
2020
+ include Google::Apis::Core::JsonObjectSupport
2021
+ end
2022
+
2005
2023
  class InstanceReference
2006
2024
  class Representation < Google::Apis::Core::JsonRepresentation; end
2007
2025
 
@@ -2170,6 +2188,72 @@ module Google
2170
2188
  include Google::Apis::Core::JsonObjectSupport
2171
2189
  end
2172
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
+
2173
2257
  class Int64RangeMatch
2174
2258
  class Representation < Google::Apis::Core::JsonRepresentation; end
2175
2259
 
@@ -3610,6 +3694,12 @@ module Google
3610
3694
  include Google::Apis::Core::JsonObjectSupport
3611
3695
  end
3612
3696
 
3697
+ class ProjectsSetCloudArmorTierRequest
3698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3699
+
3700
+ include Google::Apis::Core::JsonObjectSupport
3701
+ end
3702
+
3613
3703
  class ProjectsSetDefaultNetworkTierRequest
3614
3704
  class Representation < Google::Apis::Core::JsonRepresentation; end
3615
3705
 
@@ -6808,6 +6898,7 @@ module Google
6808
6898
  property :max_rate_per_endpoint, as: 'maxRatePerEndpoint'
6809
6899
  property :max_rate_per_instance, as: 'maxRatePerInstance'
6810
6900
  property :max_utilization, as: 'maxUtilization'
6901
+ property :preference, as: 'preference'
6811
6902
  end
6812
6903
  end
6813
6904
 
@@ -6959,6 +7050,7 @@ module Google
6959
7050
 
6960
7051
  property :self_link, as: 'selfLink'
6961
7052
  collection :service_bindings, as: 'serviceBindings'
7053
+ property :service_lb_policy, as: 'serviceLbPolicy'
6962
7054
  property :session_affinity, as: 'sessionAffinity'
6963
7055
  property :subsetting, as: 'subsetting', class: Google::Apis::ComputeV1::Subsetting, decorator: Google::Apis::ComputeV1::Subsetting::Representation
6964
7056
 
@@ -7615,6 +7707,8 @@ module Google
7615
7707
  property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
7616
7708
 
7617
7709
  property :source_image_id, as: 'sourceImageId'
7710
+ property :source_instant_snapshot, as: 'sourceInstantSnapshot'
7711
+ property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
7618
7712
  property :source_snapshot, as: 'sourceSnapshot'
7619
7713
  property :source_snapshot_encryption_key, as: 'sourceSnapshotEncryptionKey', class: Google::Apis::ComputeV1::CustomerEncryptionKey, decorator: Google::Apis::ComputeV1::CustomerEncryptionKey::Representation
7620
7714
 
@@ -8041,6 +8135,7 @@ module Google
8041
8135
  class Representation < Google::Apis::Core::JsonRepresentation
8042
8136
  property :id, as: 'id'
8043
8137
  property :ip_address, as: 'ipAddress'
8138
+ property :ipv6_address, as: 'ipv6Address'
8044
8139
  end
8045
8140
  end
8046
8141
 
@@ -9427,6 +9522,8 @@ module Google
9427
9522
  class InstanceGroupManager
9428
9523
  # @private
9429
9524
  class Representation < Google::Apis::Core::JsonRepresentation
9525
+ property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeV1::InstanceGroupManagerAllInstancesConfig, decorator: Google::Apis::ComputeV1::InstanceGroupManagerAllInstancesConfig::Representation
9526
+
9430
9527
  collection :auto_healing_policies, as: 'autoHealingPolicies', class: Google::Apis::ComputeV1::InstanceGroupManagerAutoHealingPolicy, decorator: Google::Apis::ComputeV1::InstanceGroupManagerAutoHealingPolicy::Representation
9431
9528
 
9432
9529
  property :base_instance_name, as: 'baseInstanceName'
@@ -9515,6 +9612,14 @@ module Google
9515
9612
  end
9516
9613
  end
9517
9614
 
9615
+ class InstanceGroupManagerAllInstancesConfig
9616
+ # @private
9617
+ class Representation < Google::Apis::Core::JsonRepresentation
9618
+ property :properties, as: 'properties', class: Google::Apis::ComputeV1::InstancePropertiesPatch, decorator: Google::Apis::ComputeV1::InstancePropertiesPatch::Representation
9619
+
9620
+ end
9621
+ end
9622
+
9518
9623
  class InstanceGroupManagerAutoHealingPolicy
9519
9624
  # @private
9520
9625
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9526,6 +9631,7 @@ module Google
9526
9631
  class InstanceGroupManagerInstanceLifecyclePolicy
9527
9632
  # @private
9528
9633
  class Representation < Google::Apis::Core::JsonRepresentation
9634
+ property :default_action_on_failure, as: 'defaultActionOnFailure'
9529
9635
  property :force_update_on_repair, as: 'forceUpdateOnRepair'
9530
9636
  end
9531
9637
  end
@@ -9565,6 +9671,8 @@ module Google
9565
9671
  class InstanceGroupManagerStatus
9566
9672
  # @private
9567
9673
  class Representation < Google::Apis::Core::JsonRepresentation
9674
+ property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeV1::InstanceGroupManagerStatusAllInstancesConfig, decorator: Google::Apis::ComputeV1::InstanceGroupManagerStatusAllInstancesConfig::Representation
9675
+
9568
9676
  property :autoscaler, as: 'autoscaler'
9569
9677
  property :is_stable, as: 'isStable'
9570
9678
  property :stateful, as: 'stateful', class: Google::Apis::ComputeV1::InstanceGroupManagerStatusStateful, decorator: Google::Apis::ComputeV1::InstanceGroupManagerStatusStateful::Representation
@@ -9574,6 +9682,14 @@ module Google
9574
9682
  end
9575
9683
  end
9576
9684
 
9685
+ class InstanceGroupManagerStatusAllInstancesConfig
9686
+ # @private
9687
+ class Representation < Google::Apis::Core::JsonRepresentation
9688
+ property :current_revision, as: 'currentRevision'
9689
+ property :effective, as: 'effective'
9690
+ end
9691
+ end
9692
+
9577
9693
  class InstanceGroupManagerStatusStateful
9578
9694
  # @private
9579
9695
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10014,6 +10130,14 @@ module Google
10014
10130
  end
10015
10131
  end
10016
10132
 
10133
+ class InstancePropertiesPatch
10134
+ # @private
10135
+ class Representation < Google::Apis::Core::JsonRepresentation
10136
+ hash :labels, as: 'labels'
10137
+ hash :metadata, as: 'metadata'
10138
+ end
10139
+ end
10140
+
10017
10141
  class InstanceReference
10018
10142
  # @private
10019
10143
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10275,6 +10399,132 @@ module Google
10275
10399
  end
10276
10400
  end
10277
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
+
10278
10528
  class Int64RangeMatch
10279
10529
  # @private
10280
10530
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12944,6 +13194,7 @@ module Google
12944
13194
  class Project
12945
13195
  # @private
12946
13196
  class Representation < Google::Apis::Core::JsonRepresentation
13197
+ property :cloud_armor_tier, as: 'cloudArmorTier'
12947
13198
  property :common_instance_metadata, as: 'commonInstanceMetadata', class: Google::Apis::ComputeV1::Metadata, decorator: Google::Apis::ComputeV1::Metadata::Representation
12948
13199
 
12949
13200
  property :creation_timestamp, as: 'creationTimestamp'
@@ -12997,6 +13248,13 @@ module Google
12997
13248
  end
12998
13249
  end
12999
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
+
13000
13258
  class ProjectsSetDefaultNetworkTierRequest
13001
13259
  # @private
13002
13260
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15326,6 +15584,10 @@ module Google
15326
15584
 
15327
15585
  property :source_disk_for_recovery_checkpoint, as: 'sourceDiskForRecoveryCheckpoint'
15328
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'
15329
15591
  property :source_snapshot_schedule_policy, as: 'sourceSnapshotSchedulePolicy'
15330
15592
  property :source_snapshot_schedule_policy_id, as: 'sourceSnapshotSchedulePolicyId'
15331
15593
  property :status, as: 'status'
@@ -17173,6 +17435,7 @@ module Google
17173
17435
  class Representation < Google::Apis::Core::JsonRepresentation
17174
17436
  property :creation_timestamp, as: 'creationTimestamp'
17175
17437
  property :description, as: 'description'
17438
+ property :gateway_ip_version, as: 'gatewayIpVersion'
17176
17439
  property :id, :numeric_string => true, as: 'id'
17177
17440
  property :kind, as: 'kind'
17178
17441
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
@@ -17295,6 +17558,7 @@ module Google
17295
17558
  property :id, as: 'id'
17296
17559
  property :interconnect_attachment, as: 'interconnectAttachment'
17297
17560
  property :ip_address, as: 'ipAddress'
17561
+ property :ipv6_address, as: 'ipv6Address'
17298
17562
  end
17299
17563
  end
17300
17564