google-apis-vmmigration_v1 0.21.0 → 0.23.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1400d42e5da3e58fea5054d00c38bf07126ddf67136f92b550e916d0c85bcd73
4
- data.tar.gz: a65c137e0a9ddf64604f7c38d82bc95d413b2a45c26d99571ea0165312fffcb5
3
+ metadata.gz: 304fb34dfc399ff5ed67827275572c7fc574ab28a48cb0d5dcef88e0f07a5544
4
+ data.tar.gz: c5e08baca21bc45e6775863e72f955e584ae9d1622670d3e28360bcbce941aa2
5
5
  SHA512:
6
- metadata.gz: 59d8f4a93ff13dcbd70a2c13ba1ac2dba5a0bb2bf0115072a724e9b89030454c77ad55ca57cd5b66486deb6d451f8ad69005302902b69fe64fb6f273882de2f0
7
- data.tar.gz: 8a155cebf6a4fdd05ca82241fb7f95c957da5b29044a659841cf85efbe6690d7476de4f3baba9e24cc6f259c80f2a6c0446f8dfffd4d292ac6592e16f8a35687
6
+ metadata.gz: 91c6077c8a21113c6058eac4d240f2ab8872c1736654aaf45747bfcfc9560e642f3586263294995faadd1d791f1e2ebae6881b06b4c6c3aebdb2edac36949a70
7
+ data.tar.gz: cd0797bf074ec502825621a6ed76f7ffd822ff734a590d0f16b83263f3bd70dd963b384301c460bf14f19e5576dbe5ba390b096350defb77ad0367dff6a00341
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vmmigration_v1
2
2
 
3
+ ### v0.23.0 (2022-12-18)
4
+
5
+ * Regenerated from discovery document revision 20221213
6
+
7
+ ### v0.22.0 (2022-11-07)
8
+
9
+ * Regenerated from discovery document revision 20221103
10
+
3
11
  ### v0.21.0 (2022-10-28)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -22,6 +22,19 @@ module Google
22
22
  module Apis
23
23
  module VmmigrationV1
24
24
 
25
+ # AdaptingOSStep contains specific step details.
26
+ class AdaptingOsStep
27
+ include Google::Apis::Core::Hashable
28
+
29
+ def initialize(**args)
30
+ update!(**args)
31
+ end
32
+
33
+ # Update properties of this object
34
+ def update!(**args)
35
+ end
36
+ end
37
+
25
38
  # Request message for 'AddGroupMigration' request.
26
39
  class AddGroupMigrationRequest
27
40
  include Google::Apis::Core::Hashable
@@ -222,6 +235,11 @@ module Google
222
235
  # @return [String]
223
236
  attr_accessor :state_time
224
237
 
238
+ # Output only. The clone steps list representing its progress.
239
+ # Corresponds to the JSON property `steps`
240
+ # @return [Array<Google::Apis::VmmigrationV1::CloneStep>]
241
+ attr_accessor :steps
242
+
225
243
  def initialize(**args)
226
244
  update!(**args)
227
245
  end
@@ -235,6 +253,50 @@ module Google
235
253
  @name = args[:name] if args.key?(:name)
236
254
  @state = args[:state] if args.key?(:state)
237
255
  @state_time = args[:state_time] if args.key?(:state_time)
