We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a599ef1 commit 5fd15f6Copy full SHA for 5fd15f6
api/instance/v1/instance_sdk.go
@@ -1282,9 +1282,6 @@ type Volume struct {
1282
// Name: volume name.
1283
Name string `json:"name"`
1284
1285
- // Deprecated: ExportURI: show the volume NBD export URI.
1286
- ExportURI *string `json:"export_uri"`
1287
-
1288
// Size: volume disk size.
1289
Size scw.Size `json:"size"`
1290
0 commit comments