Skip to content

Commit

Permalink
[ignore] Documentation update for esg preferred group member and intr…
Browse files Browse the repository at this point in the history
…a esg isolation
  • Loading branch information
akinross committed Jun 22, 2024
1 parent 1c74ae2 commit 44d5782
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/data-sources/endpoint_security_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ data "aci_endpoint_security_group" "example_application_profile" {
* `exception_tag` (exceptionTag) - (string) Contract Exception Tag.
* `match_criteria` (matchT) - (string) The provider label match criteria.
* `name_alias` (nameAlias) - (string) The name alias of the Endpoint Security Group object.
* `intra_esg_isolation` (pcEnfPref) - (string) Represents parameter used by the node (i.e. Leaf) to enforce filter rules in this EPG.
* `preferred_group_member` (prefGrMemb) - (string) Represents parameter used to determine if EPg is part of a group that does not a contract for communication.
* `intra_esg_isolation` (pcEnfPref) - (string) Represents parameter used by the node (i.e. Leaf) to enforce filter rules in this ESG.
* `preferred_group_member` (prefGrMemb) - (string) Represents parameter used to determine if the ESG is part of a group that is not a contract for communication.
* `admin_state` (shutdown) - (string) Withdraw ESg Configuration from all Nodes in the Fabric.

* `relation_to_consumed_contracts` - (list) A list of Relation To Consumed Contracts (ACI object [fvRsCons](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsCons/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.
Expand Down
4 changes: 2 additions & 2 deletions docs/resources/endpoint_security_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ All examples for the Endpoint Security Group resource can be found in the [examp
- Default: `AtleastOne`
- Valid Values: `All`, `AtleastOne`, `AtmostOne`, `None`.
* `name_alias` (nameAlias) - (string) The name alias of the Endpoint Security Group object.
* `intra_esg_isolation` (pcEnfPref) - (string) Represents parameter used by the node (i.e. Leaf) to enforce filter rules in this EPG.
* `intra_esg_isolation` (pcEnfPref) - (string) Represents parameter used by the node (i.e. Leaf) to enforce filter rules in this ESG.
- Default: `unenforced`
- Valid Values: `enforced`, `unenforced`.
* `preferred_group_member` (prefGrMemb) - (string) Represents parameter used to determine if EPg is part of a group that does not a contract for communication.
* `preferred_group_member` (prefGrMemb) - (string) Represents parameter used to determine if the ESG is part of a group that is not a contract for communication.
- Default: `exclude`
- Valid Values: `exclude`, `include`.
* `admin_state` (shutdown) - (string) Withdraw ESg Configuration from all Nodes in the Fabric.
Expand Down
3 changes: 3 additions & 0 deletions gen/definitions/properties.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,9 @@ fvESg:
pref_gr_memb: "preferred_group_member"
pc_enf_pref: "intra_esg_isolation"
shutdown: "admin_state"
documentation:
prefGrMemb: "Represents parameter used to determine if the ESG is part of a group that is not a contract for communication."
pcEnfPref: "Represents parameter used by the node (i.e. Leaf) to enforce filter rules in this ESG."
parents:
- class_name: "fvAp"
parent_dependency: "fvTenant"
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/data_source_aci_endpoint_security_group.go

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

4 changes: 2 additions & 2 deletions 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.

0 comments on commit 44d5782

Please sign in to comment.