256
+ @steps = args[:steps] if args.key?(:steps)
257
+ end
258
+ end
259
+
260
+ # CloneStep holds information about the clone step progress.
261
+ class CloneStep
262
+ include Google::Apis::Core::Hashable
263
+
264
+ # AdaptingOSStep contains specific step details.
265
+ # Corresponds to the JSON property `adaptingOs`
266
+ # @return [Google::Apis::VmmigrationV1::AdaptingOsStep]
267
+ attr_accessor :adapting_os
268
+
269
+ # The time the step has ended.
270
+ # Corresponds to the JSON property `endTime`
271
+ # @return [String]
272
+ attr_accessor :end_time
273
+
274
+ # InstantiatingMigratedVMStep contains specific step details.
275
+ # Corresponds to the JSON property `instantiatingMigratedVm`
276
+ # @return [Google::Apis::VmmigrationV1::InstantiatingMigratedVmStep]
277
+ attr_accessor :instantiating_migrated_vm
278
+
279
+ # PreparingVMDisksStep contains specific step details.
280
+ # Corresponds to the JSON property `preparingVmDisks`
281
+ # @return [Google::Apis::VmmigrationV1::PreparingVmDisksStep]
282
+ attr_accessor :preparing_vm_disks
283
+
284
+ # The time the step has started.
285
+ # Corresponds to the JSON property `startTime`
286
+ # @return [String]
287
+ attr_accessor :start_time
288
+
289
+ def initialize(**args)
290
+ update!(**args)
291
+ end
292
+
293
+ # Update properties of this object
294
+ def update!(**args)
295
+ @adapting_os = args[:adapting_os] if args.key?(:adapting_os)
296
+ @end_time = args[:end_time] if args.key?(:end_time)
297
+ @instantiating_migrated_vm = args[:instantiating_migrated_vm] if args.key?(:instantiating_migrated_vm)
298
+ @preparing_vm_disks = args[:preparing_vm_disks] if args.key?(:preparing_vm_disks)
299
+ @start_time = args[:start_time] if args.key?(:start_time)
238
300
  end
239
301
  end
240
302
 
@@ -435,7 +497,7 @@ module Google
435
497
  # @return [Array<String>]
436
498
  attr_accessor :network_tags
437
499
 
438
- # The GCP target project ID or project name.
500
+ # The Google Cloud target project ID or project name.
439
501
  # Corresponds to the JSON property `project`
440
502
  # @return [String]
441
503
  attr_accessor :project
@@ -592,6 +654,11 @@ module Google
592
654
  # @return [String]
593
655
  attr_accessor :state_time
594
656
 
657
+ # Output only. The cutover steps list representing its progress.
658
+ # Corresponds to the JSON property `steps`
659
+ # @return [Array<Google::Apis::VmmigrationV1::CutoverStep>]
660
+ attr_accessor :steps
661
+
595
662
  def initialize(**args)
596
663
  update!(**args)
597
664
  end
@@ -607,12 +674,114 @@ module Google
607
674
  @state = args[:state] if args.key?(:state)
608
675
  @state_message = args[:state_message] if args.key?(:state_message)
609
676
  @state_time = args[:state_time] if args.key?(:state_time)
677
+ @steps = args[:steps] if args.key?(:steps)
610
678
  end
611
679
  end
612
680
 
