Skip to content

Commit

Permalink
[ignore] Add dnformats for l2out and l3out to contract_masters
Browse files Browse the repository at this point in the history
  • Loading branch information
akinross committed Jul 2, 2024
1 parent 7a32fa8 commit 029e524
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/data-sources/relation_to_contract_master.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,16 @@ Data source for Relation To Contract Master
- Too many DN formats to display, see model documentation for all possible parents of [fvRsSecInherited](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsSecInherited/overview).
- `uni/tn-{name}/ap-{name}/epg-{name}/rssecInherited-[{tDn}]`
- `uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]`
- `uni/tn-{name}/l2out-{name}/instP-{name}/rssecInherited-[{tDn}]`
- `uni/tn-{name}/out-{name}/instP-{name}/rssecInherited-[{tDn}]`

## GUI Information ##

* Locations:
- `Tenants -> Application Profiles -> Application EPGs`
- `Tenants -> Application Profiles -> Endpoint Security Groups`
- `Tenants -> Networkings -> L3Outs -> External EPGs`
- `Tenants -> Networkings -> L2Outs -> External EPGs`

## Example Usage ##

Expand Down
4 changes: 4 additions & 0 deletions docs/resources/relation_to_contract_master.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ Manages ACI Relation To Contract Master
- Too many DN formats to display, see model documentation for all possible parents of [fvRsSecInherited](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsSecInherited/overview).
- `uni/tn-{name}/ap-{name}/epg-{name}/rssecInherited-[{tDn}]`
- `uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]`
- `uni/tn-{name}/l2out-{name}/instP-{name}/rssecInherited-[{tDn}]`
- `uni/tn-{name}/out-{name}/instP-{name}/rssecInherited-[{tDn}]`

## GUI Information ##

* Locations:
- `Tenants -> Application Profiles -> Application EPGs`
- `Tenants -> Application Profiles -> Endpoint Security Groups`
- `Tenants -> Networkings -> L3Outs -> External EPGs`
- `Tenants -> Networkings -> L2Outs -> External EPGs`

## Example Usage ##

Expand Down
4 changes: 4 additions & 0 deletions gen/definitions/classes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -372,10 +372,14 @@ fvRsSecInherited:
dn_formats:
- "uni/tn-{name}/ap-{name}/epg-{name}/rssecInherited-[{tDn}]"
- "uni/tn-{name}/ap-{name}/esg-{name}/rssecInherited-[{tDn}]"
- "uni/tn-{name}/out-{name}/instP-{name}/rssecInherited-[{tDn}]"
- "uni/tn-{name}/l2out-{name}/instP-{name}/rssecInherited-[{tDn}]"
- "Too many DN formats to display, see model documentation for all possible parents of [fvRsSecInherited](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsSecInherited/overview)."
ui_locations:
- "Tenants -> Application Profiles -> Application EPGs"
- "Tenants -> Application Profiles -> Endpoint Security Groups"
- "Tenants -> Networkings -> L3Outs -> External EPGs"
- "Tenants -> Networkings -> L2Outs -> External EPGs"
sub_category: "Application Management"

vzBrCP:
Expand Down

0 comments on commit 029e524

Please sign in to comment.