Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions scaleway-async/scaleway_async/cockpit/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ async def list_plans(
"""
List plan types.
Retrieve a list of available pricing plan types.
Deprecated: retention is now managed at the data source level.
Deprecated due to retention now being managed at the data source level.
:param page: Page number.
:param page_size: Page size.
:param order_by:
Expand Down Expand Up @@ -497,7 +497,7 @@ async def list_plans_all(
"""
List plan types.
Retrieve a list of available pricing plan types.
Deprecated: retention is now managed at the data source level.
Deprecated due to retention now being managed at the data source level.
:param page: Page number.
:param page_size: Page size.
:param order_by:
Expand Down Expand Up @@ -530,7 +530,7 @@ async def select_plan(
"""
Apply a pricing plan.
Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply.
Deprecated: retention is now managed at the data source level.
Deprecated due to retention now being managed at the data source level.
:param project_id: ID of the Project.
:param plan_name: Name of the pricing plan.
:return: :class:`Plan <Plan>`
Expand Down Expand Up @@ -565,7 +565,7 @@ async def get_current_plan(
"""
Get current plan.
Retrieve a pricing plan for the given Project, specified by the ID of the Project.
Deprecated: retention is now managed at the data source level.
Deprecated due to retention now being managed at the data source level.
:param project_id: ID of the Project.
:return: :class:`Plan <Plan>`
:deprecated
Expand Down
8 changes: 4 additions & 4 deletions scaleway/scaleway/cockpit/v1/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ def list_plans(
"""
List plan types.
Retrieve a list of available pricing plan types.
Deprecated: retention is now managed at the data source level.
Deprecated due to retention now being managed at the data source level.
:param page: Page number.
:param page_size: Page size.
:param order_by:
Expand Down Expand Up @@ -497,7 +497,7 @@ def list_plans_all(
"""
List plan types.
Retrieve a list of available pricing plan types.
Deprecated: retention is now managed at the data source level.
Deprecated due to retention now being managed at the data source level.
:param page: Page number.
:param page_size: Page size.
:param order_by:
Expand Down Expand Up @@ -530,7 +530,7 @@ def select_plan(
"""
Apply a pricing plan.
Apply a pricing plan on a given Project. You must specify the ID of the pricing plan type. Note that you will be billed for the plan you apply.
Deprecated: retention is now managed at the data source level.
Deprecated due to retention now being managed at the data source level.
:param project_id: ID of the Project.
:param plan_name: Name of the pricing plan.
:return: :class:`Plan <Plan>`
Expand Down Expand Up @@ -565,7 +565,7 @@ def get_current_plan(
"""
Get current plan.
Retrieve a pricing plan for the given Project, specified by the ID of the Project.
Deprecated: retention is now managed at the data source level.
Deprecated due to retention now being managed at the data source level.
:param project_id: ID of the Project.
:return: :class:`Plan <Plan>`
:deprecated
Expand Down