google-apis-compute_beta 0.63.0 → 0.65.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 ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.63.0"
19
+ GEM_VERSION = "0.65.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230307"
25
+ REVISION = "20230403"
26
26
  end
27
27
  end
28
28
  end
@@ -550,6 +550,12 @@ module Google
550
550
  include Google::Apis::Core::JsonObjectSupport
551
551
  end
552
552
 
553
+ class BulkInsertDiskResource
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
553
559
  class BulkInsertInstanceResource
554
560
  class Representation < Google::Apis::Core::JsonRepresentation; end
555
561
 
@@ -736,6 +742,18 @@ module Google
736
742
  include Google::Apis::Core::JsonObjectSupport
737
743
  end
738
744
 
745
+ class DiskAsyncReplication
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class DiskAsyncReplicationList
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
739
757
  class DiskInstantiationConfig
740
758
  class Representation < Google::Apis::Core::JsonRepresentation; end
741
759
 
@@ -772,6 +790,18 @@ module Google
772
790
  include Google::Apis::Core::JsonObjectSupport
773
791
  end
774
792
 
793
+ class DiskResourceStatus
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class DiskResourceStatusAsyncReplicationStatus
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
775
805
  class DiskType
776
806
  class Representation < Google::Apis::Core::JsonRepresentation; end
777
807
 
@@ -868,6 +898,18 @@ module Google
868
898
  include Google::Apis::Core::JsonObjectSupport
869
899
  end
870
900
 
901
+ class DisksStartAsyncReplicationRequest
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class DisksStopGroupAsyncReplicationResource
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
871
913
  class DisplayDevice
872
914
  class Representation < Google::Apis::Core::JsonRepresentation; end
873
915
 
@@ -1150,6 +1192,12 @@ module Google
1150
1192
  include Google::Apis::Core::JsonObjectSupport
1151
1193
  end
1152
1194
 
1195
+ class GlobalAddressesMoveRequest
1196
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1197
+
1198
+ include Google::Apis::Core::JsonObjectSupport
1199
+ end
1200
+
1153
1201
  class GlobalNetworkEndpointGroupsAttachEndpointsRequest
1154
1202
  class Representation < Google::Apis::Core::JsonRepresentation; end
1155
1203
 
@@ -3622,6 +3670,12 @@ module Google
3622
3670
  include Google::Apis::Core::JsonObjectSupport
3623
3671
  end
3624
3672
 
3673
+ class RegionAddressesMoveRequest
3674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3675
+
3676
+ include Google::Apis::Core::JsonObjectSupport
3677
+ end
3678
+
3625
3679
  class RegionAutoscalerList
3626
3680
  class Representation < Google::Apis::Core::JsonRepresentation; end
3627
3681
 
@@ -3682,6 +3736,12 @@ module Google
3682
3736
  include Google::Apis::Core::JsonObjectSupport
3683
3737
  end
3684
3738
 
3739
+ class RegionDisksStartAsyncReplicationRequest
3740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3741
+
3742
+ include Google::Apis::Core::JsonObjectSupport
3743
+ end
3744
+
3685
3745
  class RegionInstanceGroupList
3686
3746
  class Representation < Google::Apis::Core::JsonRepresentation; end
3687
3747
 
@@ -4042,6 +4102,12 @@ module Google
4042
4102
  include Google::Apis::Core::JsonObjectSupport
4043
4103
  end
4044
4104
 
4105
+ class ResourcePolicyDiskConsistencyGroupPolicy
4106
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4107
+
4108
+ include Google::Apis::Core::JsonObjectSupport
4109
+ end
4110
+
4045
4111
  class ResourcePolicyGroupPlacementPolicy
4046
4112
  class Representation < Google::Apis::Core::JsonRepresentation; end
4047
4113
 
@@ -6396,6 +6462,7 @@ module Google
6396
6462
  property :on_update_action, as: 'onUpdateAction'
6397
6463
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
6398
6464
  property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
6465
+ collection :replica_zones, as: 'replicaZones'
6399
6466
  hash :resource_manager_tags, as: 'resourceManagerTags'
6400
6467
  collection :resource_policies, as: 'resourcePolicies'
6401
6468
  property :source_image, as: 'sourceImage'
@@ -7080,6 +7147,13 @@ module Google
7080
7147
  end
7081
7148
  end
7082
7149
 
7150
+ class BulkInsertDiskResource
7151
+ # @private
7152
+ class Representation < Google::Apis::Core::JsonRepresentation
7153
+ property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
7154
+ end
7155
+ end
7156
+
7083
7157
  class BulkInsertInstanceResource
7084
7158
  # @private
7085
7159
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7381,6 +7455,10 @@ module Google
7381
7455
  # @private
7382
7456
  class Representation < Google::Apis::Core::JsonRepresentation
7383
7457
  property :architecture, as: 'architecture'
7458
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeBeta::DiskAsyncReplication, decorator: Google::Apis::ComputeBeta::DiskAsyncReplication::Representation
7459
+
7460
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeBeta::DiskAsyncReplicationList, decorator: Google::Apis::ComputeBeta::DiskAsyncReplicationList::Representation
7461
+
7384
7462
  property :creation_timestamp, as: 'creationTimestamp'
7385
7463
  property :description, as: 'description'
7386
7464
  property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
@@ -7410,9 +7488,13 @@ module Google
7410
7488
  property :region, as: 'region'
7411
7489
  collection :replica_zones, as: 'replicaZones'
7412
7490
  collection :resource_policies, as: 'resourcePolicies'
7491
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::DiskResourceStatus, decorator: Google::Apis::ComputeBeta::DiskResourceStatus::Representation
7492
+
7413
7493
  property :satisfies_pzs, as: 'satisfiesPzs'
7414
7494
  property :self_link, as: 'selfLink'
7415
7495
  property :size_gb, :numeric_string => true, as: 'sizeGb'
7496
+ property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
7497
+ property :source_consistency_group_policy_id, as: 'sourceConsistencyGroupPolicyId'
7416
7498
  property :source_disk, as: 'sourceDisk'
7417
7499
  property :source_disk_id, as: 'sourceDiskId'
7418
7500
  property :source_image, as: 'sourceImage'
@@ -7466,6 +7548,24 @@ module Google
7466
7548
  end
7467
7549
  end
7468
7550
 
7551
+ class DiskAsyncReplication
7552
+ # @private
7553
+ class Representation < Google::Apis::Core::JsonRepresentation
7554
+ property :consistency_group_policy, as: 'consistencyGroupPolicy'
7555
+ property :consistency_group_policy_id, as: 'consistencyGroupPolicyId'
7556
+ property :disk, as: 'disk'
7557
+ property :disk_id, as: 'diskId'
7558
+ end
7559
+ end
7560
+
7561
+ class DiskAsyncReplicationList
7562
+ # @private
7563
+ class Representation < Google::Apis::Core::JsonRepresentation
7564
+ property :async_replication_disk, as: 'asyncReplicationDisk', class: Google::Apis::ComputeBeta::DiskAsyncReplication, decorator: Google::Apis::ComputeBeta::DiskAsyncReplication::Representation
7565
+
7566
+ end
7567
+ end
7568
+
7469
7569
  class DiskInstantiationConfig
7470
7570
  # @private
7471
7571
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7523,6 +7623,23 @@ module Google
7523
7623
  end
7524
7624
  end
7525
7625
 
7626
+ class DiskResourceStatus
7627
+ # @private
7628
+ class Representation < Google::Apis::Core::JsonRepresentation
7629
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus::Representation
7630
+
7631
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus::Representation
7632
+
7633
+ end
7634
+ end
7635
+
7636
+ class DiskResourceStatusAsyncReplicationStatus
7637
+ # @private
7638
+ class Representation < Google::Apis::Core::JsonRepresentation
7639
+ property :state, as: 'state'
7640
+ end
7641
+ end
7642
+
7526
7643
  class DiskType
7527
7644
  # @private
7528
7645
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7683,6 +7800,20 @@ module Google
7683
7800
  end
7684
7801
  end
