Skip to content

Commit cb830e4

Browse files
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - schemas.AwsDiskDetails.properties.diskNumber.readOnly (Total Keys: 1) - schemas.AwsDiskDetails.properties.sizeGb.readOnly (Total Keys: 1) - schemas.AwsDiskDetails.properties.volumeId.readOnly (Total Keys: 1) - schemas.AwsSourceVmDetails.properties.committedStorageBytes.readOnly (Total Keys: 1) - schemas.AwsSourceVmDetails.properties.disks.readOnly (Total Keys: 1) - schemas.AwsSourceVmDetails.properties.firmware.readOnly (Total Keys: 1) - schemas.AzureDiskDetails.properties.diskId.readOnly (Total Keys: 1) - schemas.AzureDiskDetails.properties.diskNumber.readOnly (Total Keys: 1) - schemas.AzureDiskDetails.properties.sizeGb.readOnly (Total Keys: 1) - schemas.AzureSourceVmDetails.properties.committedStorageBytes.readOnly (Total Keys: 1) - schemas.AzureSourceVmDetails.properties.disks.readOnly (Total Keys: 1) - schemas.AzureSourceVmDetails.properties.firmware.readOnly (Total Keys: 1) - schemas.MigrationWarning.properties.actionItem.readOnly (Total Keys: 1) - schemas.MigrationWarning.properties.helpLinks.readOnly (Total Keys: 1) - schemas.MigrationWarning.properties.warningMessage.readOnly (Total Keys: 1) - schemas.ReplicationCycle.properties.error.readOnly (Total Keys: 1) - schemas.UpgradeStatus.properties.error.readOnly (Total Keys: 1) - schemas.VmwareDiskDetails.properties.diskNumber.readOnly (Total Keys: 1) - schemas.VmwareDiskDetails.properties.label.readOnly (Total Keys: 1) - schemas.VmwareDiskDetails.properties.sizeGb.readOnly (Total Keys: 1) - schemas.VmwareSourceVmDetails.properties.committedStorageBytes.readOnly (Total Keys: 1) - schemas.VmwareSourceVmDetails.properties.disks.readOnly (Total Keys: 1) - schemas.VmwareSourceVmDetails.properties.firmware.readOnly (Total Keys: 1) #### vmmigration:v1alpha1 The following keys were added: - schemas.AwsDiskDetails.properties.diskNumber.readOnly (Total Keys: 1) - schemas.AwsDiskDetails.properties.sizeGb.readOnly (Total Keys: 1) - schemas.AwsDiskDetails.properties.volumeId.readOnly (Total Keys: 1) - schemas.AwsSourceVmDetails.properties.committedStorageBytes.readOnly (Total Keys: 1) - schemas.AwsSourceVmDetails.properties.disks.readOnly (Total Keys: 1) - schemas.AwsSourceVmDetails.properties.firmware.readOnly (Total Keys: 1) - schemas.AzureDiskDetails.properties.diskId.readOnly (Total Keys: 1) - schemas.AzureDiskDetails.properties.diskNumber.readOnly (Total Keys: 1) - schemas.AzureDiskDetails.properties.sizeGb.readOnly (Total Keys: 1) - schemas.AzureSourceVmDetails.properties.committedStorageBytes.readOnly (Total Keys: 1) - schemas.AzureSourceVmDetails.properties.disks.readOnly (Total Keys: 1) - schemas.AzureSourceVmDetails.properties.firmware.readOnly (Total Keys: 1) - schemas.MigrationWarning.properties.actionItem.readOnly (Total Keys: 1) - schemas.MigrationWarning.properties.helpLinks.readOnly (Total Keys: 1) - schemas.MigrationWarning.properties.warningMessage.readOnly (Total Keys: 1) - schemas.ReplicationCycle.properties.error.readOnly (Total Keys: 1) - schemas.UpgradeStatus.properties.error.readOnly (Total Keys: 1) - schemas.VmwareDiskDetails.properties.diskNumber.readOnly (Total Keys: 1) - schemas.VmwareDiskDetails.properties.label.readOnly (Total Keys: 1) - schemas.VmwareDiskDetails.properties.sizeGb.readOnly (Total Keys: 1) - schemas.VmwareSourceVmDetails.properties.committedStorageBytes.readOnly (Total Keys: 1) - schemas.VmwareSourceVmDetails.properties.disks.readOnly (Total Keys: 1) - schemas.VmwareSourceVmDetails.properties.firmware.readOnly (Total Keys: 1)
1 parent 08f0aa1 commit cb830e4

