Skip to content

Commit a00e01a

Browse files
yoshi-automationsofisl
authored andcommitted
fix(vmmigration): update the API
#### vmmigration:v1alpha1 The following keys were changed: - schemas.ComputeScheduling.description #### vmmigration:v1 The following keys were changed: - schemas.ComputeScheduling.description
1 parent 300f8df commit a00e01a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/vmmigration-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@
22202220
}
22212221
}
22222222
},
2223-
"revision": "20240808",
2223+
"revision": "20240822",
22242224
"rootUrl": "https://vmmigration.googleapis.com/",
22252225
"schemas": {
22262226
"AccessKeyCredentials": {
@@ -3404,7 +3404,7 @@
34043404
"type": "object"
34053405
},
34063406
"ComputeScheduling": {
3407-
"description": "Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes.",
3407+
"description": "Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. Options for instance behavior when the host machine undergoes maintenance that may temporarily impact instance performance.",
34083408
"id": "ComputeScheduling",
34093409
"properties": {
34103410
"minNodeCpus": {

discovery/vmmigration-v1alpha1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2220,7 +2220,7 @@
22202220
}
22212221
}
22222222
},
2223-
"revision": "20240808",
2223+
"revision": "20240822",
22242224
"rootUrl": "https://vmmigration.googleapis.com/",
22252225
"schemas": {
22262226
"AccessKeyCredentials": {
@@ -3416,7 +3416,7 @@
34163416
"type": "object"
34173417
},
34183418
"ComputeScheduling": {
3419-
"description": "Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes.",
3419+
"description": "Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. Options for instance behavior when the host machine undergoes maintenance that may temporarily impact instance performance.",
34203420
"id": "ComputeScheduling",
34213421
"properties": {
34223422
"automaticRestart": {

src/apis/vmmigration/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ export namespace vmmigration_v1 {
865865
zone?: string | null;
866866
}
867867
/**
868-
* Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes.
868+
* Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. Options for instance behavior when the host machine undergoes maintenance that may temporarily impact instance performance.
869869
*/
870870
export interface Schema$ComputeScheduling {
871871
/**

src/apis/vmmigration/v1alpha1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ export namespace vmmigration_v1alpha1 {
873873
zone?: string | null;
874874
}
875875
/**
876-
* Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes.
876+
* Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes. Options for instance behavior when the host machine undergoes maintenance that may temporarily impact instance performance.
877877
*/
878878
export interface Schema$ComputeScheduling {
879879
automaticRestart?: boolean | null;

0 commit comments

Comments
 (0)