Skip to content

Commit e1fcce0

Browse files
feat(interlink): add support dedicated connection (#931)
Co-authored-by: Laure-di <[email protected]>
1 parent 0550494 commit e1fcce0

File tree

10 files changed

+1547
-101
lines changed

10 files changed

+1547
-101
lines changed

scaleway-async/scaleway_async/interlink/v1beta1/__init__.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# This file was automatically generated. DO NOT EDIT.
22
# If you have any remark or suggestion do not hesitate to open an issue.
33
from .types import BgpStatus
4+
from .types import DedicatedConnectionStatus
5+
from .content import DEDICATED_CONNECTION_TRANSIENT_STATUSES
6+
from .types import LinkKind
47
from .types import LinkStatus
8+
from .content import LINK_TRANSIENT_STATUSES
9+
from .types import ListDedicatedConnectionsRequestOrderBy
510
from .types import ListLinksRequestOrderBy
611
from .types import ListPartnersRequestOrderBy
712
from .types import ListPopsRequestOrderBy
813
from .types import ListRoutingPoliciesRequestOrderBy
14+
from .types import BgpConfig
15+
from .types import PartnerHost
16+
from .types import SelfHost
17+
from .types import DedicatedConnection
918
from .types import Link
1019
from .types import Partner
1120
from .types import Pop
@@ -20,10 +29,13 @@
2029
from .types import DetachVpcRequest
2130
from .types import DisableRoutePropagationRequest
2231
from .types import EnableRoutePropagationRequest
32+
from .types import GetDedicatedConnectionRequest
2333
from .types import GetLinkRequest
2434
from .types import GetPartnerRequest
2535
from .types import GetPopRequest
2636
from .types import GetRoutingPolicyRequest
37+
from .types import ListDedicatedConnectionsRequest
38+
from .types import ListDedicatedConnectionsResponse
2739
from .types import ListLinksRequest
2840
from .types import ListLinksResponse
2941
from .types import ListPartnersRequest
@@ -38,11 +50,20 @@
3850

3951
__all__ = [
4052
"BgpStatus",
53+
"DedicatedConnectionStatus",
54+
"DEDICATED_CONNECTION_TRANSIENT_STATUSES",
55+
"LinkKind",
4156
"LinkStatus",
57+
"LINK_TRANSIENT_STATUSES",
58+
"ListDedicatedConnectionsRequestOrderBy",
4259
"ListLinksRequestOrderBy",
4360
"ListPartnersRequestOrderBy",
4461
"ListPopsRequestOrderBy",
4562
"ListRoutingPoliciesRequestOrderBy",
63+
"BgpConfig",
64+
"PartnerHost",
65+
"SelfHost",
66+
"DedicatedConnection",
4667
"Link",
4768
"Partner",
4869
"Pop",
@@ -57,10 +78,13 @@
5778
"DetachVpcRequest",
5879
"DisableRoutePropagationRequest",
5980
"EnableRoutePropagationRequest",
81+
"GetDedicatedConnectionRequest",
6082
"GetLinkRequest",
6183
"GetPartnerRequest",
6284
"GetPopRequest",
6385
"GetRoutingPolicyRequest",
86+
"ListDedicatedConnectionsRequest",
87+
"ListDedicatedConnectionsResponse",
6488
"ListLinksRequest",
6589
"ListLinksResponse",
6690
"ListPartnersRequest",

0 commit comments

Comments
 (0)