You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/rdb/v1/rdb_sdk.go
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1407,7 +1407,7 @@ type ListNodeTypesRequest struct {
1407
1407
}
1408
1408
1409
1409
// ListNodeTypes: list available node types.
1410
-
// List all available node types. By default, the databases returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field.
1410
+
// List all available node types. By default, the node types returned in the list are ordered by creation date in ascending order, though this can be modified via the `order_by` field.
@@ -1467,7 +1467,7 @@ type ListDatabaseBackupsRequest struct {
1467
1467
}
1468
1468
1469
1469
// ListDatabaseBackups: list database backups.
1470
-
// List all backups in a specified zone, for a given Scaleway Organization or Scaleway Project. By default, the backups listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
1470
+
// List all backups in a specified region, for a given Scaleway Organization or Scaleway Project. By default, the backups listed are ordered by creation date in ascending order. This can be modified via the `order_by` field.
@@ -1867,7 +1867,7 @@ type ListInstancesRequest struct {
1867
1867
}
1868
1868
1869
1869
// ListInstances: list Database Instances.
1870
-
// List all Database Instances in the specified zone, for a given Scaleway Organization or Scaleway Project. By default, the Database Instances returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. You can define additional parameters for your query, such as `tags` and `name`. For the `name` parameter, the value you include will be checked against the whole name string to see if it includes the string you put in the parameter.
1870
+
// List all Database Instances in the specified region, for a given Scaleway Organization or Scaleway Project. By default, the Database Instances returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field. You can define additional parameters for your query, such as `tags` and `name`. For the `name` parameter, the value you include will be checked against the whole name string to see if it includes the string you put in the parameter.
@@ -2326,7 +2326,7 @@ type GetInstanceMetricsRequest struct {
2326
2326
}
2327
2327
2328
2328
// GetInstanceMetrics: get Database Instance metrics.
2329
-
// Retrieve the time series metrics of a give Database Instance. You can define the period from which to retrieve metrics by specifying the `start_date` and `end_date`.
2329
+
// Retrieve the time series metrics of a given Database Instance. You can define the period from which to retrieve metrics by specifying the `start_date` and `end_date`.
@@ -3643,7 +3643,7 @@ type ListSnapshotsRequest struct {
3643
3643
}
3644
3644
3645
3645
// ListSnapshots: list snapshots.
3646
-
// List snapshots. You can include the `instance_id` or `project_id` in your query to get the list of snaphots for specific Database Instances and/or Projects. By default, the details returned in the list are ordered by creation date in ascending order, though this can be modified via the order_by field.
3646
+
// List snapshots. You can include the `instance_id` or `project_id` in your query to get the list of snapshots for specific Database Instances and/or Projects. By default, the details returned in the list are ordered by creation date in ascending order, though this can be modified via the `order_by` field.
@@ -3929,7 +3929,7 @@ type CreateEndpointRequest struct {
3929
3929
}
3930
3930
3931
3931
// CreateEndpoint: create a new Database Instance endpoint.
3932
-
// Create a new endpoint for a Database Instance. You can add `load_balacer` and `private_network` specifications to the body of the request. Note that this action replaces your current endpoint, which means you might need to update any environment configurations that point to the old endpoint.
3932
+
// Create a new endpoint for a Database Instance. You can add `load_balancer` and `private_network` specifications to the body of the request. Note that this action replaces your current endpoint, which means you might need to update any environment configurations that point to the old endpoint.
0 commit comments