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: API Sync by GitHub Action for @ctreatma #57

Merged
merged 3 commits into from
May 2, 2024
Merged

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented May 2, 2024

This API Sync PR was triggered by @ctreatma through GitHub Actions workflow_displatch
on 2024-05-02.

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

Fixes #41

@github-actions github-actions bot requested a review from a team as a code owner May 2, 2024 17:09
// Execute executes the request
//
// @return VrfBGPNeighbors
func (a *VRFsApiService) GetVrfBGPNeighborsExecute(r ApiGetVrfBGPNeighborsRequest) (*VrfBGPNeighbors, *http.Response, error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Adds support for getting VRF BGP neighbors

// Execute executes the request
//
// @return VrfLearnedRoutes
func (a *VRFsApiService) GetVrfLearnedRoutesExecute(r ApiGetVrfLearnedRoutesRequest) (*VrfLearnedRoutes, *http.Response, error) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Adds support for getting VRF learned routes

@@ -4,7 +4,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Asn** | Pointer to **int32** | Autonomous System Number. ASN is required with Global BGP. With Local BGP the private ASN, 65000, is assigned. | [optional]
**Asn** | Pointer to **int64** | Autonomous System Number. ASN is required with Global BGP. With Local BGP the private ASN, 65000, is assigned. | [optional]
Copy link
Contributor

Choose a reason for hiding this comment

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

Fixes ASN types

@ctreatma ctreatma merged commit eaa4700 into main May 2, 2024
@ctreatma ctreatma deleted the sync/gh-1714669755 branch May 2, 2024 18:33
Copy link
Contributor Author

github-actions bot commented May 2, 2024

This PR is included in version 0.39.0 🎉

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

Successfully merging this pull request may close these issues.

[Metal] ASN fields should be uint32 (or int64 for OAS3 compatibility)
1 participant