google-apis-compute_beta 0.62.0 → 0.64.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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
 
@@ -7080,6 +7146,13 @@ module Google
7080
7146
  end
7081
7147
  end
7082
7148
 
7149
+ class BulkInsertDiskResource
7150
+ # @private
7151
+ class Representation < Google::Apis::Core::JsonRepresentation
7152
+ property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
7153
+ end
7154
+ end
7155
+
7083
7156
  class BulkInsertInstanceResource
7084
7157
  # @private
7085
7158
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7381,6 +7454,10 @@ module Google
7381
7454
  # @private
7382
7455
  class Representation < Google::Apis::Core::JsonRepresentation
7383
7456
  property :architecture, as: 'architecture'
7457
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeBeta::DiskAsyncReplication, decorator: Google::Apis::ComputeBeta::DiskAsyncReplication::Representation
7458
+
7459
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeBeta::DiskAsyncReplicationList, decorator: Google::Apis::ComputeBeta::DiskAsyncReplicationList::Representation
7460
+
7384
7461
  property :creation_timestamp, as: 'creationTimestamp'
7385
7462
  property :description, as: 'description'
7386
7463
  property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
@@ -7410,9 +7487,13 @@ module Google
7410
7487
  property :region, as: 'region'
7411
7488
  collection :replica_zones, as: 'replicaZones'
7412
7489
  collection :resource_policies, as: 'resourcePolicies'
7490
+ property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::DiskResourceStatus, decorator: Google::Apis::ComputeBeta::DiskResourceStatus::Representation
7491
+
7413
7492
  property :satisfies_pzs, as: 'satisfiesPzs'
7414
7493
  property :self_link, as: 'selfLink'
7415
7494
  property :size_gb, :numeric_string => true, as: 'sizeGb'
7495
+ property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
7496
+ property :source_consistency_group_policy_id, as: 'sourceConsistencyGroupPolicyId'
7416
7497
  property :source_disk, as: 'sourceDisk'
7417
7498
  property :source_disk_id, as: 'sourceDiskId'
7418
7499
  property :source_image, as: 'sourceImage'
@@ -7466,6 +7547,22 @@ module Google
7466
7547
  end
7467
7548
  end
7468
7549
 
7550
+ class DiskAsyncReplication
7551
+ # @private
7552
+ class Representation < Google::Apis::Core::JsonRepresentation
7553
+ property :disk, as: 'disk'
7554
+ property :disk_id, as: 'diskId'
7555
+ end
7556
+ end
7557
+
7558
+ class DiskAsyncReplicationList
7559
+ # @private
7560
+ class Representation < Google::Apis::Core::JsonRepresentation
7561
+ property :async_replication_disk, as: 'asyncReplicationDisk', class: Google::Apis::ComputeBeta::DiskAsyncReplication, decorator: Google::Apis::ComputeBeta::DiskAsyncReplication::Representation
7562
+
7563
+ end
7564
+ end
7565
+
7469
7566
  class DiskInstantiationConfig
7470
7567
  # @private
7471
7568
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7523,6 +7620,23 @@ module Google
7523
7620
  end
7524
7621
  end
7525
7622
 
7623
+ class DiskResourceStatus
7624
+ # @private
7625
+ class Representation < Google::Apis::Core::JsonRepresentation
7626
+ property :async_primary_disk, as: 'asyncPrimaryDisk', class: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus::Representation
7627
+
7628
+ hash :async_secondary_disks, as: 'asyncSecondaryDisks', class: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus, decorator: Google::Apis::ComputeBeta::DiskResourceStatusAsyncReplicationStatus::Representation
7629
+
7630
+ end
7631
+ end
7632
+
7633
+ class DiskResourceStatusAsyncReplicationStatus
7634
+ # @private
7635
+ class Representation < Google::Apis::Core::JsonRepresentation
7636
+ property :state, as: 'state'
7637
+ end
7638
+ end
7639
+
7526
7640
  class DiskType