613
- # DatacenterConnector message describes a connector between the Source and GCP,
614
- # which is installed on a vmware datacenter (an OVA vm installed by the user) to
615
- # connect the Datacenter to GCP and support vm migration data transfer.
681
+ # CutoverStep holds information about the cutover step progress.
682
+ class CutoverStep
683
+ include Google::Apis::Core::Hashable
684
+
685
+ # The time the step has ended.
686
+ # Corresponds to the JSON property `endTime`
687
+ # @return [String]
688
+ attr_accessor :end_time
689
+
690
+ # ReplicationCycle contains information about the current replication cycle
691
+ # status.
692
+ # Corresponds to the JSON property `finalSync`
693
+ # @return [Google::Apis::VmmigrationV1::ReplicationCycle]
694
+ attr_accessor :final_sync
695
+
696
+ # InstantiatingMigratedVMStep contains specific step details.
697
+ # Corresponds to the JSON property `instantiatingMigratedVm`
698
+ # @return [Google::Apis::VmmigrationV1::InstantiatingMigratedVmStep]
699
+ attr_accessor :instantiating_migrated_vm
700
+
701
+ # PreparingVMDisksStep contains specific step details.
702
+ # Corresponds to the JSON property `preparingVmDisks`
703
+ # @return [Google::Apis::VmmigrationV1::PreparingVmDisksStep]
704
+ attr_accessor :preparing_vm_disks
705
+
706
+ # ReplicationCycle contains information about the current replication cycle
707
+ # status.
708
+ # Corresponds to the JSON property `previousReplicationCycle`
709
+ # @return [Google::Apis::VmmigrationV1::ReplicationCycle]
710
+ attr_accessor :previous_replication_cycle
711
+
712
+ # ShuttingDownSourceVMStep contains specific step details.
713
+ # Corresponds to the JSON property `shuttingDownSourceVm`
714
+ # @return [Google::Apis::VmmigrationV1::ShuttingDownSourceVmStep]
715
+ attr_accessor :shutting_down_source_vm
716
+
717
+ # The time the step has started.
718
+ # Corresponds to the JSON property `startTime`
719
+ # @return [String]
720
+ attr_accessor :start_time
721
+
722
+ def initialize(**args)
723
+ update!(**args)
724
+ end
725
+
726
+ # Update properties of this object
727
+ def update!(**args)
728
+ @end_time = args[:end_time] if args.key?(:end_time)
729
+ @final_sync = args[:final_sync] if args.key?(:final_sync)
730
+ @instantiating_migrated_vm = args[:instantiating_migrated_vm] if args.key?(:instantiating_migrated_vm)
731
+ @preparing_vm_disks = args[:preparing_vm_disks] if args.key?(:preparing_vm_disks)
732
+ @previous_replication_cycle = args[:previous_replication_cycle] if args.key?(:previous_replication_cycle)
733
+ @shutting_down_source_vm = args[:shutting_down_source_vm] if args.key?(:shutting_down_source_vm)
734
+ @start_time = args[:start_time] if args.key?(:start_time)
735
+ end
736
+ end
737
+
738
+ # CycleStep holds information about a step progress.
739
+ class CycleStep
740
+ include Google::Apis::Core::Hashable
741
+
742
+ # The time the cycle step has ended.
743
+ # Corresponds to the JSON property `endTime`
744
+ # @return [String]
745
+ attr_accessor :end_time
746
+
747
+ # InitializingReplicationStep contains specific step details.
748
+ # Corresponds to the JSON property `initializingReplication`
749
+ # @return [Google::Apis::VmmigrationV1::InitializingReplicationStep]
750
+ attr_accessor :initializing_replication
751
+
752
+ # PostProcessingStep contains specific step details.
753
+ # Corresponds to the JSON property `postProcessing`
754
+ # @return [Google::Apis::VmmigrationV1::PostProcessingStep]
755
+ attr_accessor :post_processing
756
+
757
+ # ReplicatingStep contains specific step details.
758
+ # Corresponds to the JSON property `replicating`
759
+ # @return [Google::Apis::VmmigrationV1::ReplicatingStep]
760
+ attr_accessor :replicating
761
+
762
+ # The time the cycle step has started.
763
+ # Corresponds to the JSON property `startTime`
764
+ # @return [String]
765
+ attr_accessor :start_time
766
+
767
+ def initialize(**args)
768
+ update!(**args)
769
+ end
770
+
771
+ # Update properties of this object
772
+ def update!(**args)
773
+ @end_time = args[:end_time] if args.key?(:end_time)
774
+ @initializing_replication = args[:initializing_replication] if args.key?(:initializing_replication)
775
+ @post_processing = args[:post_processing] if args.key?(:post_processing)
776
+ @replicating = args[:replicating] if args.key?(:replicating)
777
+ @start_time = args[:start_time] if args.key?(:start_time)
778
+ end
779
+ end
780
+
781
+ # DatacenterConnector message describes a connector between the Source and
782
+ # Google Cloud, which is installed on a vmware datacenter (an OVA vm installed
783
+ # by the user) to connect the Datacenter to Google Cloud and support vm
784
+ # migration data transfer.
616
785
  class DatacenterConnector
617
786
  include Google::Apis::Core::Hashable
618
787
 
@@ -635,7 +804,7 @@ module Google
635
804
  attr_accessor :available_versions
636
805
 
637
806
  # Output only. The communication channel between the datacenter connector and
638
- # GCP.
807
+ # Google Cloud.
639
808
  # Corresponds to the JSON property `bucket`
640
809
  # @return [String]
641
810
  attr_accessor :bucket
@@ -829,6 +998,32 @@ module Google
829
998
  end
830
999
  end
831
1000
 
1001
+ # InitializingReplicationStep contains specific step details.
1002
+ class InitializingReplicationStep
1003
+ include Google::Apis::Core::Hashable
1004
+
1005
+ def initialize(**args)
1006
+ update!(**args)
1007
+ end
1008
+
1009
+ # Update properties of this object
1010
+ def update!(**args)
1011
+ end
1012
+ end
1013
+
1014
+ # InstantiatingMigratedVMStep contains specific step details.
1015
+ class InstantiatingMigratedVmStep
1016
+ include Google::Apis::Core::Hashable
1017
+
1018
+ def initialize(**args)
1019
+ update!(**args)
1020
+ end
1021
+
1022
+ # Update properties of this object
1023
+ def update!(**args)
1024
+ end
1025
+ end
1026
+
832
1027
  # Describes a URL link.
