File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
scaleway-async/scaleway_async/vpc/v1 Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ async def update_private_network(
224224 :param private_network_id: The private network ID
225225 :param name: The name of the private network
226226 :param tags: The private networks tags
227- :param subnets: Private network subnets CIDR
227+ :param subnets: Private network subnets CIDR (deprecated)
228228 :return: :class:`PrivateNetwork <PrivateNetwork>`
229229
230230 Usage:
Original file line number Diff line number Diff line change @@ -194,7 +194,8 @@ class UpdatePrivateNetworkRequest:
194194
195195 subnets : Optional [List [str ]]
196196 """
197- Private network subnets CIDR
197+ Private network subnets CIDR (deprecated)
198+ :deprecated
198199 """
199200
200201
Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ def update_private_network(
224224 :param private_network_id: The private network ID
225225 :param name: The name of the private network
226226 :param tags: The private networks tags
227- :param subnets: Private network subnets CIDR
227+ :param subnets: Private network subnets CIDR (deprecated)
228228 :return: :class:`PrivateNetwork <PrivateNetwork>`
229229
230230 Usage:
Original file line number Diff line number Diff line change @@ -194,7 +194,8 @@ class UpdatePrivateNetworkRequest:
194194
195195 subnets : Optional [List [str ]]
196196 """
197- Private network subnets CIDR
197+ Private network subnets CIDR (deprecated)
198+ :deprecated
198199 """
199200
200201
You can’t perform that action at this time.
0 commit comments