18 files changed

+650
-604
lines changed

docs/dyn/vmmigration_v1.projects.locations.imageImports.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -200,18 +200,18 @@ <h3>Method Details</h3>
200200
],
201201
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the image import.
202202
{ # 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.
203-
&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.
203+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. Suggested action for solving the warning.
204204
&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;
205205
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
206206
},
207207
&quot;code&quot;: &quot;A String&quot;, # The warning code.
208-
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
208+
&quot;helpLinks&quot;: [ # Output only. URL(s) pointing to additional information on handling the current warning.
209209
{ # Describes a URL link.
210210
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
211211
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
212212
},
213213
],
214-
&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.
214+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. The localized warning message.
215215
&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;
216216
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
217217
},
@@ -391,18 +391,18 @@ <h3>Method Details</h3>
391391
],
392392
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the image import.
393393
{ # 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.
394-
&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.
394+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. Suggested action for solving the warning.
395395
&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;
396396
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
397397
},
398398
&quot;code&quot;: &quot;A String&quot;, # The warning code.
399-
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
399+
&quot;helpLinks&quot;: [ # Output only. URL(s) pointing to additional information on handling the current warning.
400400
{ # Describes a URL link.
401401
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
402402
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
403403
},
404404
],
405-
&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.
405+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. The localized warning message.
406406
&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;
407407
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
408408
},
@@ -522,18 +522,18 @@ <h3>Method Details</h3>
522522
],
523523
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the image import.
524524
{ # 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.
525-
&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.
525+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. Suggested action for solving the warning.
526526
&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;
527527
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
528528
},
529529
&quot;code&quot;: &quot;A String&quot;, # The warning code.
530-
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
530+
&quot;helpLinks&quot;: [ # Output only. URL(s) pointing to additional information on handling the current warning.
531531
{ # Describes a URL link.
532532
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
533533
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
534534
},
535535
],
536-
&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.
536+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. The localized warning message.
537537
&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;
538538
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
539539
},

