Skip to content

Commit 682f5c2

Browse files
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - schemas.AwsSourceVmDetails.properties.architecture (Total Keys: 2) - schemas.AzureSourceVmDetails.properties.architecture (Total Keys: 2) - schemas.AzureVmDetails.properties.architecture.type (Total Keys: 1) - schemas.VmwareSourceVmDetails.properties.architecture (Total Keys: 2) - schemas.VmwareVmDetails.properties.architecture (Total Keys: 2) #### vmmigration:v1alpha1 The following keys were added: - schemas.AwsSourceVmDetails.properties.architecture (Total Keys: 2) - schemas.AzureSourceVmDetails.properties.architecture (Total Keys: 2) - schemas.AzureVmDetails.properties.architecture.type (Total Keys: 1) - schemas.VmwareSourceVmDetails.properties.architecture (Total Keys: 2) - schemas.VmwareVmDetails.properties.architecture (Total Keys: 2)
1 parent a1fd085 commit 682f5c2

8 files changed

+184
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,7 @@ <h3>Method Details</h3>
324324
&quot;azureVms&quot;: { # AzureVmsDetails describes VMs in Azure. # The description of the VMs in a Source of type Azure.
325325
&quot;details&quot;: [ # The details of the Azure VMs.
326326
{ # AzureVmDetails describes a VM in Azure.
327+
&quot;architecture&quot;: &quot;A String&quot;, # The CPU architecture.
327328
&quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option.
328329
&quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
329330
&quot;computerName&quot;: &quot;A String&quot;, # The VM&#x27;s ComputerName.
@@ -362,6 +363,7 @@ <h3>Method Details</h3>
362363
&quot;vmwareVms&quot;: { # VmwareVmsDetails describes VMs in vCenter. # The description of the VMs in a Source of type Vmware.
363364
&quot;details&quot;: [ # The details of the vmware VMs.
364365
{ # VmwareVmDetails describes a VM in vCenter.
366+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The CPU architecture.
365367
&quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
366368
&quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
367369
&quot;cpuCount&quot;: 42, # The number of cpus in the VM.

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ <h3>Method Details</h3>
139139

140140
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
141141
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
142+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
142143
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
143144
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
144145
{ # The details of an AWS instance disk.
@@ -156,6 +157,7 @@ <h3>Method Details</h3>
156157
},
157158
},
158159
&quot;azureSourceVmDetails&quot;: { # Represent the source Azure VM details. # Output only. Details of the VM from an Azure source.
160+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
159161
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
160162
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
161163
{ # The details of an Azure VM disk.
@@ -763,6 +765,7 @@ <h3>Method Details</h3>
763765
&quot;stateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM state was updated.
764766
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
765767
&quot;vmwareSourceVmDetails&quot;: { # Represent the source Vmware VM details. # Output only. Details of the VM from a Vmware source.
768+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
766769
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
767770
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
768771
{ # The details of a Vmware VM disk.
@@ -909,6 +912,7 @@ <h3>Method Details</h3>
909912

910913
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
911914
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
915+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
912916
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
913917
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
914918
{ # The details of an AWS instance disk.
@@ -926,6 +930,7 @@ <h3>Method Details</h3>
926930
},
927931
},
928932
&quot;azureSourceVmDetails&quot;: { # Represent the source Azure VM details. # Output only. Details of the VM from an Azure source.
933+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
929934
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
930935
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
931936
{ # The details of an Azure VM disk.
@@ -1533,6 +1538,7 @@ <h3>Method Details</h3>
15331538
&quot;stateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM state was updated.
15341539
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
15351540
&quot;vmwareSourceVmDetails&quot;: { # Represent the source Vmware VM details. # Output only. Details of the VM from a Vmware source.
1541+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
15361542
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
15371543
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
15381544
{ # The details of a Vmware VM disk.
@@ -1579,6 +1585,7 @@ <h3>Method Details</h3>
15791585
&quot;migratingVms&quot;: [ # Output only. The list of Migrating VMs response.
15801586
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
15811587
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
1588+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
15821589
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
15831590
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
15841591
{ # The details of an AWS instance disk.
@@ -1596,6 +1603,7 @@ <h3>Method Details</h3>
15961603
},
15971604
},
15981605
&quot;azureSourceVmDetails&quot;: { # Represent the source Azure VM details. # Output only. Details of the VM from an Azure source.
1606+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
15991607
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
16001608
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
16011609
{ # The details of an Azure VM disk.
@@ -2203,6 +2211,7 @@ <h3>Method Details</h3>
22032211
&quot;stateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM state was updated.
22042212
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
22052213
&quot;vmwareSourceVmDetails&quot;: { # Represent the source Vmware VM details. # Output only. Details of the VM from a Vmware source.
2214+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
22062215
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
22072216
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
22082217
{ # The details of a Vmware VM disk.
@@ -2253,6 +2262,7 @@ <h3>Method Details</h3>
22532262

22542263
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
22552264
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
2265+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
22562266
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
22572267
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
22582268
{ # The details of an AWS instance disk.
@@ -2270,6 +2280,7 @@ <h3>Method Details</h3>
22702280
},
22712281
},
22722282
&quot;azureSourceVmDetails&quot;: { # Represent the source Azure VM details. # Output only. Details of the VM from an Azure source.
2283+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
22732284
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
22742285
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
22752286
{ # The details of an Azure VM disk.
@@ -2877,6 +2888,7 @@ <h3>Method Details</h3>
28772888
&quot;stateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM state was updated.
28782889
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
28792890
&quot;vmwareSourceVmDetails&quot;: { # Represent the source Vmware VM details. # Output only. Details of the VM from a Vmware source.
2891+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
28802892
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
28812893
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
28822894
{ # The details of a Vmware VM disk.

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ <h3>Method Details</h3>
139139
},
140140
&quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s ID in the source.
141141
&quot;vmwareVmDetails&quot;: { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware.
142+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The CPU architecture.
142143
&quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
143144
&quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
144145
&quot;cpuCount&quot;: 42, # The number of cpus in the VM.
@@ -274,6 +275,7 @@ <h3>Method Details</h3>
274275
},
275276
&quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s ID in the source.
276277
&quot;vmwareVmDetails&quot;: { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware.
278+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The CPU architecture.
277279
&quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
278280
&quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
279281
&quot;cpuCount&quot;: 42, # The number of cpus in the VM.
@@ -353,6 +355,7 @@ <h3>Method Details</h3>
353355
},
354356
&quot;vmId&quot;: &quot;A String&quot;, # The VM&#x27;s ID in the source.
355357
&quot;vmwareVmDetails&quot;: { # VmwareVmDetails describes a VM in vCenter. # The description of the VM in a Source of type Vmware.
358+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The CPU architecture.
356359
&quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
357360
&quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
358361
&quot;cpuCount&quot;: 42, # The number of cpus in the VM.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,7 @@ <h3>Method Details</h3>
333333
&quot;azureVms&quot;: { # AzureVmsDetails describes VMs in Azure. # The description of the VMs in a Source of type Azure.
334334
&quot;details&quot;: [ # The details of the Azure VMs.
335335
{ # AzureVmDetails describes a VM in Azure.
336+
&quot;architecture&quot;: &quot;A String&quot;, # The CPU architecture.
336337
&quot;bootOption&quot;: &quot;A String&quot;, # The VM Boot Option.
337338
&quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
338339
&quot;computerName&quot;: &quot;A String&quot;, # The VM&#x27;s ComputerName.
@@ -371,6 +372,7 @@ <h3>Method Details</h3>
371372
&quot;vmwareVms&quot;: { # VmwareVmsDetails describes VMs in vCenter. # The description of the VMs in a Source of type Vmware.
372373
&quot;details&quot;: [ # The details of the vmware VMs.
373374
{ # VmwareVmDetails describes a VM in vCenter.
375+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The CPU architecture.
374376
&quot;bootOption&quot;: &quot;A String&quot;, # Output only. The VM Boot Option.
375377
&quot;committedStorage&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.
376378
&quot;committedStorageMb&quot;: &quot;A String&quot;, # The total size of the storage allocated to the VM in MB.

docs/dyn/vmmigration_v1alpha1.projects.locations.sources.migratingVms.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ <h3>Method Details</h3>
139139

140140
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
141141
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
142+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
142143
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
143144
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
144145
{ # The details of an AWS instance disk.
@@ -156,6 +157,7 @@ <h3>Method Details</h3>
156157
},
157158
},
158159
&quot;azureSourceVmDetails&quot;: { # Represent the source Azure VM details. # Output only. Details of the VM from an Azure source.
160+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
159161
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
160162
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
161163
{ # The details of an Azure VM disk.
@@ -1096,6 +1098,7 @@ <h3>Method Details</h3>
10961098
},
10971099
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
10981100
&quot;vmwareSourceVmDetails&quot;: { # Represent the source Vmware VM details. # Output only. Details of the VM from a Vmware source.
1101+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
10991102
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
11001103
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
11011104
{ # The details of a Vmware VM disk.
@@ -1242,6 +1245,7 @@ <h3>Method Details</h3>
12421245

12431246
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
12441247
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
1248+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
12451249
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
12461250
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
12471251
{ # The details of an AWS instance disk.
@@ -1259,6 +1263,7 @@ <h3>Method Details</h3>
12591263
},
12601264
},
12611265
&quot;azureSourceVmDetails&quot;: { # Represent the source Azure VM details. # Output only. Details of the VM from an Azure source.
1266+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
12621267
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
12631268
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
12641269
{ # The details of an Azure VM disk.
@@ -2199,6 +2204,7 @@ <h3>Method Details</h3>
21992204
},
22002205
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
22012206
&quot;vmwareSourceVmDetails&quot;: { # Represent the source Vmware VM details. # Output only. Details of the VM from a Vmware source.
2207+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
22022208
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
22032209
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
22042210
{ # The details of a Vmware VM disk.
@@ -2245,6 +2251,7 @@ <h3>Method Details</h3>
22452251
&quot;migratingVms&quot;: [ # Output only. The list of Migrating VMs response.
22462252
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
22472253
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
2254+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
22482255
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
22492256
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
22502257
{ # The details of an AWS instance disk.
@@ -2262,6 +2269,7 @@ <h3>Method Details</h3>
22622269
},
22632270
},
22642271
&quot;azureSourceVmDetails&quot;: { # Represent the source Azure VM details. # Output only. Details of the VM from an Azure source.
2272+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
22652273
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
22662274
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
22672275
{ # The details of an Azure VM disk.
@@ -3202,6 +3210,7 @@ <h3>Method Details</h3>
32023210
},
32033211
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
32043212
&quot;vmwareSourceVmDetails&quot;: { # Represent the source Vmware VM details. # Output only. Details of the VM from a Vmware source.
3213+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
32053214
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
32063215
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
32073216
{ # The details of a Vmware VM disk.
@@ -3252,6 +3261,7 @@ <h3>Method Details</h3>
32523261

32533262
{ # MigratingVm describes the VM that will be migrated from a Source environment and its replication state.
32543263
&quot;awsSourceVmDetails&quot;: { # Represent the source AWS VM details. # Output only. Details of the VM from an AWS source.
3264+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
32553265
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
32563266
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
32573267
{ # The details of an AWS instance disk.
@@ -3269,6 +3279,7 @@ <h3>Method Details</h3>
32693279
},
32703280
},
32713281
&quot;azureSourceVmDetails&quot;: { # Represent the source Azure VM details. # Output only. Details of the VM from an Azure source.
3282+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
32723283
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
32733284
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
32743285
{ # The details of an Azure VM disk.
@@ -4209,6 +4220,7 @@ <h3>Method Details</h3>
42094220
},
42104221
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The last time the migrating VM resource was updated.
42114222
&quot;vmwareSourceVmDetails&quot;: { # Represent the source Vmware VM details. # Output only. Details of the VM from a Vmware source.
4223+
&quot;architecture&quot;: &quot;A String&quot;, # Output only. The VM architecture.
42124224
&quot;committedStorageBytes&quot;: &quot;A String&quot;, # Output only. The total size of the disks being migrated in bytes.
42134225
&quot;disks&quot;: [ # Output only. The disks attached to the source VM.
42144226
{ # The details of a Vmware VM disk.

0 commit comments

Comments
 (0)