833
1028
  class Link
834
1029
  include Google::Apis::Core::Hashable
@@ -1619,6 +1814,32 @@ module Google
1619
1814
  end
1620
1815
  end
1621
1816
 
1817
+ # PostProcessingStep contains specific step details.
1818
+ class PostProcessingStep
1819
+ include Google::Apis::Core::Hashable
1820
+
1821
+ def initialize(**args)
1822
+ update!(**args)
1823
+ end
1824
+
1825
+ # Update properties of this object
1826
+ def update!(**args)
1827
+ end
1828
+ end
1829
+
1830
+ # PreparingVMDisksStep contains specific step details.
1831
+ class PreparingVmDisksStep
1832
+ include Google::Apis::Core::Hashable
1833
+
1834
+ def initialize(**args)
1835
+ update!(**args)
1836
+ end
1837
+
1838
+ # Update properties of this object
1839
+ def update!(**args)
1840
+ end
1841
+ end
1842
+
1622
1843
  # Request message for 'RemoveMigration' request.
1623
1844
  class RemoveGroupMigrationRequest
1624
1845
  include Google::Apis::Core::Hashable
@@ -1638,12 +1859,75 @@ module Google
1638
1859
  end
1639
1860
  end
1640
1861
 
1862
+ # ReplicatingStep contains specific step details.
1863
+ class ReplicatingStep
1864
+ include Google::Apis::Core::Hashable
1865
+
1866
+ # The source disks replication rate for the last 30 minutes in bytes per second.
1867
+ # Corresponds to the JSON property `lastThirtyMinutesAverageBytesPerSecond`
1868
+ # @return [Fixnum]
1869
+ attr_accessor :last_thirty_minutes_average_bytes_per_second
1870
+
1871
+ # The source disks replication rate for the last 2 minutes in bytes per second.
1872
+ # Corresponds to the JSON property `lastTwoMinutesAverageBytesPerSecond`
1873
+ # @return [Fixnum]
1874
+ attr_accessor :last_two_minutes_average_bytes_per_second
1875
+
1876
+ # Replicated bytes in the step.
1877
+ # Corresponds to the JSON property `replicatedBytes`
1878
+ # @return [Fixnum]
1879
+ attr_accessor :replicated_bytes
1880
+
1881
+ # Total bytes to be handled in the step.
1882
+ # Corresponds to the JSON property `totalBytes`
1883
+ # @return [Fixnum]
1884
+ attr_accessor :total_bytes
1885
+
1886
+ def initialize(**args)
1887
+ update!(**args)
1888
+ end
1889
+
1890
+ # Update properties of this object
1891
+ def update!(**args)
1892
+ @last_thirty_minutes_average_bytes_per_second = args[:last_thirty_minutes_average_bytes_per_second] if args.key?(:last_thirty_minutes_average_bytes_per_second)
1893
+ @last_two_minutes_average_bytes_per_second = args[:last_two_minutes_average_bytes_per_second] if args.key?(:last_two_minutes_average_bytes_per_second)
1894
+ @replicated_bytes = args[:replicated_bytes] if args.key?(:replicated_bytes)
1895
+ @total_bytes = args[:total_bytes] if args.key?(:total_bytes)
1896
+ end
1897
+ end
1898
+
1641
1899
  # ReplicationCycle contains information about the current replication cycle
1642
1900
  # status.
1643
1901
  class ReplicationCycle
1644
1902
  include Google::Apis::Core::Hashable
1645
1903
 
