Skip to content

Commit 69b289b

Browse files
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - schemas.MigratingVm.properties.lastReplicationCycle (Total Keys: 2) - schemas.MigrationWarning (Total Keys: 9) - schemas.ReplicationCycle.properties.warnings (Total Keys: 3) #### vmmigration:v1alpha1 The following keys were added: - schemas.MigratingVm.properties.lastReplicationCycle (Total Keys: 2) - schemas.MigrationWarning (Total Keys: 9) - schemas.ReplicationCycle.properties.warnings (Total Keys: 3)
1 parent 2dc9b33 commit 69b289b

8 files changed

+1342
-2
lines changed

docs/dyn/vmmigration_v1.projects.locations.sources.migratingVms.cutoverJobs.html

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,26 @@ <h3>Method Details</h3>
252252
},
253253
],
254254
&quot;totalPauseDuration&quot;: &quot;A String&quot;, # The accumulated duration the replication cycle was paused.
255+
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the cycle.
256+
{ # Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
257+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Suggested action for solving the warning.
258+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
259+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
260+
},
261+
&quot;code&quot;: &quot;A String&quot;, # The warning code.
262+
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
263+
{ # Describes a URL link.
264+
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
265+
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
266+
},
267+
],
268+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # The localized warning message.
269+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
270+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
271+
},
272+
&quot;warningTime&quot;: &quot;A String&quot;, # The time the warning occurred.
273+
},
274+
],
255275
},
256276
&quot;instantiatingMigratedVm&quot;: { # InstantiatingMigratedVMStep contains specific step details. # Instantiating migrated VM step.
257277
},
@@ -290,6 +310,26 @@ <h3>Method Details</h3>
290310
},
291311
],
292312
&quot;totalPauseDuration&quot;: &quot;A String&quot;, # The accumulated duration the replication cycle was paused.
313+
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the cycle.
314+
{ # Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
315+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Suggested action for solving the warning.
316+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
317+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
318+
},
319+
&quot;code&quot;: &quot;A String&quot;, # The warning code.
320+
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
321+
{ # Describes a URL link.
322+
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
323+
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
324+
},
325+
],
326+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # The localized warning message.
327+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
328+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
329+
},
330+
&quot;warningTime&quot;: &quot;A String&quot;, # The time the warning occurred.
331+
},
332+
],
293333
},
294334
&quot;shuttingDownSourceVm&quot;: { # ShuttingDownSourceVMStep contains specific step details. # Shutting down VM step.
295335
},
@@ -447,6 +487,26 @@ <h3>Method Details</h3>
447487
},
448488
],
449489
&quot;totalPauseDuration&quot;: &quot;A String&quot;, # The accumulated duration the replication cycle was paused.
490+
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the cycle.
491+
{ # Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
492+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Suggested action for solving the warning.
493+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
494+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
495+
},
496+
&quot;code&quot;: &quot;A String&quot;, # The warning code.
497+
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
498+
{ # Describes a URL link.
499+
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
500+
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
501+
},
502+
],
503+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # The localized warning message.
504+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
505+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
506+
},
507+
&quot;warningTime&quot;: &quot;A String&quot;, # The time the warning occurred.
508+
},
509+
],
450510
},
451511
&quot;instantiatingMigratedVm&quot;: { # InstantiatingMigratedVMStep contains specific step details. # Instantiating migrated VM step.
452512
},
@@ -485,6 +545,26 @@ <h3>Method Details</h3>
485545
},
486546
],
487547
&quot;totalPauseDuration&quot;: &quot;A String&quot;, # The accumulated duration the replication cycle was paused.
548+
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the cycle.
549+
{ # Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
550+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Suggested action for solving the warning.
551+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
552+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
553+
},
554+
&quot;code&quot;: &quot;A String&quot;, # The warning code.
555+
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
556+
{ # Describes a URL link.
557+
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
558+
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
559+
},
560+
],
561+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # The localized warning message.
562+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
563+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
564+
},
565+
&quot;warningTime&quot;: &quot;A String&quot;, # The time the warning occurred.
566+
},
567+
],
488568
},
489569
&quot;shuttingDownSourceVm&quot;: { # ShuttingDownSourceVMStep contains specific step details. # Shutting down VM step.
490570
},
@@ -618,6 +698,26 @@ <h3>Method Details</h3>
618698
},
619699
],
620700
&quot;totalPauseDuration&quot;: &quot;A String&quot;, # The accumulated duration the replication cycle was paused.
701+
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the cycle.
702+
{ # Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
703+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Suggested action for solving the warning.
704+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
705+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
706+
},
707+
&quot;code&quot;: &quot;A String&quot;, # The warning code.
708+
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
709+
{ # Describes a URL link.
710+
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
711+
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
712+
},
713+
],
714+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # The localized warning message.
715+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
716+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
717+
},
718+
&quot;warningTime&quot;: &quot;A String&quot;, # The time the warning occurred.
719+
},
720+
],
621721
},
622722
&quot;instantiatingMigratedVm&quot;: { # InstantiatingMigratedVMStep contains specific step details. # Instantiating migrated VM step.
623723
},
@@ -656,6 +756,26 @@ <h3>Method Details</h3>
656756
},
657757
],
658758
&quot;totalPauseDuration&quot;: &quot;A String&quot;, # The accumulated duration the replication cycle was paused.
759+
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the cycle.
760+
{ # Represents migration resource warning information that can be used with google.rpc.Status message. MigrationWarning is used to present the user with warning information in migration operations.
761+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Suggested action for solving the warning.
762+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
763+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
764+
},
765+
&quot;code&quot;: &quot;A String&quot;, # The warning code.
766+
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
767+
{ # Describes a URL link.
768+
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
769+
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
770+
},
771+
],
772+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # The localized warning message.
773+
&quot;locale&quot;: &quot;A String&quot;, # The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: &quot;en-US&quot;, &quot;fr-CH&quot;, &quot;es-MX&quot;
774+
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
775+
},
776+
&quot;warningTime&quot;: &quot;A String&quot;, # The time the warning occurred.
777+
},
778+
],
659779
},
660780
&quot;shuttingDownSourceVm&quot;: { # ShuttingDownSourceVMStep contains specific step details. # Shutting down VM step.
661781
},

0 commit comments

Comments
 (0)