google-apis-compute_alpha 0.17.0 → 0.18.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.
@@ -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.17.0"
19
+ GEM_VERSION = "0.18.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 = "20210907"
25
+ REVISION = "20210918"
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
 
@@ -2710,6 +2704,12 @@ module Google
2710
2704
  include Google::Apis::Core::JsonObjectSupport
2711
2705
  end
2712
2706
 
2707
+ class ManagedInstanceAllInstancesConfig
2708
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2709
+
2710
+ include Google::Apis::Core::JsonObjectSupport
2711
+ end
2712
+
2713
2713
  class ManagedInstanceInstanceHealth
2714
2714
  class Representation < Google::Apis::Core::JsonRepresentation; end
2715
2715
 
@@ -4408,6 +4408,12 @@ module Google
4408
4408
  include Google::Apis::Core::JsonObjectSupport
4409
4409
  end
4410
4410
 
4411
+ class RouteAsPath
4412
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4413
+
4414
+ include Google::Apis::Core::JsonObjectSupport
4415
+ end
4416
+
4411
4417
  class RouteList
4412
4418
  class Representation < Google::Apis::Core::JsonRepresentation; end
4413
4419
 
@@ -6460,6 +6466,7 @@ module Google
6460
6466
  # @private
6461
6467
  class Representation < Google::Apis::Core::JsonRepresentation
6462
6468
  property :enable_nested_virtualization, as: 'enableNestedVirtualization'
6469
+ property :enable_uefi_networking, as: 'enableUefiNetworking'
6463
6470
  property :numa_node_count, as: 'numaNodeCount'
6464
6471
  property :threads_per_core, as: 'threadsPerCore'
6465
6472
  property :visible_core_count, as: 'visibleCoreCount'
@@ -7589,8 +7596,6 @@ module Google
7589
7596
  property :source_image_encryption_key, as: 'sourceImageEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
7590
7597
 
7591
7598
  property :source_image_id, as: 'sourceImageId'
7592
- property :source_in_place_snapshot, as: 'sourceInPlaceSnapshot'
7593
- property :source_in_place_snapshot_id, as: 'sourceInPlaceSnapshotId'
7594
7599
  property :source_instant_snapshot, as: 'sourceInstantSnapshot'
7595
7600
  property :source_instant_snapshot_id, as: 'sourceInstantSnapshotId'
7596
7601
  property :source_snapshot, as: 'sourceSnapshot'
@@ -9337,60 +9342,6 @@ module Google
9337
9342
  end
9338
9343
  end
9339
9344
 
9340
- class InPlaceSnapshot
9341
- # @private
9342
- class Representation < Google::Apis::Core::JsonRepresentation
9343
- property :creation_timestamp, as: 'creationTimestamp'
9344
- property :description, as: 'description'
9345
- property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
9346
- property :guest_flush, as: 'guestFlush'
9347
- property :id, :numeric_string => true, as: 'id'
9348
- property :kind, as: 'kind'
9349
- property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
9350
- hash :labels, as: 'labels'
9351
- property :name, as: 'name'
9352
- property :region, as: 'region'
9353
- property :self_link, as: 'selfLink'
9354
- property :self_link_with_id, as: 'selfLinkWithId'
9355
- property :source_disk, as: 'sourceDisk'
9356
- property :source_disk_id, as: 'sourceDiskId'
9357
- property :status, as: 'status'
9358
- property :zone, as: 'zone'
9359
- end
9360
- end
9361
-
9362
- class InPlaceSnapshotList
9363
- # @private
9364
- class Representation < Google::Apis::Core::JsonRepresentation
9365
- property :id, as: 'id'
9366
- collection :items, as: 'items', class: Google::Apis::ComputeAlpha::InPlaceSnapshot, decorator: Google::Apis::ComputeAlpha::InPlaceSnapshot::Representation
9367
-
9368
- property :kind, as: 'kind'
9369
- property :next_page_token, as: 'nextPageToken'
9370
- property :self_link, as: 'selfLink'
9371
- property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::InPlaceSnapshotList::Warning, decorator: Google::Apis::ComputeAlpha::InPlaceSnapshotList::Warning::Representation
9372
-
9373
- end
9374
-
9375
- class Warning
9376
- # @private
9377
- class Representation < Google::Apis::Core::JsonRepresentation
9378
- property :code, as: 'code'
9379
- collection :data, as: 'data', class: Google::Apis::ComputeAlpha::InPlaceSnapshotList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::InPlaceSnapshotList::Warning::Datum::Representation
9380
-
9381
- property :message, as: 'message'
9382
- end
9383
-
9384
- class Datum
9385
- # @private
9386
- class Representation < Google::Apis::Core::JsonRepresentation
9387
- property :key, as: 'key'
9388
- property :value, as: 'value'
9389
- end
9390
- end
9391
- end
9392
- end
9393
-
9394
9345
  class InitialStateConfig