1646
- # The current progress in percentage of this cycle.
1904
+ # The cycle's ordinal number.
1905
+ # Corresponds to the JSON property `cycleNumber`
1906
+ # @return [Fixnum]
1907
+ attr_accessor :cycle_number
1908
+
1909
+ # The time the replication cycle has ended.
1910
+ # Corresponds to the JSON property `endTime`
1911
+ # @return [String]
1912
+ attr_accessor :end_time
1913
+
1914
+ # The `Status` type defines a logical error model that is suitable for different
1915
+ # programming environments, including REST APIs and RPC APIs. It is used by [
1916
+ # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
1917
+ # data: error code, error message, and error details. You can find out more
1918
+ # about this error model and how to work with it in the [API Design Guide](https:
1919
+ # //cloud.google.com/apis/design/errors).
1920
+ # Corresponds to the JSON property `error`
1921
+ # @return [Google::Apis::VmmigrationV1::Status]
1922
+ attr_accessor :error
1923
+
1924
+ # The identifier of the ReplicationCycle.
1925
+ # Corresponds to the JSON property `name`
1926
+ # @return [String]
1927
+ attr_accessor :name
1928
+
1929
+ # The current progress in percentage of this cycle. Was replaced by 'steps'
1930
+ # field, which breaks down the cycle progression more accurately.
1647
1931
  # Corresponds to the JSON property `progressPercent`
1648
1932
  # @return [Fixnum]
1649
1933
  attr_accessor :progress_percent
@@ -1653,14 +1937,36 @@ module Google
1653
1937
  # @return [String]
1654
1938
  attr_accessor :start_time
1655
1939
 
1940
+ # State of the ReplicationCycle.
1941
+ # Corresponds to the JSON property `state`
1942
+ # @return [String]
1943
+ attr_accessor :state
1944
+
1945
+ # The cycle's steps list representing its progress.
1946
+ # Corresponds to the JSON property `steps`
1947
+ # @return [Array<Google::Apis::VmmigrationV1::CycleStep>]
1948
+ attr_accessor :steps
1949
+
1950
+ # The accumulated duration the replication cycle was paused.
1951
+ # Corresponds to the JSON property `totalPauseDuration`
1952
+ # @return [String]
1953
+ attr_accessor :total_pause_duration
1954
+
1656
1955
  def initialize(**args)
1657
1956
  update!(**args)
1658
1957
  end
1659
1958
 
1660
1959
  # Update properties of this object
1661
1960
  def update!(**args)
1961
+ @cycle_number = args[:cycle_number] if args.key?(:cycle_number)
1962
+ @end_time = args[:end_time] if args.key?(:end_time)
1963
+ @error = args[:error] if args.key?(:error)
1964
+ @name = args[:name] if args.key?(:name)
1662
1965
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
1663
1966
  @start_time = args[:start_time] if args.key?(:start_time)
1967
+ @state = args[:state] if args.key?(:state)
1968
+ @steps = args[:steps] if args.key?(:steps)
1969
+ @total_pause_duration = args[:total_pause_duration] if args.key?(:total_pause_duration)
1664
1970
  end
1665
1971
  end
1666
1972
 
@@ -1757,6 +2063,19 @@ module Google
1757
2063
  end
1758
2064
  end
1759
2065
 
2066
+ # ShuttingDownSourceVMStep contains specific step details.
2067
+ class ShuttingDownSourceVmStep
2068
+ include Google::Apis::Core::Hashable
2069
+
2070
+ def initialize(**args)
2071
+ update!(**args)
2072
+ end
2073
+
2074
+ # Update properties of this object
2075
+ def update!(**args)
2076
+ end
2077
+ end
2078
+
1760
2079
  # Source message describes a specific vm migration Source resource. It contains
1761
2080
  # the source environment information.
1762
2081
  class Source
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VmmigrationV1
18
18
  # Version of the google-apis-vmmigration_v1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.23.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220922"
25
+ REVISION = "20221213"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module VmmigrationV1
24
24
 
25
+ class AdaptingOsStep
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class AddGroupMigrationRequest
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -70,6 +76,12 @@ module Google
70
76
  include Google::Apis::Core::JsonObjectSupport
71
77
  end
72
78
 
79
+ class CloneStep
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
73
85
  class ComputeEngineTargetDefaults
74
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
87
 
@@ -94,6 +106,18 @@ module Google
94
106
  include Google::Apis::Core::JsonObjectSupport
95
107
  end
96
108
 
109
+ class CutoverStep
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CycleStep
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
97
121
  class DatacenterConnector
98
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
123
 
@@ -124,6 +148,18 @@ module Google
124
148
  include Google::Apis::Core::JsonObjectSupport
125
149
  end
126
150
 
151
+ class InitializingReplicationStep
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class InstantiatingMigratedVmStep
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
127
163
  class Link
