Skip to content

Commit

Permalink
chore(instance): mark Volume's base_volume as deprecated (scaleway#1922)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot authored Nov 14, 2023
1 parent f7d9669 commit 2b0f031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/instance/v1/instance_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,7 @@ type CreateVolumeRequest struct {
// Precisely one of Size, BaseVolume, BaseSnapshot must be set.
Size *scw.Size `json:"size,omitempty"`

// BaseVolume: ID of the volume on which this volume will be based.
// Deprecated: BaseVolume: ID of the volume on which this volume will be based.
// Precisely one of Size, BaseVolume, BaseSnapshot must be set.
BaseVolume *string `json:"base_volume,omitempty"`

Expand Down

0 comments on commit 2b0f031

Please sign in to comment.