-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
// Execute executes the request | ||
// | ||
// @return VrfBGPNeighbors | ||
func (a *VRFsApiService) GetVrfBGPNeighborsExecute(r ApiGetVrfBGPNeighborsRequest) (*VrfBGPNeighbors, *http.Response, error) { |
There was a problem hiding this comment.
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) { |
There was a problem hiding this comment.
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] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes ASN types
This PR is included in version 0.39.0 🎉 |
This API Sync PR was triggered by @ctreatma through GitHub Actions workflow_displatch
on 2024-05-02.
Fixes #41