128
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
165
 
@@ -244,12 +280,30 @@ module Google
244
280
  include Google::Apis::Core::JsonObjectSupport
245
281
  end
246
282
 
283
+ class PostProcessingStep
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class PreparingVmDisksStep
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
247
295
  class RemoveGroupMigrationRequest
248
296
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
297
 
250
298
  include Google::Apis::Core::JsonObjectSupport
251
299
  end
252
300
 
301
+ class ReplicatingStep
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
253
307
  class ReplicationCycle
254
308
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
309
 
@@ -280,6 +334,12 @@ module Google
280
334
  include Google::Apis::Core::JsonObjectSupport
281
335
  end
282
336
 
337
+ class ShuttingDownSourceVmStep
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
283
343
  class Source
284
344
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
345
 
@@ -352,6 +412,12 @@ module Google
352
412
  include Google::Apis::Core::JsonObjectSupport
353
413
  end
354
414
 
415
+ class AdaptingOsStep
416
+ # @private
417
+ class Representation < Google::Apis::Core::JsonRepresentation
418
+ end
419
+ end
420
+
355
421
  class AddGroupMigrationRequest
356
422
  # @private
357
423
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -417,6 +483,22 @@ module Google
417
483
  property :name, as: 'name'
418
484
  property :state, as: 'state'
419
485
  property :state_time, as: 'stateTime'
486
+ collection :steps, as: 'steps', class: Google::Apis::VmmigrationV1::CloneStep, decorator: Google::Apis::VmmigrationV1::CloneStep::Representation
487
+
488
+ end
489
+ end
490
+
491
+ class CloneStep
492
+ # @private
493
+ class Representation < Google::Apis::Core::JsonRepresentation
494
+ property :adapting_os, as: 'adaptingOs', class: Google::Apis::VmmigrationV1::AdaptingOsStep, decorator: Google::Apis::VmmigrationV1::AdaptingOsStep::Representation
495
+
496
+ property :end_time, as: 'endTime'
497
+ property :instantiating_migrated_vm, as: 'instantiatingMigratedVm', class: Google::Apis::VmmigrationV1::InstantiatingMigratedVmStep, decorator: Google::Apis::VmmigrationV1::InstantiatingMigratedVmStep::Representation
498
+
499
+ property :preparing_vm_disks, as: 'preparingVmDisks', class: Google::Apis::VmmigrationV1::PreparingVmDisksStep, decorator: Google::Apis::VmmigrationV1::PreparingVmDisksStep::Representation
500
+
501
+ property :start_time, as: 'startTime'
420
502
  end
421
503
  end
422
504
 
@@ -499,6 +581,40 @@ module Google
499
581
  property :state, as: 'state'
500
582
  property :state_message, as: 'stateMessage'
501
583
  property :state_time, as: 'stateTime'
584
+ collection :steps, as: 'steps', class: Google::Apis::VmmigrationV1::CutoverStep, decorator: Google::Apis::VmmigrationV1::CutoverStep::Representation
585
+
586
+ end
587
+ end
588
+
589
+ class CutoverStep
590
+ # @private
591
+ class Representation < Google::Apis::Core::JsonRepresentation
592
+ property :end_time, as: 'endTime'
593
+ property :final_sync, as: 'finalSync', class: Google::Apis::VmmigrationV1::ReplicationCycle, decorator: Google::Apis::VmmigrationV1::ReplicationCycle::Representation
594
+
595
+ property :instantiating_migrated_vm, as: 'instantiatingMigratedVm', class: Google::Apis::VmmigrationV1::InstantiatingMigratedVmStep, decorator: Google::Apis::VmmigrationV1::InstantiatingMigratedVmStep::Representation
596
+
597
+ property :preparing_vm_disks, as: 'preparingVmDisks', class: Google::Apis::VmmigrationV1::PreparingVmDisksStep, decorator: Google::Apis::VmmigrationV1::PreparingVmDisksStep::Representation
598
+
599
+ property :previous_replication_cycle, as: 'previousReplicationCycle', class: Google::Apis::VmmigrationV1::ReplicationCycle, decorator: Google::Apis::VmmigrationV1::ReplicationCycle::Representation
600
+
601
+ property :shutting_down_source_vm, as: 'shuttingDownSourceVm', class: Google::Apis::VmmigrationV1::ShuttingDownSourceVmStep, decorator: Google::Apis::VmmigrationV1::ShuttingDownSourceVmStep::Representation
602
+
603
+ property :start_time, as: 'startTime'
604
+ end
605
+ end
606
+
607
+ class CycleStep
608
+ # @private
609
+ class Representation < Google::Apis::Core::JsonRepresentation
610
+ property :end_time, as: 'endTime'
611
+ property :initializing_replication, as: 'initializingReplication', class: Google::Apis::VmmigrationV1::InitializingReplicationStep, decorator: Google::Apis::VmmigrationV1::InitializingReplicationStep::Representation
612
+
613
+ property :post_processing, as: 'postProcessing', class: Google::Apis::VmmigrationV1::PostProcessingStep, decorator: Google::Apis::VmmigrationV1::PostProcessingStep::Representation
614
+
615
+ property :replicating, as: 'replicating', class: Google::Apis::VmmigrationV1::ReplicatingStep, decorator: Google::Apis::VmmigrationV1::ReplicatingStep::Representation
616
+
617
+ property :start_time, as: 'startTime'
502
618
  end
