-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
5,156 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# This file was automatically generated. DO NOT EDIT. | ||
# If you have any remark or suggestion do not hesitate to open an issue. |
75 changes: 75 additions & 0 deletions
75
scaleway-async/scaleway_async/interlink/v1beta1/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
# This file was automatically generated. DO NOT EDIT. | ||
# If you have any remark or suggestion do not hesitate to open an issue. | ||
from .types import BgpStatus | ||
from .types import LinkStatus | ||
from .types import ListLinksRequestOrderBy | ||
from .types import ListPartnersRequestOrderBy | ||
from .types import ListPopsRequestOrderBy | ||
from .types import ListRoutingPoliciesRequestOrderBy | ||
from .types import Link | ||
from .types import Partner | ||
from .types import Pop | ||
from .types import RoutingPolicy | ||
from .types import AttachRoutingPolicyRequest | ||
from .types import AttachVpcRequest | ||
from .types import CreateLinkRequest | ||
from .types import CreateRoutingPolicyRequest | ||
from .types import DeleteLinkRequest | ||
from .types import DeleteRoutingPolicyRequest | ||
from .types import DetachRoutingPolicyRequest | ||
from .types import DetachVpcRequest | ||
from .types import DisableRoutePropagationRequest | ||
from .types import EnableRoutePropagationRequest | ||
from .types import GetLinkRequest | ||
from .types import GetPartnerRequest | ||
from .types import GetPopRequest | ||
from .types import GetRoutingPolicyRequest | ||
from .types import ListLinksRequest | ||
from .types import ListLinksResponse | ||
from .types import ListPartnersRequest | ||
from .types import ListPartnersResponse | ||
from .types import ListPopsRequest | ||
from .types import ListPopsResponse | ||
from .types import ListRoutingPoliciesRequest | ||
from .types import ListRoutingPoliciesResponse | ||
from .types import UpdateLinkRequest | ||
from .types import UpdateRoutingPolicyRequest | ||
from .api import InterlinkV1Beta1API | ||
|
||
__all__ = [ | ||
"BgpStatus", | ||
"LinkStatus", | ||
"ListLinksRequestOrderBy", | ||
"ListPartnersRequestOrderBy", | ||
"ListPopsRequestOrderBy", | ||
"ListRoutingPoliciesRequestOrderBy", | ||
"Link", | ||
"Partner", | ||
"Pop", | ||
"RoutingPolicy", | ||
"AttachRoutingPolicyRequest", | ||
"AttachVpcRequest", | ||
"CreateLinkRequest", | ||
"CreateRoutingPolicyRequest", | ||
"DeleteLinkRequest", | ||
"DeleteRoutingPolicyRequest", | ||
"DetachRoutingPolicyRequest", | ||
"DetachVpcRequest", | ||
"DisableRoutePropagationRequest", | ||
"EnableRoutePropagationRequest", | ||
"GetLinkRequest", | ||
"GetPartnerRequest", | ||
"GetPopRequest", | ||
"GetRoutingPolicyRequest", | ||
"ListLinksRequest", | ||
"ListLinksResponse", | ||
"ListPartnersRequest", | ||
"ListPartnersResponse", | ||
"ListPopsRequest", | ||
"ListPopsResponse", | ||
"ListRoutingPoliciesRequest", | ||
"ListRoutingPoliciesResponse", | ||
"UpdateLinkRequest", | ||
"UpdateRoutingPolicyRequest", | ||
"InterlinkV1Beta1API", | ||
] |
Oops, something went wrong.