7685
7802
 
7803
+ class DisksStartAsyncReplicationRequest
7804
+ # @private
7805
+ class Representation < Google::Apis::Core::JsonRepresentation
7806
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
7807
+ end
7808
+ end
7809
+
7810
+ class DisksStopGroupAsyncReplicationResource
7811
+ # @private
7812
+ class Representation < Google::Apis::Core::JsonRepresentation
7813
+ property :resource_policy, as: 'resourcePolicy'
7814
+ end
7815
+ end
7816
+
7686
7817
  class DisplayDevice
7687
7818
  # @private
7688
7819
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8228,6 +8359,14 @@ module Google
8228
8359
  end
8229
8360
  end
8230
8361
 
8362
+ class GlobalAddressesMoveRequest
8363
+ # @private
8364
+ class Representation < Google::Apis::Core::JsonRepresentation
8365
+ property :description, as: 'description'
8366
+ property :destination_address, as: 'destinationAddress'
8367
+ end
8368
+ end
8369
+
8231
8370
  class GlobalNetworkEndpointGroupsAttachEndpointsRequest
8232
8371
  # @private
8233
8372
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12926,6 +13065,14 @@ module Google
12926
13065
  end
12927
13066
  end
12928
13067
 
13068
+ class RegionAddressesMoveRequest
13069
+ # @private
13070
+ class Representation < Google::Apis::Core::JsonRepresentation
13071
+ property :description, as: 'description'
13072
+ property :destination_address, as: 'destinationAddress'
13073
+ end
13074
+ end
13075
+
12929
13076
  class RegionAutoscalerList
12930
13077
  # @private
12931
13078
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13019,6 +13166,13 @@ module Google
13019
13166
  end
13020
13167
  end
13021
13168
 
13169
+ class RegionDisksStartAsyncReplicationRequest
13170
+ # @private
13171
+ class Representation < Google::Apis::Core::JsonRepresentation
13172
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
13173
+ end
13174
+ end
13175
+
13022
13176
  class RegionInstanceGroupList
13023
13177
  # @private
13024
13178
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13549,6 +13703,8 @@ module Google
13549
13703
  class Representation < Google::Apis::Core::JsonRepresentation
13550
13704
  property :creation_timestamp, as: 'creationTimestamp'
13551
13705
  property :description, as: 'description'
13706
+ property :disk_consistency_group_policy, as: 'diskConsistencyGroupPolicy', class: Google::Apis::ComputeBeta::ResourcePolicyDiskConsistencyGroupPolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyDiskConsistencyGroupPolicy::Representation
13707
+
13552
13708
  property :group_placement_policy, as: 'groupPlacementPolicy', class: Google::Apis::ComputeBeta::ResourcePolicyGroupPlacementPolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyGroupPlacementPolicy::Representation
13553
13709
 
13554
13710
  property :id, :numeric_string => true, as: 'id'
@@ -13609,6 +13765,12 @@ module Google
13609
13765
  end
13610
13766
  end
13611
13767
 
13768
+ class ResourcePolicyDiskConsistencyGroupPolicy
13769
+ # @private
13770
+ class Representation < Google::Apis::Core::JsonRepresentation
13771
+ end
13772
+ end
13773
+
13612
13774
  class ResourcePolicyGroupPlacementPolicy
13613
13775
  # @private
13614
13776
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14038,6 +14200,7 @@ module Google
14038
14200
  class RouterNat
14039
14201
  # @private
14040
14202
  class Representation < Google::Apis::Core::JsonRepresentation
14203
+ property :auto_network_tier, as: 'autoNetworkTier'
14041
14204
  collection :drain_nat_ips, as: 'drainNatIps'
14042
14205
  property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
14043
14206
  property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
@@ -14465,6 +14628,7 @@ module Google
14465
14628
 
14466
14629
  property :json_parsing, as: 'jsonParsing'
14467
14630
  property :log_level, as: 'logLevel'
14631
+ collection :user_ip_request_headers, as: 'userIpRequestHeaders'
14468
14632
  end
14469
14633
  end
14470
14634