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

Add Resource and Datasource for Netflow Exporter Policy (netflowExporterPol) #1242

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

gmicol
Copy link
Collaborator

@gmicol gmicol commented Jun 26, 2024

Resolves #1211

@codecov-commenter
Copy link

codecov-commenter commented Jun 26, 2024

Codecov Report

Attention: Patch coverage is 87.71121% with 80 lines in your changes missing coverage. Please review.

Project coverage is 84.18%. Comparing base (e45252b) to head (9e33a48).

Files Patch % Lines
...l/provider/resource_aci_netflow_exporter_policy.go 86.40% 45 Missing and 25 partials ⚠️
...rovider/data_source_aci_netflow_exporter_policy.go 92.53% 7 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1242      +/-   ##
==========================================
+ Coverage   84.05%   84.18%   +0.12%     
==========================================
  Files          61       63       +2     
  Lines       17940    18591     +651     
==========================================
+ Hits        15080    15651     +571     
- Misses       2054     2106      +52     
- Partials      806      834      +28     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

docs/data-sources/netflow_exporter_policy.md Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/data-sources/netflow_exporter_policy.md Outdated Show resolved Hide resolved
docs/resources/netflow_exporter_policy.md Show resolved Hide resolved
- Default: `CS2`
- Valid Values: `AF11`, `AF12`, `AF13`, `AF21`, `AF22`, `AF23`, `AF31`, `AF32`, `AF33`, `AF41`, `AF42`, `AF43`, `CS0`, `CS1`, `CS2`, `CS3`, `CS4`, `CS5`, `CS6`, `CS7`, `EF`, `VA`.
* `dst_addr` (dstAddr) - (string) Remote node destination IP address.
* `dst_port` (dstPort) - (string) Remote node destination port.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can only the string representation of a port be provided or also a number like http or 80?

gen/generator.go Outdated Show resolved Hide resolved
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 7fa6460 to 205af18 Compare July 2, 2024 20:50
@gmicol gmicol force-pushed the aci_netflow_exporter_pol_updated branch from 205af18 to 9e33a48 Compare July 10, 2024 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add resource and datasource for netflowExporterPol
4 participants