7527
7641
  # @private
7528
7642
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7683,6 +7797,20 @@ module Google
7683
7797
  end
7684
7798
  end
7685
7799
 
7800
+ class DisksStartAsyncReplicationRequest
7801
+ # @private
7802
+ class Representation < Google::Apis::Core::JsonRepresentation
7803
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
7804
+ end
7805
+ end
7806
+
7807
+ class DisksStopGroupAsyncReplicationResource
7808
+ # @private
7809
+ class Representation < Google::Apis::Core::JsonRepresentation
7810
+ property :resource_policy, as: 'resourcePolicy'
7811
+ end
7812
+ end
7813
+
7686
7814
  class DisplayDevice
7687
7815
  # @private
7688
7816
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -8228,6 +8356,14 @@ module Google
8228
8356
  end
8229
8357
  end
8230
8358
 
8359
+ class GlobalAddressesMoveRequest
8360
+ # @private
8361
+ class Representation < Google::Apis::Core::JsonRepresentation
8362
+ property :description, as: 'description'
8363
+ property :destination_address, as: 'destinationAddress'
8364
+ end
8365
+ end
8366
+
8231
8367
  class GlobalNetworkEndpointGroupsAttachEndpointsRequest
8232
8368
  # @private
8233
8369
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12926,6 +13062,14 @@ module Google
12926
13062
  end
12927
13063
  end
12928
13064
 
13065
+ class RegionAddressesMoveRequest
13066
+ # @private
13067
+ class Representation < Google::Apis::Core::JsonRepresentation
13068
+ property :description, as: 'description'
13069
+ property :destination_address, as: 'destinationAddress'
13070
+ end
13071
+ end
13072
+
12929
13073
  class RegionAutoscalerList
12930
13074
  # @private
12931
13075
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13019,6 +13163,13 @@ module Google
13019
13163
  end
13020
13164
  end
13021
13165
 
13166
+ class RegionDisksStartAsyncReplicationRequest
13167
+ # @private
13168
+ class Representation < Google::Apis::Core::JsonRepresentation
13169
+ property :async_secondary_disk, as: 'asyncSecondaryDisk'
13170
+ end
13171
+ end
13172
+
13022
13173
  class RegionInstanceGroupList
13023
13174
  # @private
13024
13175
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13549,6 +13700,8 @@ module Google
13549
13700
  class Representation < Google::Apis::Core::JsonRepresentation
13550
13701
  property :creation_timestamp, as: 'creationTimestamp'
13551
13702
  property :description, as: 'description'
13703
+ property :disk_consistency_group_policy, as: 'diskConsistencyGroupPolicy', class: Google::Apis::ComputeBeta::ResourcePolicyDiskConsistencyGroupPolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyDiskConsistencyGroupPolicy::Representation
13704
+
13552
13705
  property :group_placement_policy, as: 'groupPlacementPolicy', class: Google::Apis::ComputeBeta::ResourcePolicyGroupPlacementPolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyGroupPlacementPolicy::Representation
13553
13706
 
13554
13707
  property :id, :numeric_string => true, as: 'id'
@@ -13609,6 +13762,12 @@ module Google
13609
13762
  end
13610
13763
  end
13611
13764
 
13765
+ class ResourcePolicyDiskConsistencyGroupPolicy
13766
+ # @private
13767
+ class Representation < Google::Apis::Core::JsonRepresentation
13768
+ end
13769
+ end
13770
+
13612
13771
  class ResourcePolicyGroupPlacementPolicy
13613
13772
  # @private
13614
13773
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -14465,6 +14624,7 @@ module Google
14465
14624
 
14466
14625
  property :json_parsing, as: 'jsonParsing'
14467
14626
  property :log_level, as: 'logLevel'
14627
+ collection :user_ip_request_headers, as: 'userIpRequestHeaders'
14468
14628
  end
14469
14629
  end
14470
14630