Skip to content

Commit

Permalink
[ignore] Change documentation for matchT attribute in ESG and provide…
Browse files Browse the repository at this point in the history
…d contract
  • Loading branch information
akinross committed Jul 2, 2024
1 parent 962f137 commit d63d7e3
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/endpoint_security_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ data "aci_endpoint_security_group" "example_application_profile" {

* `relation_to_provided_contracts` - (list) A list of Relation To Provided Contracts (ACI object [fvRsProv](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsProv/overview)) pointing to Contract (ACI Object [vzBrCP](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzBrCP/overview)). This attribute is supported in ACI versions: 1.0(1e) and later.
* `annotation` (annotation) - (string) The annotation of the Relation To Provided Contract object.
* `match_criteria` (matchT) - (string) The matched EPG type.
* `match_criteria` (matchT) - (string) The provider label match criteria.
* `priority` (prio) - (string) The Quality of Service (QoS) priority class ID. QoS refers to the capability of a network to provide better service to selected network traffic over various technologies. The primary goal of QoS is to provide priority including dedicated bandwidth, controlled jitter and latency (required by some real-time and interactive traffic), and improved loss characteristics. You can configure the bandwidth of each QoS level using QoS profiles.
* `contract_name` (tnVzBrCPName) - (string) The provider contract name.

Expand Down
2 changes: 1 addition & 1 deletion docs/data-sources/relation_to_provided_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ data "aci_relation_to_provided_contract" "example_endpoint_security_group" {

* `id` - (string) The distinguished name (DN) of the Relation To Provided Contract object.
* `annotation` (annotation) - (string) The annotation of the Relation To Provided Contract object.
* `match_criteria` (matchT) - (string) The matched EPG type.
* `match_criteria` (matchT) - (string) The provider label match criteria.
* `priority` (prio) - (string) The Quality of Service (QoS) priority class ID. QoS refers to the capability of a network to provide better service to selected network traffic over various technologies. The primary goal of QoS is to provide priority including dedicated bandwidth, controlled jitter and latency (required by some real-time and interactive traffic), and improved loss characteristics. You can configure the bandwidth of each QoS level using QoS profiles.

* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). This attribute is supported in ACI versions: 3.2(1l) and later.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/endpoint_security_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ All examples for the Endpoint Security Group resource can be found in the [examp

* `annotation` (annotation) - (string) The annotation of the Relation To Provided Contract object.
- Default: `orchestrator:terraform`
* `match_criteria` (matchT) - (string) The matched EPG type.
* `match_criteria` (matchT) - (string) The provider label match criteria.
- Default: `AtleastOne`
- Valid Values: `All`, `AtleastOne`, `AtmostOne`, `None`.
* `priority` (prio) - (string) The Quality of Service (QoS) priority class ID. QoS refers to the capability of a network to provide better service to selected network traffic over various technologies. The primary goal of QoS is to provide priority including dedicated bandwidth, controlled jitter and latency (required by some real-time and interactive traffic), and improved loss characteristics. You can configure the bandwidth of each QoS level using QoS profiles.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/relation_to_provided_contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ All examples for the Relation To Provided Contract resource can be found in the

* `annotation` (annotation) - (string) The annotation of the Relation To Provided Contract object.
- Default: `orchestrator:terraform`
* `match_criteria` (matchT) - (string) The matched EPG type.
* `match_criteria` (matchT) - (string) The provider label match criteria.
- Default: `AtleastOne`
- Valid Values: `All`, `AtleastOne`, `AtmostOne`, `None`.
* `priority` (prio) - (string) The Quality of Service (QoS) priority class ID. QoS refers to the capability of a network to provide better service to selected network traffic over various technologies. The primary goal of QoS is to provide priority including dedicated bandwidth, controlled jitter and latency (required by some real-time and interactive traffic), and improved loss characteristics. You can configure the bandwidth of each QoS level using QoS profiles.
Expand Down
1 change: 1 addition & 0 deletions gen/definitions/properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ global:
tnVzOOBBrCPName: "The name of the Out Of Band Contract object."
tnRtctrlProfileName: "The name of the Route Control Profile object."
prio: "The Quality of Service (QoS) priority class ID. QoS refers to the capability of a network to provide better service to selected network traffic over various technologies. The primary goal of QoS is to provide priority including dedicated bandwidth, controlled jitter and latency (required by some real-time and interactive traffic), and improved loss characteristics. You can configure the bandwidth of each QoS level using QoS profiles."
matchT: "The provider label match criteria."
overwrites:
count: "apic_count" # count is a terraform reserved schema entry
provider: "prov" # provider is a terraform reserved schema entry
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/provider/resource_aci_endpoint_security_group.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d63d7e3

Please sign in to comment.