We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fd838 commit 5dfa973Copy full SHA for 5dfa973
scaleway-async/scaleway_async/rdb/v1/types.py
@@ -250,7 +250,10 @@ def __str__(self) -> str:
250
class ACLRule:
251
ip: str
252
253
- port: int
+ port: Optional[int]
254
+ """
255
+ :deprecated
256
257
258
protocol: ACLRuleProtocol
259
scaleway/scaleway/rdb/v1/types.py
0 commit comments