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: scaleway-async/scaleway_async/rdb/v1/api.py
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -253,7 +253,7 @@ async def list_node_types(
253
253
) ->ListNodeTypesResponse:
254
254
"""
255
255
List available node types.
256
-
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.
256
+
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.
257
257
:param region: Region to target. If none is passed will use default region from the config.
258
258
:param include_disabled_types: Defines whether or not to include disabled types.
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.
296
+
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.
297
297
:param region: Region to target. If none is passed will use default region from the config.
298
298
:param include_disabled_types: Defines whether or not to include disabled types.
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.
335
+
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.
336
336
:param region: Region to target. If none is passed will use default region from the config.
337
337
:param name: Name of the database backups.
338
338
:param order_by: Criteria to use when ordering database backups listing.
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.
388
+
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.
389
389
:param region: Region to target. If none is passed will use default region from the config.
390
390
:param name: Name of the database backups.
391
391
:param order_by: Criteria to use when ordering database backups listing.
@@ -785,7 +785,7 @@ async def list_instances(
785
785
) ->ListInstancesResponse:
786
786
"""
787
787
List Database Instances.
788
-
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.
788
+
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.
789
789
:param region: Region to target. If none is passed will use default region from the config.
790
790
:param tags: List Database Instances that have a given tag.
791
791
:param name: Lists Database Instances that match a name pattern.
@@ -838,7 +838,7 @@ async def list_instances_all(
838
838
) ->List[Instance]:
839
839
"""
840
840
List Database Instances.
841
-
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.
841
+
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.
842
842
:param region: Region to target. If none is passed will use default region from the config.
843
843
:param tags: List Database Instances that have a given tag.
844
844
:param name: Lists Database Instances that match a name pattern.
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`.
1284
+
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`.
1285
1285
:param region: Region to target. If none is passed will use default region from the config.
1286
1286
:param instance_id: UUID of the Database Instance.
1287
1287
:param start_date: Start date to gather metrics from.
@@ -2675,7 +2675,7 @@ async def list_snapshots(
2675
2675
) ->ListSnapshotsResponse:
2676
2676
"""
2677
2677
List snapshots.
2678
-
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.
2678
+
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.
2679
2679
:param region: Region to target. If none is passed will use default region from the config.
2680
2680
:param name: Name of the snapshot.
2681
2681
:param order_by: Criteria to use when ordering snapshot listing.
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.
2731
+
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.
2732
2732
:param region: Region to target. If none is passed will use default region from the config.
2733
2733
:param name: Name of the snapshot.
2734
2734
:param order_by: Criteria to use when ordering snapshot listing.
@@ -3012,7 +3012,7 @@ async def create_endpoint(
3012
3012
) ->Endpoint:
3013
3013
"""
3014
3014
Create a new Database Instance endpoint.
3015
-
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.
3015
+
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.
3016
3016
:param region: Region to target. If none is passed will use default region from the config.
3017
3017
:param instance_id: UUID of the Database Instance you to which you want to add an endpoint.
3018
3018
:param endpoint_spec: Specification of the endpoint you want to create.
0 commit comments