503
619
  end
504
620
 
@@ -558,6 +674,18 @@ module Google
558
674
  end
559
675
  end
560
676
 
677
+ class InitializingReplicationStep
678
+ # @private
679
+ class Representation < Google::Apis::Core::JsonRepresentation
680
+ end
681
+ end
682
+
683
+ class InstantiatingMigratedVmStep
684
+ # @private
685
+ class Representation < Google::Apis::Core::JsonRepresentation
686
+ end
687
+ end
688
+
561
689
  class Link
562
690
  # @private
563
691
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -778,6 +906,18 @@ module Google
778
906
  end
779
907
  end
780
908
 
909
+ class PostProcessingStep
910
+ # @private
911
+ class Representation < Google::Apis::Core::JsonRepresentation
912
+ end
913
+ end
914
+
915
+ class PreparingVmDisksStep
916
+ # @private
917
+ class Representation < Google::Apis::Core::JsonRepresentation
918
+ end
919
+ end
920
+
781
921
  class RemoveGroupMigrationRequest
782
922
  # @private
783
923
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -785,11 +925,30 @@ module Google
785
925
  end
786
926
  end
787
927
 
928
+ class ReplicatingStep
929
+ # @private
930
+ class Representation < Google::Apis::Core::JsonRepresentation
931
+ property :last_thirty_minutes_average_bytes_per_second, :numeric_string => true, as: 'lastThirtyMinutesAverageBytesPerSecond'
932
+ property :last_two_minutes_average_bytes_per_second, :numeric_string => true, as: 'lastTwoMinutesAverageBytesPerSecond'
933
+ property :replicated_bytes, :numeric_string => true, as: 'replicatedBytes'
934
+ property :total_bytes, :numeric_string => true, as: 'totalBytes'
935
+ end
936
+ end
937
+
788
938
  class ReplicationCycle
789
939
  # @private
790
940
  class Representation < Google::Apis::Core::JsonRepresentation
941
+ property :cycle_number, as: 'cycleNumber'
942
+ property :end_time, as: 'endTime'
943
+ property :error, as: 'error', class: Google::Apis::VmmigrationV1::Status, decorator: Google::Apis::VmmigrationV1::Status::Representation
944
+
945
+ property :name, as: 'name'
791
946
  property :progress_percent, as: 'progressPercent'
792
947
  property :start_time, as: 'startTime'
948
+ property :state, as: 'state'
949
+ collection :steps, as: 'steps', class: Google::Apis::VmmigrationV1::CycleStep, decorator: Google::Apis::VmmigrationV1::CycleStep::Representation
950
+
951
+ property :total_pause_duration, as: 'totalPauseDuration'
793
952
  end
794
953
  end
795
954
 
@@ -823,6 +982,12 @@ module Google
823
982
  end
824
983
  end
825
984
 
985
+ class ShuttingDownSourceVmStep
986
+ # @private
987
+ class Representation < Google::Apis::Core::JsonRepresentation
988
+ end
989
+ end
990
+
826
991
  class Source
827
992
  # @private
828
993
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vmmigration_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.23.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-31 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1
63
63
  post_install_message:
64
64
  rdoc_options: []