Skip to content

Commit

Permalink
fix(vmmigration): update the API
Browse files Browse the repository at this point in the history
#### vmmigration:v1alpha1

The following keys were changed:
- schemas.ComputeScheduling.description

#### vmmigration:v1

The following keys were changed:
- schemas.ComputeScheduling.description
  • Loading branch information
yoshi-automation authored and sofisl committed Sep 4, 2024
1 parent 300f8df commit a00e01a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions discovery/vmmigration-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@
}
}
},
"revision": "20240808",
"revision": "20240822",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AccessKeyCredentials": {
Expand Down Expand Up @@ -3404,7 +3404,7 @@
"type": "object"
},
"ComputeScheduling": {
"description": "Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes.",
"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.",
"id": "ComputeScheduling",
"properties": {
"minNodeCpus": {
Expand Down
4 changes: 2 additions & 2 deletions discovery/vmmigration-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2220,7 +2220,7 @@
}
}
},
"revision": "20240808",
"revision": "20240822",
"rootUrl": "https://vmmigration.googleapis.com/",
"schemas": {
"AccessKeyCredentials": {
Expand Down Expand Up @@ -3416,7 +3416,7 @@
"type": "object"
},
"ComputeScheduling": {
"description": "Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes.",
"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.",
"id": "ComputeScheduling",
"properties": {
"automaticRestart": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/vmmigration/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ export namespace vmmigration_v1 {
zone?: string | null;
}
/**
* Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes.
* 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.
*/
export interface Schema$ComputeScheduling {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/vmmigration/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -873,7 +873,7 @@ export namespace vmmigration_v1alpha1 {
zone?: string | null;
}
/**
* Scheduling information for VM on maintenance/restart behaviour and node allocation in sole tenant nodes.
* 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.
*/
export interface Schema$ComputeScheduling {
automaticRestart?: boolean | null;
Expand Down

0 comments on commit a00e01a

Please sign in to comment.