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 62
62
from .types import ListSubscriberResponse
63
63
from .types import PrivateNetwork
64
64
from .types import PrivateNetworkDHCPConfig
65
+ from .types import PrivateNetworkIpamConfig
65
66
from .types import PrivateNetworkStaticConfig
66
67
from .types import Route
67
68
from .types import RouteMatch
139
140
"ListSubscriberResponse" ,
140
141
"PrivateNetwork" ,
141
142
"PrivateNetworkDHCPConfig" ,
143
+ "PrivateNetworkIpamConfig" ,
142
144
"PrivateNetworkStaticConfig" ,
143
145
"Route" ,
144
146
"RouteMatch" ,
Original file line number Diff line number Diff line change @@ -1380,6 +1380,11 @@ class PrivateNetworkDHCPConfig:
1380
1380
pass
1381
1381
1382
1382
1383
+ @dataclass
1384
+ class PrivateNetworkIpamConfig :
1385
+ pass
1386
+
1387
+
1383
1388
@dataclass
1384
1389
class PrivateNetworkStaticConfig :
1385
1390
ip_address : List [str ]
Original file line number Diff line number Diff line change 62
62
from .types import ListSubscriberResponse
63
63
from .types import PrivateNetwork
64
64
from .types import PrivateNetworkDHCPConfig
65
+ from .types import PrivateNetworkIpamConfig
65
66
from .types import PrivateNetworkStaticConfig
66
67
from .types import Route
67
68
from .types import RouteMatch
139
140
"ListSubscriberResponse" ,
140
141
"PrivateNetwork" ,
141
142
"PrivateNetworkDHCPConfig" ,
143
+ "PrivateNetworkIpamConfig" ,
142
144
"PrivateNetworkStaticConfig" ,
143
145
"Route" ,
144
146
"RouteMatch" ,
Original file line number Diff line number Diff line change @@ -1380,6 +1380,11 @@ class PrivateNetworkDHCPConfig:
1380
1380
pass
1381
1381
1382
1382
1383
+ @dataclass
1384
+ class PrivateNetworkIpamConfig :
1385
+ pass
1386
+
1387
+
1383
1388
@dataclass
1384
1389
class PrivateNetworkStaticConfig :
1385
1390
ip_address : List [str ]
You can’t perform that action at this time.
0 commit comments