Skip to content

Commit 5bcdbf5

Browse files
feat(vmmigration): update the api
#### vmmigration:v1 The following keys were added: - schemas.ComputeEngineTargetDefaults.properties.hostname.type (Total Keys: 1) - schemas.ComputeEngineTargetDetails.properties.hostname.type (Total Keys: 1) #### vmmigration:v1alpha1 The following keys were added: - schemas.ComputeEngineTargetDefaults.properties.hostname.type (Total Keys: 1) - schemas.ComputeEngineTargetDetails.properties.hostname.type (Total Keys: 1)
1 parent 2a56bff commit 5bcdbf5

8 files changed

+59
-7
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ <h3>Method Details</h3>
173173
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
174174
},
175175
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
176+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
176177
&quot;labels&quot;: { # A map of labels to associate with the VM.
177178
&quot;a_key&quot;: &quot;A String&quot;,
178179
},
@@ -285,6 +286,7 @@ <h3>Method Details</h3>
285286
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
286287
},
287288
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
289+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
288290
&quot;labels&quot;: { # A map of labels to associate with the VM.
289291
&quot;a_key&quot;: &quot;A String&quot;,
290292
},
@@ -373,6 +375,7 @@ <h3>Method Details</h3>
373375
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
374376
},
375377
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
378+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
376379
&quot;labels&quot;: { # A map of labels to associate with the VM.
377380
&quot;a_key&quot;: &quot;A String&quot;,
378381
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ <h3>Method Details</h3>
173173
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
174174
},
175175
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
176+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
176177
&quot;labels&quot;: { # A map of labels to associate with the VM.
177178
&quot;a_key&quot;: &quot;A String&quot;,
178179
},
@@ -287,6 +288,7 @@ <h3>Method Details</h3>
287288
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
288289
},
289290
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
291+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
290292
&quot;labels&quot;: { # A map of labels to associate with the VM.
291293
&quot;a_key&quot;: &quot;A String&quot;,
292294
},
@@ -377,6 +379,7 @@ <h3>Method Details</h3>
377379
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
378380
},
379381
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
382+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
380383
&quot;labels&quot;: { # A map of labels to associate with the VM.
381384
&quot;a_key&quot;: &quot;A String&quot;,
382385
},

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ <h3>Method Details</h3>
160160
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
161161
},
162162
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
163+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
163164
&quot;labels&quot;: { # A map of labels to associate with the VM.
164165
&quot;a_key&quot;: &quot;A String&quot;,
165166
},
@@ -240,6 +241,7 @@ <h3>Method Details</h3>
240241
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
241242
},
242243
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
244+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
243245
&quot;labels&quot;: { # A map of labels to associate with the VM.
244246
&quot;a_key&quot;: &quot;A String&quot;,
245247
},
@@ -308,6 +310,7 @@ <h3>Method Details</h3>
308310
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
309311
},
310312
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
313+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
311314
&quot;labels&quot;: { # A map of labels to associate with the VM.
312315
&quot;a_key&quot;: &quot;A String&quot;,
313316
},
@@ -512,6 +515,7 @@ <h3>Method Details</h3>
512515
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
513516
},
514517
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
518+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
515519
&quot;labels&quot;: { # A map of labels to associate with the VM.
516520
&quot;a_key&quot;: &quot;A String&quot;,
517521
},
@@ -592,6 +596,7 @@ <h3>Method Details</h3>
592596
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
593597
},
594598
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
599+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
595600
&quot;labels&quot;: { # A map of labels to associate with the VM.
596601
&quot;a_key&quot;: &quot;A String&quot;,
597602
},
@@ -660,6 +665,7 @@ <h3>Method Details</h3>
660665
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
661666
},
662667
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
668+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
663669
&quot;labels&quot;: { # A map of labels to associate with the VM.
664670
&quot;a_key&quot;: &quot;A String&quot;,
665671
},
@@ -764,6 +770,7 @@ <h3>Method Details</h3>
764770
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
765771
},
766772
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
773+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
767774
&quot;labels&quot;: { # A map of labels to associate with the VM.
768775
&quot;a_key&quot;: &quot;A String&quot;,
769776
},
@@ -844,6 +851,7 @@ <h3>Method Details</h3>
844851
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
845852
},
846853
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
854+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
847855
&quot;labels&quot;: { # A map of labels to associate with the VM.
848856
&quot;a_key&quot;: &quot;A String&quot;,
849857
},
@@ -912,6 +920,7 @@ <h3>Method Details</h3>
912920
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
913921
},
914922
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
923+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
915924
&quot;labels&quot;: { # A map of labels to associate with the VM.
916925
&quot;a_key&quot;: &quot;A String&quot;,
917926
},
@@ -1020,6 +1029,7 @@ <h3>Method Details</h3>
10201029
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
10211030
},
10221031
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1032+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
10231033
&quot;labels&quot;: { # A map of labels to associate with the VM.
10241034
&quot;a_key&quot;: &quot;A String&quot;,
10251035
},
@@ -1100,6 +1110,7 @@ <h3>Method Details</h3>
11001110
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
11011111
},
11021112
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1113+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
11031114
&quot;labels&quot;: { # A map of labels to associate with the VM.
11041115
&quot;a_key&quot;: &quot;A String&quot;,
11051116
},
@@ -1168,6 +1179,7 @@ <h3>Method Details</h3>
11681179
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
11691180
},
11701181
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
1182+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
11711183
&quot;labels&quot;: { # A map of labels to associate with the VM.
11721184
&quot;a_key&quot;: &quot;A String&quot;,
11731185
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ <h3>Method Details</h3>
174174
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
175175
},
176176
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
177+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
177178
&quot;labels&quot;: { # A map of labels to associate with the VM.
178179
&quot;a_key&quot;: &quot;A String&quot;,
179180
},
@@ -392,6 +393,7 @@ <h3>Method Details</h3>
392393
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
393394
},
394395
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
396+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
395397
&quot;labels&quot;: { # A map of labels to associate with the VM.
396398
&quot;a_key&quot;: &quot;A String&quot;,
397399
},
@@ -586,6 +588,7 @@ <h3>Method Details</h3>
586588
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
587589
},
588590
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
591+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
589592
&quot;labels&quot;: { # A map of labels to associate with the VM.
590593
&quot;a_key&quot;: &quot;A String&quot;,
591594
},

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ <h3>Method Details</h3>
174174
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
175175
},
176176
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
177+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
177178
&quot;labels&quot;: { # A map of labels to associate with the VM.
178179
&quot;a_key&quot;: &quot;A String&quot;,
179180
},
@@ -395,6 +396,7 @@ <h3>Method Details</h3>
395396
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
396397
},
397398
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
399+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
398400
&quot;labels&quot;: { # A map of labels to associate with the VM.
399401
&quot;a_key&quot;: &quot;A String&quot;,
400402
},
@@ -592,6 +594,7 @@ <h3>Method Details</h3>
592594
&quot;restartType&quot;: &quot;A String&quot;, # Whether the Instance should be automatically restarted whenever it is terminated by Compute Engine (not terminated by user). This configuration is identical to `automaticRestart` field in Compute Engine create instance under scheduling. It was changed to an enum (instead of a boolean) to match the default value in Compute Engine which is automatic restart.
593595
},
594596
&quot;diskType&quot;: &quot;A String&quot;, # The disk type to use in the VM.
597+
&quot;hostname&quot;: &quot;A String&quot;, # The hostname to assign to the VM.
595598
&quot;labels&quot;: { # A map of labels to associate with the VM.
596599
&quot;a_key&quot;: &quot;A String&quot;,
597600
},

0 commit comments

Comments
 (0)