Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

feat: API Sync by GitHub Action (2023-08-07) #125

Merged
merged 3 commits into from
Aug 9, 2023
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 7, 2023

This API Sync PR was automated through GitHub Actions workflow_displatch
on 2023-08-07.

  • latest Swagger is fetched
  • patches have been applied
  • generated client has been updated

Name string `json:"name"`
Metro string `json:"metro"`
Name string `json:"name"`
Tags []string `json:"tags,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support for tags on VRFs

@@ -23,7 +23,8 @@ type VrfRouteCreateInput struct {
// The IPv4 prefix for the route, in CIDR-style notation. For a static default route, this will always be \"0.0.0.0/0\"
Prefix string `json:"prefix"`
// The IPv4 address within the VRF of the host that will handle this route
NextHop string `json:"next_hop"`
NextHop string `json:"next_hop"`
Tags []string `json:"tags,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support for tags on VRF routes

@@ -23,7 +23,8 @@ type BgpDynamicNeighborCreateInput struct {
// Network range of the dynamic BGP neighbor in CIDR format
BgpNeighborRange string `json:"bgp_neighbor_range"`
// The ASN of the dynamic BGP neighbor
BgpNeighborAsn int32 `json:"bgp_neighbor_asn"`
BgpNeighborAsn int32 `json:"bgp_neighbor_asn"`
Tags []string `json:"tags,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support for tags on BGP neighbors

@ctreatma ctreatma merged commit 7e4b9ff into main Aug 9, 2023
@ctreatma ctreatma deleted the sync/gh-1691418521 branch August 9, 2023 15:31
@github-actions
Copy link
Contributor Author

github-actions bot commented Aug 9, 2023

This PR is included in version 0.17.0 🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant