File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed
scaleway-async/scaleway_async/k8s/v1 Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ async def migrate_cluster_to_routed_i_ps(
723723 """
724724 Migrate a cluster to Routed IPs.
725725 Migrate the nodes of an existing cluster to Routed IPs and enable Routed IPs for all future nodes.
726- :param cluster_id:
726+ :param cluster_id: Cluster ID for which the routed ip will be enabled for the nodes.
727727 :param region: Region to target. If none is passed will use default region from the config.
728728 :return: :class:`Cluster <Cluster>`
729729
Original file line number Diff line number Diff line change @@ -1697,6 +1697,9 @@ class ListVersionsResponse:
16971697@dataclass
16981698class MigrateClusterToRoutedIPsRequest :
16991699 cluster_id : str
1700+ """
1701+ Cluster ID for which the routed ip will be enabled for the nodes.
1702+ """
17001703
17011704 region : Optional [Region ]
17021705 """
Original file line number Diff line number Diff line change @@ -723,7 +723,7 @@ def migrate_cluster_to_routed_i_ps(
723723 """
724724 Migrate a cluster to Routed IPs.
725725 Migrate the nodes of an existing cluster to Routed IPs and enable Routed IPs for all future nodes.
726- :param cluster_id:
726+ :param cluster_id: Cluster ID for which the routed ip will be enabled for the nodes.
727727 :param region: Region to target. If none is passed will use default region from the config.
728728 :return: :class:`Cluster <Cluster>`
729729
Original file line number Diff line number Diff line change @@ -1697,6 +1697,9 @@ class ListVersionsResponse:
16971697@dataclass
16981698class MigrateClusterToRoutedIPsRequest :
16991699 cluster_id : str
1700+ """
1701+ Cluster ID for which the routed ip will be enabled for the nodes.
1702+ """
17001703
17011704 region : Optional [Region ]
17021705 """
You can’t perform that action at this time.
0 commit comments