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/iam/v1alpha1/api.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -1289,7 +1289,7 @@ async def get_group(
1289
1289
) ->Group:
1290
1290
"""
1291
1291
Get a group.
1292
-
Retrive information about a given group, specified by the `group_id` parameter. The group's full details, including `user_ids` and `application_ids` are returned in the response.
1292
+
Retrieve information about a given group, specified by the `group_id` parameter. The group's full details, including `user_ids` and `application_ids` are returned in the response.
1293
1293
:param group_id: ID of the group.
1294
1294
:return: :class:`Group <Group>`
1295
1295
@@ -2249,7 +2249,7 @@ async def get_api_key(
2249
2249
) ->APIKey:
2250
2250
"""
2251
2251
Get an API key.
2252
-
Retrive information about an API key, specified by the `access_key` parameter. The API key's details, including either the `user_id` or `application_id` of its bearer are returned in the response. Note that the string value for the `secret_key` is nullable, and therefore is not displayed in the response. The `secret_key` value is only displayed upon API key creation.
2252
+
Retrieve information about an API key, specified by the `access_key` parameter. The API key's details, including either the `user_id` or `application_id` of its bearer are returned in the response. Note that the string value for the `secret_key` is nullable, and therefore is not displayed in the response. The `secret_key` value is only displayed upon API key creation.
Copy file name to clipboardExpand all lines: scaleway-async/scaleway_async/interlink/v1beta1/api.py
+1-1
Original file line number
Diff line number
Diff line change
@@ -768,7 +768,7 @@ async def create_link(
768
768
) ->Link:
769
769
"""
770
770
Create a link.
771
-
Create a link (InterLink session / logical InterLink resource) in a given PoP, specifying its various configuration details. Links can either be hosted (faciliated by partners' shared physical connections) or self-hosted (for users who have purchased a dedicated physical connection).
771
+
Create a link (InterLink session / logical InterLink resource) in a given PoP, specifying its various configuration details. Links can either be hosted (facilitated by partners' shared physical connections) or self-hosted (for users who have purchased a dedicated physical connection).
772
772
:param name: Name of the link.
773
773
:param pop_id: PoP (location) where the link will be created.
774
774
:param bandwidth_mbps: Desired bandwidth for the link. Must be compatible with available link bandwidths and remaining bandwidth capacity of the connection.
Update an advanced setting for a Database Instance. Settings added upon database engine initalization can only be defined once, and cannot, therefore, be updated.
1961
+
Update an advanced setting for a Database Instance. Settings added upon database engine initialization can only be defined once, and cannot, therefore, be updated.
1962
1962
:param instance_id: UUID of the Database Instance where the settings must be set.
1963
1963
:param settings: Settings to define for the Database Instance.
1964
1964
:param region: Region to target. If none is passed will use default region from the config.
Update an advanced setting for a Redis™ Database Instance (Redis™ cluster). Settings added upon database engine initalization can only be defined once, and cannot, therefore, be updated.
840
+
Update an advanced setting for a Redis™ Database Instance (Redis™ cluster). Settings added upon database engine initialization can only be defined once, and cannot, therefore, be updated.
841
841
:param cluster_id: UUID of the Database Instance where the settings must be set.
842
842
:param settings: Settings to define for the Database Instance.
843
843
:param zone: Zone to target. If none is passed will use default zone from the config.
0 commit comments