Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(interlink): add v1beta1 api #797

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions scaleway-async/scaleway_async/interlink/__init__.py
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 scaleway-async/scaleway_async/interlink/v1beta1/__init__.py
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",
]
Loading
Loading