docs/dyn/vmmigration_v1.projects.locations.imageImports.imageImportJobs.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -208,18 +208,18 @@ <h3>Method Details</h3>
208208
],
209209
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the image import.
210210
{ # 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.
211-
&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.
211+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. Suggested action for solving the warning.
212212
&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;
213213
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
214214
},
215215
&quot;code&quot;: &quot;A String&quot;, # The warning code.
216-
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
216+
&quot;helpLinks&quot;: [ # Output only. URL(s) pointing to additional information on handling the current warning.
217217
{ # Describes a URL link.
218218
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
219219
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
220220
},
221221
],
222-
&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.
222+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. The localized warning message.
223223
&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;
224224
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
225225
},
@@ -307,18 +307,18 @@ <h3>Method Details</h3>
307307
],
308308
&quot;warnings&quot;: [ # Output only. Warnings that occurred during the image import.
309309
{ # 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.
310-
&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.
310+
&quot;actionItem&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. Suggested action for solving the warning.
311311
&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;
312312
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
313313
},
314314
&quot;code&quot;: &quot;A String&quot;, # The warning code.
315-
&quot;helpLinks&quot;: [ # URL(s) pointing to additional information on handling the current warning.
315+
&quot;helpLinks&quot;: [ # Output only. URL(s) pointing to additional information on handling the current warning.
316316
{ # Describes a URL link.
317317
&quot;description&quot;: &quot;A String&quot;, # Describes what the link offers.
318318
&quot;url&quot;: &quot;A String&quot;, # The URL of the link.
319319
},
320320
],
321-
&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.
321+
&quot;warningMessage&quot;: { # Provides a localized error message that is safe to return to the user which can be attached to an RPC error. # Output only. The localized warning message.
322322
&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;
323323
&quot;message&quot;: &quot;A String&quot;, # The localized error message in the above locale.
324324
},

docs/dyn/vmmigration_v1.projects.locations.sources.datacenterConnectors.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ <h3>Method Details</h3>
145145
&quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last set.
146146
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the connector was updated with an API call.
147147
&quot;upgradeStatus&quot;: { # UpgradeStatus contains information about upgradeAppliance operation. # Output only. The status of the current / last upgradeAppliance operation.
148-
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Provides details on the state of the upgrade operation in case of an error.
148+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the upgrade operation in case of an error.
149149
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
150150
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
151151
{
@@ -278,7 +278,7 @@ <h3>Method Details</h3>
278278
&quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last set.
279279
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the connector was updated with an API call.
280280
&quot;upgradeStatus&quot;: { # UpgradeStatus contains information about upgradeAppliance operation. # Output only. The status of the current / last upgradeAppliance operation.
281-
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Provides details on the state of the upgrade operation in case of an error.
281+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the upgrade operation in case of an error.
282282
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
283283
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
284284
{
@@ -351,7 +351,7 @@ <h3>Method Details</h3>
351351
&quot;stateTime&quot;: &quot;A String&quot;, # Output only. The time the state was last set.
352352
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the connector was updated with an API call.
353353
&quot;upgradeStatus&quot;: { # UpgradeStatus contains information about upgradeAppliance operation. # Output only. The status of the current / last upgradeAppliance operation.
354-
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Provides details on the state of the upgrade operation in case of an error.
354+
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Provides details on the state of the upgrade operation in case of an error.
355355
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
356356
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
357357
{

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,8 @@ <h3>Method Details</h3>
153153
],
154154
&quot;inventoryTagList&quot;: [ # AWS resource tags to limit the scope of the source inventory.
155155
{ # Tag is an AWS tag representation.
156-
&quot;key&quot;: &quot;A String&quot;, # Key of tag.
157-
&quot;value&quot;: &quot;A String&quot;, # Value of tag.
156+
&quot;key&quot;: &quot;A String&quot;, # Required. Key of tag.
157+
&quot;value&quot;: &quot;A String&quot;, # Required. Value of tag.
158158
},
159159
],
160160
&quot;migrationResourcesUserTags&quot;: { # User specified tags to add to every M2VM generated resource in AWS. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix `m2vm`.
@@ -430,8 +430,8 @@ <h3>Method Details</h3>
430430
],
431431
&quot;inventoryTagList&quot;: [ # AWS resource tags to limit the scope of the source inventory.
432432
{ # Tag is an AWS tag representation.
433-
&quot;key&quot;: &quot;A String&quot;, # Key of tag.
434-
&quot;value&quot;: &quot;A String&quot;, # Value of tag.
433+
&quot;key&quot;: &quot;A String&quot;, # Required. Key of tag.
434+
&quot;value&quot;: &quot;A String&quot;, # Required. Value of tag.
435435
},
436436
],
437437
&quot;migrationResourcesUserTags&quot;: { # User specified tags to add to every M2VM generated resource in AWS. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix `m2vm`.
@@ -526,8 +526,8 @@ <h3>Method Details</h3>
526526
],
527527
&quot;inventoryTagList&quot;: [ # AWS resource tags to limit the scope of the source inventory.
528528
{ # Tag is an AWS tag representation.
529-
&quot;key&quot;: &quot;A String&quot;, # Key of tag.
530-
&quot;value&quot;: &quot;A String&quot;, # Value of tag.
529+
&quot;key&quot;: &quot;A String&quot;, # Required. Key of tag.
530+
&quot;value&quot;: &quot;A String&quot;, # Required. Value of tag.
531531
},
532532
],
533533
&quot;migrationResourcesUserTags&quot;: { # User specified tags to add to every M2VM generated resource in AWS. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix `m2vm`.
@@ -629,8 +629,8 @@ <h3>Method Details</h3>
629629
],
630630
&quot;inventoryTagList&quot;: [ # AWS resource tags to limit the scope of the source inventory.
631631
{ # Tag is an AWS tag representation.
632-
&quot;key&quot;: &quot;A String&quot;, # Key of tag.
633-
&quot;value&quot;: &quot;A String&quot;, # Value of tag.
632+
&quot;key&quot;: &quot;A String&quot;, # Required. Key of tag.
633+
&quot;value&quot;: &quot;A String&quot;, # Required. Value of tag.
634634
},
635635
],
636636
&quot;migrationResourcesUserTags&quot;: { # User specified tags to add to every M2VM generated resource in AWS. These tags will be set in addition to the default tags that are set as part of the migration process. The tags must not begin with the reserved prefix `m2vm`.

0 commit comments

Comments
 (0)