File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
scaleway-async/scaleway_async/lb/v1 Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 6262from .types import ListSubscriberResponse
6363from .types import PrivateNetwork
6464from .types import PrivateNetworkDHCPConfig
65+ from .types import PrivateNetworkIpamConfig
6566from .types import PrivateNetworkStaticConfig
6667from .types import Route
6768from .types import RouteMatch
139140 "ListSubscriberResponse" ,
140141 "PrivateNetwork" ,
141142 "PrivateNetworkDHCPConfig" ,
143+ "PrivateNetworkIpamConfig" ,
142144 "PrivateNetworkStaticConfig" ,
143145 "Route" ,
144146 "RouteMatch" ,
Original file line number Diff line number Diff line change @@ -1380,6 +1380,11 @@ class PrivateNetworkDHCPConfig:
13801380 pass
13811381
13821382
1383+ @dataclass
1384+ class PrivateNetworkIpamConfig :
1385+ pass
1386+
1387+
13831388@dataclass
13841389class PrivateNetworkStaticConfig :
13851390 ip_address : List [str ]
Original file line number Diff line number Diff line change 6262from .types import ListSubscriberResponse
6363from .types import PrivateNetwork
6464from .types import PrivateNetworkDHCPConfig
65+ from .types import PrivateNetworkIpamConfig
6566from .types import PrivateNetworkStaticConfig
6667from .types import Route
6768from .types import RouteMatch
139140 "ListSubscriberResponse" ,
140141 "PrivateNetwork" ,
141142 "PrivateNetworkDHCPConfig" ,
143+ "PrivateNetworkIpamConfig" ,
142144 "PrivateNetworkStaticConfig" ,
143145 "Route" ,
144146 "RouteMatch" ,
Original file line number Diff line number Diff line change @@ -1380,6 +1380,11 @@ class PrivateNetworkDHCPConfig:
13801380 pass
13811381
13821382
1383+ @dataclass
1384+ class PrivateNetworkIpamConfig :
1385+ pass
1386+
1387+
13831388@dataclass
13841389class PrivateNetworkStaticConfig :
13851390 ip_address : List [str ]
You can’t perform that action at this time.
0 commit comments