File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
scaleway-async/scaleway_async/cockpit/v1beta1
scaleway/scaleway/cockpit/v1beta1 Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ async def activate_cockpit(
7474 project_id : Optional [str ] = None ,
7575 ) -> Cockpit :
7676 """
77+ Activate a cockpit associated with the given project ID.
78+ :param project_id:
79+ :return: :class:`Cockpit <Cockpit>`
7780
7881 Usage:
7982 ::
@@ -160,6 +163,9 @@ async def deactivate_cockpit(
160163 project_id : Optional [str ] = None ,
161164 ) -> Cockpit :
162165 """
166+ Deactivate a cockpit associated with the given project ID.
167+ :param project_id:
168+ :return: :class:`Cockpit <Cockpit>`
163169
164170 Usage:
165171 ::
Original file line number Diff line number Diff line change @@ -74,6 +74,9 @@ def activate_cockpit(
7474 project_id : Optional [str ] = None ,
7575 ) -> Cockpit :
7676 """
77+ Activate a cockpit associated with the given project ID.
78+ :param project_id:
79+ :return: :class:`Cockpit <Cockpit>`
7780
7881 Usage:
7982 ::
@@ -160,6 +163,9 @@ def deactivate_cockpit(
160163 project_id : Optional [str ] = None ,
161164 ) -> Cockpit :
162165 """
166+ Deactivate a cockpit associated with the given project ID.
167+ :param project_id:
168+ :return: :class:`Cockpit <Cockpit>`
163169
164170 Usage:
165171 ::
You can’t perform that action at this time.
0 commit comments