google-apis-compute_alpha 0.15.0 → 0.19.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 +17 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/compute_alpha/classes.rb +820 -439
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +258 -98
- data/lib/google/apis/compute_alpha/service.rb +8921 -9634
- data/lib/google/apis/compute_alpha.rb +3 -3
- metadata +5 -5
@@ -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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211019"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1600,30 +1600,6 @@ module Google
|
|
1600
1600
|
include Google::Apis::Core::JsonObjectSupport
|
1601
1601
|
end
|
1602
1602
|
|
1603
|
-
class InPlaceSnapshot
|
1604
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1605
|
-
|
1606
|
-
include Google::Apis::Core::JsonObjectSupport
|
1607
|
-
end
|
1608
|
-
|
1609
|
-
class InPlaceSnapshotList
|
1610
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1611
|
-
|
1612
|
-
class Warning
|
1613
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1614
|
-
|
1615
|
-
class Datum
|
1616
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1617
|
-
|
1618
|
-
include Google::Apis::Core::JsonObjectSupport
|
1619
|
-
end
|
1620
|
-
|
1621
|
-
include Google::Apis::Core::JsonObjectSupport
|
1622
|
-
end
|
1623
|
-
|
1624
|
-
include Google::Apis::Core::JsonObjectSupport
|
1625
|
-
end
|
1626
|
-
|
1627
1603
|
class InitialStateConfig
|
1628
1604
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1629
1605
|
|
@@ -1726,6 +1702,12 @@ module Google
|
|
1726
1702
|
include Google::Apis::Core::JsonObjectSupport
|
1727
1703
|
end
|
1728
1704
|
|
1705
|
+
class InstanceGroupManagerAllInstancesConfig
|
1706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1707
|
+
|
1708
|
+
include Google::Apis::Core::JsonObjectSupport
|
1709
|
+
end
|
1710
|
+
|
1729
1711
|
class InstanceGroupManagerAutoHealingPolicy
|
1730
1712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
1713
|
|
@@ -1774,6 +1756,12 @@ module Google
|
|
1774
1756
|
include Google::Apis::Core::JsonObjectSupport
|
1775
1757
|
end
|
1776
1758
|
|
1759
|
+
class InstanceGroupManagerStatusAllInstancesConfig
|
1760
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1761
|
+
|
1762
|
+
include Google::Apis::Core::JsonObjectSupport
|
1763
|
+
end
|
1764
|
+
|
1777
1765
|
class InstanceGroupManagerStatusStateful
|
1778
1766
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1779
1767
|
|
@@ -2074,6 +2062,12 @@ module Google
|
|
2074
2062
|
include Google::Apis::Core::JsonObjectSupport
|
2075
2063
|
end
|
2076
2064
|
|
2065
|
+
class InstancePropertiesPatch
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
include Google::Apis::Core::JsonObjectSupport
|
2069
|
+
end
|
2070
|
+
|
2077
2071
|
class InstanceReference
|
2078
2072
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
2073
|
|
@@ -2212,6 +2206,24 @@ module Google
|
|
2212
2206
|
include Google::Apis::Core::JsonObjectSupport
|
2213
2207
|
end
|
2214
2208
|
|
2209
|
+
class InstantSnapshotAggregatedList
|
2210
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2211
|
+
|
2212
|
+
class Warning
|
2213
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2214
|
+
|
2215
|
+
class Datum
|
2216
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
|
+
|
2218
|
+
include Google::Apis::Core::JsonObjectSupport
|
2219
|
+
end
|
2220
|
+
|
2221
|
+
include Google::Apis::Core::JsonObjectSupport
|
2222
|
+
end
|
2223
|
+
|
2224
|
+
include Google::Apis::Core::JsonObjectSupport
|
2225
|
+
end
|
2226
|
+
|
2215
2227
|
class InstantSnapshotExportParams
|
2216
2228
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2217
2229
|
|
@@ -2236,6 +2248,30 @@ module Google
|
|
2236
2248
|
include Google::Apis::Core::JsonObjectSupport
|
2237
2249
|
end
|
2238
2250
|
|
2251
|
+
class InstantSnapshotsExportRequest
|
2252
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2253
|
+
|
2254
|
+
include Google::Apis::Core::JsonObjectSupport
|
2255
|
+
end
|
2256
|
+
|
2257
|
+
class InstantSnapshotsScopedList
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2259
|
+
|
2260
|
+
class Warning
|
2261
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2262
|
+
|
2263
|
+
class Datum
|
2264
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2265
|
+
|
2266
|
+
include Google::Apis::Core::JsonObjectSupport
|
2267
|
+
end
|
2268
|
+
|
2269
|
+
include Google::Apis::Core::JsonObjectSupport
|
2270
|
+
end
|
2271
|
+
|
2272
|
+
include Google::Apis::Core::JsonObjectSupport
|
2273
|
+
end
|
2274
|
+
|
2239
2275
|
class Int64RangeMatch
|
2240
2276
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2241
2277
|
|
@@ -2704,6 +2740,12 @@ module Google
|
|
2704
2740
|
include Google::Apis::Core::JsonObjectSupport
|
2705
2741
|
end
|
2706
2742
|
|
2743
|
+
class ManagedInstanceAllInstancesConfig
|
2744
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2745
|
+
|
2746
|
+
include Google::Apis::Core::JsonObjectSupport
|
2747
|
+
end
|
2748
|
+
|
2707
2749
|
class ManagedInstanceInstanceHealth
|
2708
2750
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2709
2751
|
|
@@ -4402,6 +4444,12 @@ module Google
|
|
4402
4444
|
include Google::Apis::Core::JsonObjectSupport
|
4403
4445
|
end
|
4404
4446
|
|
4447
|
+
class RouteAsPath
|
4448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4449
|
+
|
4450
|
+
include Google::Apis::Core::JsonObjectSupport
|
4451
|
+
end
|
4452
|
+
|
4405
4453
|
class RouteList
|
4406
4454
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4407
4455
|
|
@@ -4594,6 +4642,12 @@ module Google
|
|
4594
4642
|
include Google::Apis::Core::JsonObjectSupport
|
4595
4643
|
end
|
4596
4644
|
|
4645
|
+
class SavedDisk
|
4646
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4647
|
+
|
4648
|
+
include Google::Apis::Core::JsonObjectSupport
|
4649
|
+
end
|
4650
|
+
|
4597
4651
|
class ScalingScheduleStatus
|
4598
4652
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4599
4653
|
|
@@ -4906,6 +4960,18 @@ module Google
|
|
4906
4960
|
include Google::Apis::Core::JsonObjectSupport
|
4907
4961
|
end
|
4908
4962
|
|
4963
|
+
class ShareSettingsFolderConfig
|
4964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4965
|
+
|
4966
|
+
include Google::Apis::Core::JsonObjectSupport
|
4967
|
+
end
|
4968
|
+
|
4969
|
+
class ShareSettingsProjectConfig
|
4970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4971
|
+
|
4972
|
+
include Google::Apis::Core::JsonObjectSupport
|
4973
|
+
end
|
4974
|
+
|
4909
4975
|
class ShieldedInstanceConfig
|
4910
4976
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4911
4977
|
|
@@ -6154,12 +6220,6 @@ module Google
|
|
6154
6220
|
include Google::Apis::Core::JsonObjectSupport
|
6155
6221
|
end
|
6156
6222
|
|
6157
|
-
class ZoneInstantSnapshotsExportRequest
|
6158
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6159
|
-
|
6160
|
-
include Google::Apis::Core::JsonObjectSupport
|
6161
|
-
end
|
6162
|
-
|
6163
6223
|
class ZoneList
|
6164
6224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6165
6225
|
|
@@ -6448,6 +6508,7 @@ module Google
|
|
6448
6508
|
# @private
|
6449
6509
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6450
6510
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
6511
|
+
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
6451
6512
|
property :numa_node_count, as: 'numaNodeCount'
|
6452
6513
|
property :threads_per_core, as: 'threadsPerCore'
|
6453
6514
|
property :visible_core_count, as: 'visibleCoreCount'
|
@@ -6513,6 +6574,7 @@ module Google
|
|
6513
6574
|
property :interface, as: 'interface'
|
6514
6575
|
property :kind, as: 'kind'
|
6515
6576
|
collection :licenses, as: 'licenses'
|
6577
|
+
property :locked, as: 'locked'
|
6516
6578
|
property :mode, as: 'mode'
|
6517
6579
|
property :saved_state, as: 'savedState'
|
6518
6580
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeAlpha::InitialStateConfig, decorator: Google::Apis::ComputeAlpha::InitialStateConfig::Representation
|
@@ -6964,6 +7026,8 @@ module Google
|
|
6964
7026
|
|
6965
7027
|
property :self_link, as: 'selfLink'
|
6966
7028
|
property :self_link_with_id, as: 'selfLinkWithId'
|
7029
|
+
collection :service_bindings, as: 'serviceBindings'
|
7030
|
+
property :service_lb_policy, as: 'serviceLbPolicy'
|
6967
7031
|
property :session_affinity, as: 'sessionAffinity'
|
6968
7032
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeAlpha::Subsetting, decorator: Google::Apis::ComputeAlpha::Subsetting::Representation
|
6969
7033
|
|
@@ -7248,7 +7312,6 @@ module Google
|
|
7248
7312
|
property :name_pattern, as: 'namePattern'
|
7249
7313
|
hash :per_instance_properties, as: 'perInstanceProperties', class: Google::Apis::ComputeAlpha::BulkInsertInstanceResourcePerInstanceProperties, decorator: Google::Apis::ComputeAlpha::BulkInsertInstanceResourcePerInstanceProperties::Representation
|
7250
7314
|
|
7251
|
-
collection :secure_tags, as: 'secureTags'
|
7252
7315
|
property :source_instance_template, as: 'sourceInstanceTemplate'
|
7253
7316
|
end
|
7254
7317
|
end
|
@@ -7556,6 +7619,7 @@ module Google
|
|
7556
7619
|
collection :license_codes, as: 'licenseCodes'
|
7557
7620
|
collection :licenses, as: 'licenses'
|
7558
7621
|
property :location_hint, as: 'locationHint'
|
7622
|
+
property :locked, as: 'locked'
|
7559
7623
|
property :multi_writer, as: 'multiWriter'
|
7560
7624
|
property :name, as: 'name'
|
7561
7625
|
property :options, as: 'options'
|
@@ -7574,8 +7638,6 @@ module Google
|
|
7574
7638
|
property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
7575
7639
|
|
7576
7640
|
property :source_image_id, as: 'sourceImageId'
|
7577
|
-
property :source_in_place_snapshot, as: 'sourceInPlaceSnapshot'
|
7578
|
-
property :source_in_place_snapshot_id, as: 'sourceInPlaceSnapshotId'
|
7579
7641
|
property :source_instant_snapshot, as: 'sourceInstantSnapshot'
|
7580
7642
|
property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
|
7581
7643
|
property :source_snapshot, as: 'sourceSnapshot'
|
@@ -8169,9 +8231,11 @@ module Google
|
|
8169
8231
|
class FirewallPolicyRuleMatcher
|
8170
8232
|
# @private
|
8171
8233
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8234
|
+
collection :dest_address_groups, as: 'destAddressGroups'
|
8172
8235
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
8173
8236
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config::Representation
|
8174
8237
|
|
8238
|
+
collection :src_address_groups, as: 'srcAddressGroups'
|
8175
8239
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
8176
8240
|
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
|
8177
8241
|
|
@@ -9241,6 +9305,7 @@ module Google
|
|
9241
9305
|
hash :labels, as: 'labels'
|
9242
9306
|
collection :license_codes, as: 'licenseCodes'
|
9243
9307
|
collection :licenses, as: 'licenses'
|
9308
|
+
property :locked, as: 'locked'
|
9244
9309
|
property :name, as: 'name'
|
9245
9310
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeAlpha::Image::RawDisk, decorator: Google::Apis::ComputeAlpha::Image::RawDisk::Representation
|
9246
9311
|
|
@@ -9319,60 +9384,6 @@ module Google
|
|
9319
9384
|
end
|
9320
9385
|
end
|
9321
9386
|
|
9322
|
-
class InPlaceSnapshot
|
9323
|
-
# @private
|
9324
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9325
|
-
property :creation_timestamp, as: 'creationTimestamp'
|
9326
|
-
property :description, as: 'description'
|
9327
|
-
property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
|
9328
|
-
property :guest_flush, as: 'guestFlush'
|
9329
|
-
property :id, :numeric_string => true, as: 'id'
|
9330
|
-
property :kind, as: 'kind'
|
9331
|
-
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
9332
|
-
hash :labels, as: 'labels'
|
9333
|
-
property :name, as: 'name'
|
9334
|
-
property :region, as: 'region'
|
9335
|
-
property :self_link, as: 'selfLink'
|
9336
|
-
property :self_link_with_id, as: 'selfLinkWithId'
|
9337
|
-
property :source_disk, as: 'sourceDisk'
|
9338
|
-
property :source_disk_id, as: 'sourceDiskId'
|
9339
|
-
property :status, as: 'status'
|
9340
|
-
property :zone, as: 'zone'
|
9341
|
-
end
|
9342
|
-
end
|
9343
|
-
|
9344
|
-
class InPlaceSnapshotList
|
9345
|
-
# @private
|
9346
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9347
|
-
property :id, as: 'id'
|
9348
|
-
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InPlaceSnapshot, decorator: Google::Apis::ComputeAlpha::InPlaceSnapshot::Representation
|
9349
|
-
|
9350
|
-
property :kind, as: 'kind'
|
9351
|
-
property :next_page_token, as: 'nextPageToken'
|
9352
|
-
property :self_link, as: 'selfLink'
|
9353
|
-
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::InPlaceSnapshotList::Warning, decorator: Google::Apis::ComputeAlpha::InPlaceSnapshotList::Warning::Representation
|
9354
|
-
|
9355
|
-
end
|
9356
|
-
|
9357
|
-
class Warning
|
9358
|
-
# @private
|
9359
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9360
|
-
property :code, as: 'code'
|
9361
|
-
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::InPlaceSnapshotList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::InPlaceSnapshotList::Warning::Datum::Representation
|
9362
|
-
|
9363
|
-
property :message, as: 'message'
|
9364
|
-
end
|
9365
|
-
|
9366
|
-
class Datum
|
9367
|
-
# @private
|
9368
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9369
|
-
property :key, as: 'key'
|
9370
|
-
property :value, as: 'value'
|
9371
|
-
end
|
9372
|
-
end
|
9373
|
-
end
|
9374
|
-
end
|
9375
|
-
|
9376
9387
|
class InitialStateConfig
|
9377
9388
|
# @private
|
9378
9389
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9586,6 +9597,8 @@ module Google
|
|
9586
9597
|
class InstanceGroupManager
|
9587
9598
|
# @private
|
9588
9599
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9600
|
+
property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeAlpha::InstanceGroupManagerAllInstancesConfig, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerAllInstancesConfig::Representation
|
9601
|
+
|
9589
9602
|
collection :auto_healing_policies, as: 'autoHealingPolicies', class: Google::Apis::ComputeAlpha::InstanceGroupManagerAutoHealingPolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerAutoHealingPolicy::Representation
|
9590
9603
|
|
9591
9604
|
property :base_instance_name, as: 'baseInstanceName'
|
@@ -9680,6 +9693,14 @@ module Google
|
|
9680
9693
|
end
|
9681
9694
|
end
|
9682
9695
|
|
9696
|
+
class InstanceGroupManagerAllInstancesConfig
|
9697
|
+
# @private
|
9698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9699
|
+
property :properties, as: 'properties', class: Google::Apis::ComputeAlpha::InstancePropertiesPatch, decorator: Google::Apis::ComputeAlpha::InstancePropertiesPatch::Representation
|
9700
|
+
|
9701
|
+
end
|
9702
|
+
end
|
9703
|
+
|
9683
9704
|
class InstanceGroupManagerAutoHealingPolicy
|
9684
9705
|
# @private
|
9685
9706
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9687,6 +9708,7 @@ module Google
|
|
9687
9708
|
property :initial_delay_sec, as: 'initialDelaySec'
|
9688
9709
|
property :max_unavailable, as: 'maxUnavailable', class: Google::Apis::ComputeAlpha::FixedOrPercent, decorator: Google::Apis::ComputeAlpha::FixedOrPercent::Representation
|
9689
9710
|
|
9711
|
+
property :update_instances, as: 'updateInstances'
|
9690
9712
|
end
|
9691
9713
|
end
|
9692
9714
|
|
@@ -9747,6 +9769,8 @@ module Google
|
|
9747
9769
|
class InstanceGroupManagerStatus
|
9748
9770
|
# @private
|
9749
9771
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9772
|
+
property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAllInstancesConfig, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAllInstancesConfig::Representation
|
9773
|
+
|
9750
9774
|
property :autoscaler, as: 'autoscaler'
|
9751
9775
|
property :is_stable, as: 'isStable'
|
9752
9776
|
property :stateful, as: 'stateful', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusStateful, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusStateful::Representation
|
@@ -9756,6 +9780,14 @@ module Google
|
|
9756
9780
|
end
|
9757
9781
|
end
|
9758
9782
|
|
9783
|
+
class InstanceGroupManagerStatusAllInstancesConfig
|
9784
|
+
# @private
|
9785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9786
|
+
property :current_revision, as: 'currentRevision'
|
9787
|
+
property :effective, as: 'effective'
|
9788
|
+
end
|
9789
|
+
end
|
9790
|
+
|
9759
9791
|
class InstanceGroupManagerStatusStateful
|
9760
9792
|
# @private
|
9761
9793
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10243,6 +10275,14 @@ module Google
|
|
10243
10275
|
end
|
10244
10276
|
end
|
10245
10277
|
|
10278
|
+
class InstancePropertiesPatch
|
10279
|
+
# @private
|
10280
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10281
|
+
hash :labels, as: 'labels'
|
10282
|
+
hash :metadata, as: 'metadata'
|
10283
|
+
end
|
10284
|
+
end
|
10285
|
+
|
10246
10286
|
class InstanceReference
|
10247
10287
|
# @private
|
10248
10288
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10474,6 +10514,39 @@ module Google
|
|
10474
10514
|
end
|
10475
10515
|
end
|
10476
10516
|
|
10517
|
+
class InstantSnapshotAggregatedList
|
10518
|
+
# @private
|
10519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10520
|
+
property :id, as: 'id'
|
10521
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::InstantSnapshotsScopedList, decorator: Google::Apis::ComputeAlpha::InstantSnapshotsScopedList::Representation
|
10522
|
+
|
10523
|
+
property :kind, as: 'kind'
|
10524
|
+
property :next_page_token, as: 'nextPageToken'
|
10525
|
+
property :self_link, as: 'selfLink'
|
10526
|
+
collection :unreachables, as: 'unreachables'
|
10527
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::InstantSnapshotAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::InstantSnapshotAggregatedList::Warning::Representation
|
10528
|
+
|
10529
|
+
end
|
10530
|
+
|
10531
|
+
class Warning
|
10532
|
+
# @private
|
10533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10534
|
+
property :code, as: 'code'
|
10535
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::InstantSnapshotAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::InstantSnapshotAggregatedList::Warning::Datum::Representation
|
10536
|
+
|
10537
|
+
property :message, as: 'message'
|
10538
|
+
end
|
10539
|
+
|
10540
|
+
class Datum
|
10541
|
+
# @private
|
10542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10543
|
+
property :key, as: 'key'
|
10544
|
+
property :value, as: 'value'
|
10545
|
+
end
|
10546
|
+
end
|
10547
|
+
end
|
10548
|
+
end
|
10549
|
+
|
10477
10550
|
class InstantSnapshotExportParams
|
10478
10551
|
# @private
|
10479
10552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10518,6 +10591,42 @@ module Google
|
|
10518
10591
|
end
|
10519
10592
|
end
|
10520
10593
|
|
10594
|
+
class InstantSnapshotsExportRequest
|
10595
|
+
# @private
|
10596
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10597
|
+
property :export_params, as: 'exportParams', class: Google::Apis::ComputeAlpha::InstantSnapshotExportParams, decorator: Google::Apis::ComputeAlpha::InstantSnapshotExportParams::Representation
|
10598
|
+
|
10599
|
+
end
|
10600
|
+
end
|
10601
|
+
|
10602
|
+
class InstantSnapshotsScopedList
|
10603
|
+
# @private
|
10604
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10605
|
+
collection :instant_snapshots, as: 'instantSnapshots', class: Google::Apis::ComputeAlpha::InstantSnapshot, decorator: Google::Apis::ComputeAlpha::InstantSnapshot::Representation
|
10606
|
+
|
10607
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::InstantSnapshotsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::InstantSnapshotsScopedList::Warning::Representation
|
10608
|
+
|
10609
|
+
end
|
10610
|
+
|
10611
|
+
class Warning
|
10612
|
+
# @private
|
10613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10614
|
+
property :code, as: 'code'
|
10615
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::InstantSnapshotsScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::InstantSnapshotsScopedList::Warning::Datum::Representation
|
10616
|
+
|
10617
|
+
property :message, as: 'message'
|
10618
|
+
end
|
10619
|
+
|
10620
|
+
class Datum
|
10621
|
+
# @private
|
10622
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10623
|
+
property :key, as: 'key'
|
10624
|
+
property :value, as: 'value'
|
10625
|
+
end
|
10626
|
+
end
|
10627
|
+
end
|
10628
|
+
end
|
10629
|
+
|
10521
10630
|
class Int64RangeMatch
|
10522
10631
|
# @private
|
10523
10632
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10735,8 +10844,6 @@ module Google
|
|
10735
10844
|
collection :links, as: 'links', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkStatus::Representation
|
10736
10845
|
|
10737
10846
|
property :mac_address, as: 'macAddress'
|
10738
|
-
property :macsec, as: 'macsec', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsMacsecStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsMacsecStatus::Representation
|
10739
|
-
|
10740
10847
|
end
|
10741
10848
|
end
|
10742
10849
|
|
@@ -10774,6 +10881,8 @@ module Google
|
|
10774
10881
|
property :google_demarc, as: 'googleDemarc'
|
10775
10882
|
property :lacp_status, as: 'lacpStatus', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkLacpStatus::Representation
|
10776
10883
|
|
10884
|
+
property :macsec, as: 'macsec', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsMacsecStatus, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsMacsecStatus::Representation
|
10885
|
+
|
10777
10886
|
property :receiving_optical_power, as: 'receivingOpticalPower', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower::Representation
|
10778
10887
|
|
10779
10888
|
property :transmitting_optical_power, as: 'transmittingOpticalPower', class: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower, decorator: Google::Apis::ComputeAlpha::InterconnectDiagnosticsLinkOpticalPower::Representation
|
@@ -10785,7 +10894,7 @@ module Google
|
|
10785
10894
|
# @private
|
10786
10895
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10787
10896
|
property :ckn, as: 'ckn'
|
10788
|
-
property :
|
10897
|
+
property :operational, as: 'operational'
|
10789
10898
|
end
|
10790
10899
|
end
|
10791
10900
|
|
@@ -11224,11 +11333,15 @@ module Google
|
|
11224
11333
|
property :description, as: 'description'
|
11225
11334
|
property :guest_flush, as: 'guestFlush'
|
11226
11335
|
property :id, :numeric_string => true, as: 'id'
|
11336
|
+
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::InstanceProperties, decorator: Google::Apis::ComputeAlpha::InstanceProperties::Representation
|
11337
|
+
|
11227
11338
|
property :kind, as: 'kind'
|
11228
11339
|
property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
11229
11340
|
|
11230
11341
|
property :name, as: 'name'
|
11231
11342
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
11343
|
+
collection :saved_disks, as: 'savedDisks', class: Google::Apis::ComputeAlpha::SavedDisk, decorator: Google::Apis::ComputeAlpha::SavedDisk::Representation
|
11344
|
+
|
11232
11345
|
property :self_link, as: 'selfLink'
|
11233
11346
|
property :self_link_with_id, as: 'selfLinkWithId'
|
11234
11347
|
collection :source_disk_encryption_keys, as: 'sourceDiskEncryptionKeys', class: Google::Apis::ComputeAlpha::SourceDiskEncryptionKey, decorator: Google::Apis::ComputeAlpha::SourceDiskEncryptionKey::Representation
|
@@ -11401,6 +11514,8 @@ module Google
|
|
11401
11514
|
class ManagedInstance
|
11402
11515
|
# @private
|
11403
11516
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11517
|
+
property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig, decorator: Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig::Representation
|
11518
|
+
|
11404
11519
|
property :current_action, as: 'currentAction'
|
11405
11520
|
property :id, :numeric_string => true, as: 'id'
|
11406
11521
|
property :instance, as: 'instance'
|
@@ -11421,6 +11536,13 @@ module Google
|
|
11421
11536
|
end
|
11422
11537
|
end
|
11423
11538
|
|
11539
|
+
class ManagedInstanceAllInstancesConfig
|
11540
|
+
# @private
|
11541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11542
|
+
property :revision, as: 'revision'
|
11543
|
+
end
|
11544
|
+
end
|
11545
|
+
|
11424
11546
|
class ManagedInstanceInstanceHealth
|
11425
11547
|
# @private
|
11426
11548
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11528,12 +11650,15 @@ module Google
|
|
11528
11650
|
property :auto_create_subnetworks, as: 'autoCreateSubnetworks'
|
11529
11651
|
property :creation_timestamp, as: 'creationTimestamp'
|
11530
11652
|
property :description, as: 'description'
|
11653
|
+
property :enable_ula_internal_ipv6, as: 'enableUlaInternalIpv6'
|
11531
11654
|
property :firewall_policy, as: 'firewallPolicy'
|
11532
11655
|
property :gateway_i_pv4, as: 'gatewayIPv4'
|
11533
11656
|
property :id, :numeric_string => true, as: 'id'
|
11657
|
+
property :internal_ipv6_range, as: 'internalIpv6Range'
|
11534
11658
|
property :kind, as: 'kind'
|
11535
11659
|
property :mtu, as: 'mtu'
|
11536
11660
|
property :name, as: 'name'
|
11661
|
+
property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
|
11537
11662
|
collection :peerings, as: 'peerings', class: Google::Apis::ComputeAlpha::NetworkPeering, decorator: Google::Apis::ComputeAlpha::NetworkPeering::Representation
|
11538
11663
|
|
11539
11664
|
property :routing_config, as: 'routingConfig', class: Google::Apis::ComputeAlpha::NetworkRoutingConfig, decorator: Google::Apis::ComputeAlpha::NetworkRoutingConfig::Representation
|
@@ -12627,6 +12752,7 @@ module Google
|
|
12627
12752
|
property :id, :numeric_string => true, as: 'id'
|
12628
12753
|
property :insert_time, as: 'insertTime'
|
12629
12754
|
property :kind, as: 'kind'
|
12755
|
+
hash :metadata, as: 'metadata'
|
12630
12756
|
property :name, as: 'name'
|
12631
12757
|
property :operation_group_id, as: 'operationGroupId'
|
12632
12758
|
property :operation_type, as: 'operationType'
|
@@ -13195,6 +13321,7 @@ module Google
|
|
13195
13321
|
# @private
|
13196
13322
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13197
13323
|
property :organization, as: 'organization'
|
13324
|
+
property :return_partial_page, as: 'returnPartialPage'
|
13198
13325
|
end
|
13199
13326
|
end
|
13200
13327
|
|
@@ -14388,6 +14515,8 @@ module Google
|
|
14388
14515
|
# @private
|
14389
14516
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14390
14517
|
property :allow_conflicting_subnetworks, as: 'allowConflictingSubnetworks'
|
14518
|
+
collection :as_paths, as: 'asPaths', class: Google::Apis::ComputeAlpha::RouteAsPath, decorator: Google::Apis::ComputeAlpha::RouteAsPath::Representation
|
14519
|
+
|
14391
14520
|
property :creation_timestamp, as: 'creationTimestamp'
|
14392
14521
|
property :description, as: 'description'
|
14393
14522
|
property :dest_range, as: 'destRange'
|
@@ -14405,6 +14534,7 @@ module Google
|
|
14405
14534
|
property :next_hop_peering, as: 'nextHopPeering'
|
14406
14535
|
property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
|
14407
14536
|
property :priority, as: 'priority'
|
14537
|
+
property :route_type, as: 'routeType'
|
14408
14538
|
property :self_link, as: 'selfLink'
|
14409
14539
|
property :self_link_with_id, as: 'selfLinkWithId'
|
14410
14540
|
collection :tags, as: 'tags'
|
@@ -14431,6 +14561,14 @@ module Google
|
|
14431
14561
|
end
|
14432
14562
|
end
|
14433
14563
|
|
14564
|
+
class RouteAsPath
|
14565
|
+
# @private
|
14566
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14567
|
+
collection :as_lists, as: 'asLists'
|
14568
|
+
property :path_segment_type, as: 'pathSegmentType'
|
14569
|
+
end
|
14570
|
+
end
|
14571
|
+
|
14434
14572
|
class RouteList
|
14435
14573
|
# @private
|
14436
14574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14846,6 +14984,16 @@ module Google
|
|
14846
14984
|
end
|
14847
14985
|
end
|
14848
14986
|
|
14987
|
+
class SavedDisk
|
14988
|
+
# @private
|
14989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14990
|
+
property :kind, as: 'kind'
|
14991
|
+
property :source_disk, as: 'sourceDisk'
|
14992
|
+
property :storage_bytes, :numeric_string => true, as: 'storageBytes'
|
14993
|
+
property :storage_bytes_status, as: 'storageBytesStatus'
|
14994
|
+
end
|
14995
|
+
end
|
14996
|
+
|
14849
14997
|
class ScalingScheduleStatus
|
14850
14998
|
# @private
|
14851
14999
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14863,6 +15011,7 @@ module Google
|
|
14863
15011
|
property :current_cpus, as: 'currentCpus'
|
14864
15012
|
property :current_memory_mb, :numeric_string => true, as: 'currentMemoryMb'
|
14865
15013
|
property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'
|
15014
|
+
property :instance_termination_action, as: 'instanceTerminationAction'
|
14866
15015
|
property :latency_tolerant, as: 'latencyTolerant'
|
14867
15016
|
property :location_hint, as: 'locationHint'
|
14868
15017
|
property :maintenance_freeze_duration_hours, as: 'maintenanceFreezeDurationHours'
|
@@ -15402,11 +15551,29 @@ module Google
|
|
15402
15551
|
class ShareSettings
|
15403
15552
|
# @private
|
15404
15553
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15554
|
+
hash :folder_map, as: 'folderMap', class: Google::Apis::ComputeAlpha::ShareSettingsFolderConfig, decorator: Google::Apis::ComputeAlpha::ShareSettingsFolderConfig::Representation
|
15555
|
+
|
15556
|
+
hash :project_map, as: 'projectMap', class: Google::Apis::ComputeAlpha::ShareSettingsProjectConfig, decorator: Google::Apis::ComputeAlpha::ShareSettingsProjectConfig::Representation
|
15557
|
+
|
15405
15558
|
collection :projects, as: 'projects'
|
15406
15559
|
property :share_type, as: 'shareType'
|
15407
15560
|
end
|
15408
15561
|
end
|
15409
15562
|
|
15563
|
+
class ShareSettingsFolderConfig
|
15564
|
+
# @private
|
15565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15566
|
+
property :folder_id, as: 'folderId'
|
15567
|
+
end
|
15568
|
+
end
|
15569
|
+
|
15570
|
+
class ShareSettingsProjectConfig
|
15571
|
+
# @private
|
15572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15573
|
+
property :project_id, as: 'projectId'
|
15574
|
+
end
|
15575
|
+
end
|
15576
|
+
|
15410
15577
|
class ShieldedInstanceConfig
|
15411
15578
|
# @private
|
15412
15579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17303,6 +17470,7 @@ module Google
|
|
17303
17470
|
property :network, as: 'network'
|
17304
17471
|
property :region, as: 'region'
|
17305
17472
|
property :self_link, as: 'selfLink'
|
17473
|
+
property :stack_type, as: 'stackType'
|
17306
17474
|
collection :vpn_interfaces, as: 'vpnInterfaces', class: Google::Apis::ComputeAlpha::VpnGatewayVpnGatewayInterface, decorator: Google::Apis::ComputeAlpha::VpnGatewayVpnGatewayInterface::Representation
|
17307
17475
|
|
17308
17476
|
end
|
@@ -17663,14 +17831,6 @@ module Google
|
|
17663
17831
|
end
|
17664
17832
|
end
|
17665
17833
|
|
17666
|
-
class ZoneInstantSnapshotsExportRequest
|
17667
|
-
# @private
|
17668
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
17669
|
-
property :export_params, as: 'exportParams', class: Google::Apis::ComputeAlpha::InstantSnapshotExportParams, decorator: Google::Apis::ComputeAlpha::InstantSnapshotExportParams::Representation
|
17670
|
-
|
17671
|
-
end
|
17672
|
-
end
|
17673
|
-
|
17674
17834
|
class ZoneList
|
17675
17835
|
# @private
|
17676
17836
|
class Representation < Google::Apis::Core::JsonRepresentation
|