9395
9346
  # @private
9396
9347
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9604,6 +9555,8 @@ module Google
9604
9555
  class InstanceGroupManager
9605
9556
  # @private
9606
9557
  class Representation < Google::Apis::Core::JsonRepresentation
9558
+ property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeAlpha::InstanceGroupManagerAllInstancesConfig, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerAllInstancesConfig::Representation
9559
+
9607
9560
  collection :auto_healing_policies, as: 'autoHealingPolicies', class: Google::Apis::ComputeAlpha::InstanceGroupManagerAutoHealingPolicy, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerAutoHealingPolicy::Representation
9608
9561
 
9609
9562
  property :base_instance_name, as: 'baseInstanceName'
@@ -9698,6 +9651,14 @@ module Google
9698
9651
  end
9699
9652
  end
9700
9653
 
9654
+ class InstanceGroupManagerAllInstancesConfig
9655
+ # @private
9656
+ class Representation < Google::Apis::Core::JsonRepresentation
9657
+ property :properties, as: 'properties', class: Google::Apis::ComputeAlpha::InstancePropertiesPatch, decorator: Google::Apis::ComputeAlpha::InstancePropertiesPatch::Representation
9658
+
9659
+ end
9660
+ end
9661
+
9701
9662
  class InstanceGroupManagerAutoHealingPolicy
9702
9663
  # @private
9703
9664
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -9705,6 +9666,7 @@ module Google
9705
9666
  property :initial_delay_sec, as: 'initialDelaySec'
9706
9667
  property :max_unavailable, as: 'maxUnavailable', class: Google::Apis::ComputeAlpha::FixedOrPercent, decorator: Google::Apis::ComputeAlpha::FixedOrPercent::Representation
9707
9668
 
9669
+ property :update_instances, as: 'updateInstances'
9708
9670
  end
9709
9671
  end
9710
9672
 
@@ -9765,6 +9727,8 @@ module Google
9765
9727
  class InstanceGroupManagerStatus
9766
9728
  # @private
9767
9729
  class Representation < Google::Apis::Core::JsonRepresentation
9730
+ property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAllInstancesConfig, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusAllInstancesConfig::Representation
9731
+
9768
9732
  property :autoscaler, as: 'autoscaler'
9769
9733
  property :is_stable, as: 'isStable'
9770
9734
  property :stateful, as: 'stateful', class: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusStateful, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerStatusStateful::Representation
@@ -9774,6 +9738,14 @@ module Google
9774
9738
  end
9775
9739
  end
9776
9740
 
9741
+ class InstanceGroupManagerStatusAllInstancesConfig
9742
+ # @private
9743
+ class Representation < Google::Apis::Core::JsonRepresentation
9744
+ property :current_revision, as: 'currentRevision'
9745
+ property :effective, as: 'effective'
9746
+ end
9747
+ end
9748
+
9777
9749
  class InstanceGroupManagerStatusStateful
9778
9750
  # @private
9779
9751
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10261,6 +10233,14 @@ module Google
10261
10233
  end
10262
10234
  end
10263
10235
 
10236
+ class InstancePropertiesPatch
10237
+ # @private
10238
+ class Representation < Google::Apis::Core::JsonRepresentation
10239
+ hash :labels, as: 'labels'
10240
+ hash :metadata, as: 'metadata'
10241
+ end
10242
+ end
10243
+
10264
10244
  class InstanceReference
