Skip to content

Commit

Permalink
feat: update generated APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
scaleway-bot committed Dec 16, 2024
1 parent b65438c commit eec7410
Show file tree
Hide file tree
Showing 10 changed files with 5,050 additions and 0 deletions.
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

0 comments on commit eec7410

Please sign in to comment.