|
67 | 67 |
|
68 | 68 | class MongodbV1Alpha1API(API): |
69 | 69 | """ |
70 | | - This API allows you to manage your Managed Databases for MongoDB. |
| 70 | + This API allows you to manage your Managed Databases for MongoDB®. |
71 | 71 | """ |
72 | 72 |
|
73 | 73 | async def list_node_types( |
@@ -152,7 +152,7 @@ async def list_versions( |
152 | 152 | page_size: Optional[int] = None, |
153 | 153 | ) -> ListVersionsResponse: |
154 | 154 | """ |
155 | | - List available MongoDB™ versions. |
| 155 | + List available MongoDB® versions. |
156 | 156 | :param region: Region to target. If none is passed will use default region from the config. |
157 | 157 | :param version: |
158 | 158 | :param page: |
@@ -191,7 +191,7 @@ async def list_versions_all( |
191 | 191 | page_size: Optional[int] = None, |
192 | 192 | ) -> List[Version]: |
193 | 193 | """ |
194 | | - List available MongoDB™ versions. |
| 194 | + List available MongoDB® versions. |
195 | 195 | :param region: Region to target. If none is passed will use default region from the config. |
196 | 196 | :param version: |
197 | 197 | :param page: |
@@ -229,14 +229,14 @@ async def list_instances( |
229 | 229 | page_size: Optional[int] = None, |
230 | 230 | ) -> ListInstancesResponse: |
231 | 231 | """ |
232 | | - List MongoDB™ Database Instances. |
233 | | - List all MongoDB™ Database Instances in the specified region, for a given Scaleway Project. By default, the MongoDB™ 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. |
| 232 | + List MongoDB® Database Instances. |
| 233 | + List all MongoDB® Database Instances in the specified region. By default, the MongoDB® 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. |
234 | 234 | :param region: Region to target. If none is passed will use default region from the config. |
235 | 235 | :param tags: List Database Instances that have a given tag. |
236 | 236 | :param name: Lists Database Instances that match a name pattern. |
237 | 237 | :param order_by: Criteria to use when ordering Database Instance listings. |
238 | | - :param organization_id: Organization ID the Database Instance belongs to. |
239 | | - :param project_id: Project ID to list the Database Instance of. |
| 238 | + :param organization_id: Organization ID of the Database Instance. |
| 239 | + :param project_id: Project ID. |
240 | 240 | :param page: |
241 | 241 | :param page_size: |
242 | 242 | :return: :class:`ListInstancesResponse <ListInstancesResponse>` |
@@ -282,14 +282,14 @@ async def list_instances_all( |
282 | 282 | page_size: Optional[int] = None, |
283 | 283 | ) -> List[Instance]: |
284 | 284 | """ |
285 | | - List MongoDB™ Database Instances. |
286 | | - List all MongoDB™ Database Instances in the specified region, for a given Scaleway Project. By default, the MongoDB™ 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. |
| 285 | + List MongoDB® Database Instances. |
| 286 | + List all MongoDB® Database Instances in the specified region. By default, the MongoDB® 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. |
287 | 287 | :param region: Region to target. If none is passed will use default region from the config. |
288 | 288 | :param tags: List Database Instances that have a given tag. |
289 | 289 | :param name: Lists Database Instances that match a name pattern. |
290 | 290 | :param order_by: Criteria to use when ordering Database Instance listings. |
291 | | - :param organization_id: Organization ID the Database Instance belongs to. |
292 | | - :param project_id: Project ID to list the Database Instance of. |
| 291 | + :param organization_id: Organization ID of the Database Instance. |
| 292 | + :param project_id: Project ID. |
293 | 293 | :param page: |
294 | 294 | :param page_size: |
295 | 295 | :return: :class:`List[Instance] <List[Instance]>` |
@@ -323,8 +323,8 @@ async def get_instance( |
323 | 323 | region: Optional[Region] = None, |
324 | 324 | ) -> Instance: |
325 | 325 | """ |
326 | | - Get a MongoDB™ Database Instance. |
327 | | - Retrieve information about a given MongoDB™ Database Instance, specified by the `region` and `instance_id` parameters. Its full details, including name, status, IP address and port, are returned in the response object. |
| 326 | + Get a MongoDB® Database Instance. |
| 327 | + Retrieve information about a given MongoDB® Database Instance, specified by the `region` and `instance_id` parameters. Its full details, including name, status, IP address and port, are returned in the response object. |
328 | 328 | :param instance_id: UUID of the Database Instance. |
329 | 329 | :param region: Region to target. If none is passed will use default region from the config. |
330 | 330 | :return: :class:`Instance <Instance>` |
@@ -360,8 +360,8 @@ async def wait_for_instance( |
360 | 360 | ] = None, |
361 | 361 | ) -> Instance: |
362 | 362 | """ |
363 | | - Get a MongoDB™ Database Instance. |
364 | | - Retrieve information about a given MongoDB™ Database Instance, specified by the `region` and `instance_id` parameters. Its full details, including name, status, IP address and port, are returned in the response object. |
| 363 | + Get a MongoDB® Database Instance. |
| 364 | + Retrieve information about a given MongoDB® Database Instance, specified by the `region` and `instance_id` parameters. Its full details, including name, status, IP address and port, are returned in the response object. |
365 | 365 | :param instance_id: UUID of the Database Instance. |
366 | 366 | :param region: Region to target. If none is passed will use default region from the config. |
367 | 367 | :return: :class:`Instance <Instance>` |
@@ -405,9 +405,9 @@ async def create_instance( |
405 | 405 | endpoints: Optional[List[EndpointSpec]] = None, |
406 | 406 | ) -> Instance: |
407 | 407 | """ |
408 | | - Create a MongoDB™ Database Instance. |
409 | | - Create a new MongoDB™ Database Instance. |
410 | | - :param version: Version of the MongoDB™ engine. |
| 408 | + Create a MongoDB® Database Instance. |
| 409 | + Create a new MongoDB® Database Instance. |
| 410 | + :param version: Version of the MongoDB® engine. |
411 | 411 | :param node_number: Number of node to use for the Database Instance. |
412 | 412 | :param node_type: Type of node to use for the Database Instance. |
413 | 413 | :param user_name: Username created when the Database Instance is created. |
@@ -469,8 +469,8 @@ async def update_instance( |
469 | 469 | tags: Optional[List[str]] = None, |
470 | 470 | ) -> Instance: |
471 | 471 | """ |
472 | | - Update a MongoDB™ Database Instance. |
473 | | - Update the parameters of a MongoDB™ Database Instance. |
| 472 | + Update a MongoDB® Database Instance. |
| 473 | + Update the parameters of a MongoDB® Database Instance. |
474 | 474 | :param instance_id: UUID of the Database Instance to update. |
475 | 475 | :param region: Region to target. If none is passed will use default region from the config. |
476 | 476 | :param name: Name of the Database Instance. |
@@ -514,8 +514,8 @@ async def delete_instance( |
514 | 514 | region: Optional[Region] = None, |
515 | 515 | ) -> Instance: |
516 | 516 | """ |
517 | | - Delete a MongoDB™ Database Instance. |
518 | | - Delete a given MongoDB™ Database Instance, specified by the `region` and `instance_id` parameters. Deleting a MongoDB™ Database Instance is permanent, and cannot be undone. Note that upon deletion all your data will be lost. |
| 517 | + Delete a MongoDB® Database Instance. |
| 518 | + Delete a given MongoDB® Database Instance, specified by the `region` and `instance_id` parameters. Deleting a MongoDB® Database Instance is permanent, and cannot be undone. Note that upon deletion all your data will be lost. |
519 | 519 | :param instance_id: UUID of the Database Instance to delete. |
520 | 520 | :param region: Region to target. If none is passed will use default region from the config. |
521 | 521 | :return: :class:`Instance <Instance>` |
@@ -553,7 +553,7 @@ async def upgrade_instance( |
553 | 553 | Upgrade your current Database Instance specifications like volume size. |
554 | 554 | :param instance_id: UUID of the Database Instance you want to upgrade. |
555 | 555 | :param region: Region to target. If none is passed will use default region from the config. |
556 | | - :param volume_size: Increase your block storage volume size. |
| 556 | + :param volume_size: Increase your Block Storage volume size. |
557 | 557 | One-Of ('upgrade_target'): at most one of 'volume_size' could be set. |
558 | 558 | :return: :class:`Instance <Instance>` |
559 | 559 |
|
@@ -862,7 +862,7 @@ async def list_snapshots( |
862 | 862 | 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. |
863 | 863 | :param region: Region to target. If none is passed will use default region from the config. |
864 | 864 | :param instance_id: Instance ID the snapshots belongs to. |
865 | | - :param name: Lists Database snapshots that match a name pattern. |
| 865 | + :param name: Lists database snapshots that match a name pattern. |
866 | 866 | :param order_by: Criteria to use when ordering snapshot listings. |
867 | 867 | :param organization_id: Organization ID the snapshots belongs to. |
868 | 868 | :param project_id: Project ID to list the snapshots of. |
@@ -915,7 +915,7 @@ async def list_snapshots_all( |
915 | 915 | 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. |
916 | 916 | :param region: Region to target. If none is passed will use default region from the config. |
917 | 917 | :param instance_id: Instance ID the snapshots belongs to. |
918 | | - :param name: Lists Database snapshots that match a name pattern. |
| 918 | + :param name: Lists database snapshots that match a name pattern. |
919 | 919 | :param order_by: Criteria to use when ordering snapshot listings. |
920 | 920 | :param organization_id: Organization ID the snapshots belongs to. |
921 | 921 | :param project_id: Project ID to list the snapshots of. |
@@ -953,7 +953,7 @@ async def delete_snapshot( |
953 | 953 | ) -> Snapshot: |
954 | 954 | """ |
955 | 955 | Delete a Database Instance snapshot. |
956 | | - Delete a given snapshot of a Database Instance. You must specify, in the endpoint, the `snapshot_id` parameter of the snapshot you want to delete. |
| 956 | + Delete a given snapshot of a Database Instance. You must specify, in the endpoint, the `snapshot_id` parameter of the snapshot you want to delete. |
957 | 957 | :param snapshot_id: UUID of the snapshot. |
958 | 958 | :param region: Region to target. If none is passed will use default region from the config. |
959 | 959 | :return: :class:`Snapshot <Snapshot>` |
|
0 commit comments