10265
10245
  # @private
10266
10246
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11427,6 +11407,8 @@ module Google
11427
11407
  class ManagedInstance
11428
11408
  # @private
11429
11409
  class Representation < Google::Apis::Core::JsonRepresentation
11410
+ property :all_instances_config, as: 'allInstancesConfig', class: Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig, decorator: Google::Apis::ComputeAlpha::ManagedInstanceAllInstancesConfig::Representation
11411
+
11430
11412
  property :current_action, as: 'currentAction'
11431
11413
  property :id, :numeric_string => true, as: 'id'
11432
11414
  property :instance, as: 'instance'
@@ -11447,6 +11429,13 @@ module Google
11447
11429
  end
11448
11430
  end
11449
11431
 
11432
+ class ManagedInstanceAllInstancesConfig
11433
+ # @private
11434
+ class Representation < Google::Apis::Core::JsonRepresentation
11435
+ property :revision, as: 'revision'
11436
+ end
11437
+ end
11438
+
11450
11439
  class ManagedInstanceInstanceHealth
11451
11440
  # @private
11452
11441
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11554,12 +11543,15 @@ module Google
11554
11543
  property :auto_create_subnetworks, as: 'autoCreateSubnetworks'
11555
11544
  property :creation_timestamp, as: 'creationTimestamp'
11556
11545
  property :description, as: 'description'
11546
+ property :enable_ula_internal_ipv6, as: 'enableUlaInternalIpv6'
11557
11547
  property :firewall_policy, as: 'firewallPolicy'
11558
11548
  property :gateway_i_pv4, as: 'gatewayIPv4'
11559
11549
  property :id, :numeric_string => true, as: 'id'
11550
+ property :internal_ipv6_range, as: 'internalIpv6Range'
11560
11551
  property :kind, as: 'kind'
11561
11552
  property :mtu, as: 'mtu'
11562
11553
  property :name, as: 'name'
11554
+ property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
11563
11555
  collection :peerings, as: 'peerings', class: Google::Apis::ComputeAlpha::NetworkPeering, decorator: Google::Apis::ComputeAlpha::NetworkPeering::Representation
11564
11556
 
11565
11557
  property :routing_config, as: 'routingConfig', class: Google::Apis::ComputeAlpha::NetworkRoutingConfig, decorator: Google::Apis::ComputeAlpha::NetworkRoutingConfig::Representation
@@ -14415,6 +14407,8 @@ module Google
14415
14407
  # @private
14416
14408
  class Representation < Google::Apis::Core::JsonRepresentation
14417
14409
  property :allow_conflicting_subnetworks, as: 'allowConflictingSubnetworks'
14410
+ collection :as_paths, as: 'asPaths', class: Google::Apis::ComputeAlpha::RouteAsPath, decorator: Google::Apis::ComputeAlpha::RouteAsPath::Representation
14411
+
14418
14412
  property :creation_timestamp, as: 'creationTimestamp'
14419
14413
  property :description, as: 'description'
14420
14414
  property :dest_range, as: 'destRange'
@@ -14432,6 +14426,7 @@ module Google
14432
14426
  property :next_hop_peering, as: 'nextHopPeering'
14433
14427
  property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
14434
14428
  property :priority, as: 'priority'
14429
+ property :route_type, as: 'routeType'
14435
14430
  property :self_link, as: 'selfLink'
14436
14431
  property :self_link_with_id, as: 'selfLinkWithId'
14437
14432
  collection :tags, as: 'tags'
@@ -14458,6 +14453,14 @@ module Google
14458
14453
  end
14459
14454
  end
14460
14455
 
14456
+ class RouteAsPath
14457
+ # @private
14458
+ class Representation < Google::Apis::Core::JsonRepresentation
14459
+ collection :as_lists, as: 'asLists'
14460
+ property :path_segment_type, as: 'pathSegmentType'
14461
+ end
14462
+ end
14463
+
14461
14464
  class RouteList
14462
14465
  # @private
14463
14466
  class Representation < Google::Apis::Core::JsonRepresentation