-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[minor_change] Added uSeg Attribute resource and data-source files
- Loading branch information
Showing
127 changed files
with
16,552 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
# Documentation generated by "gen/generator.go"; DO NOT EDIT. | ||
# In order to regenerate this file execute `go generate` from the repository root. | ||
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md). | ||
subcategory: "Application Management" | ||
layout: "aci" | ||
page_title: "ACI: aci_epg_useg_criterion" | ||
sidebar_current: "docs-aci-data-source-aci_epg_useg_criterion" | ||
description: |- | ||
Data source for EPG uSeg Criterion | ||
--- | ||
|
||
# aci_epg_useg_criterion # | ||
|
||
Data source for EPG uSeg Criterion | ||
|
||
## API Information ## | ||
|
||
* Class: [fvCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCrtrn/overview) | ||
|
||
* Supported in ACI versions: 1.1(1j) and later. | ||
|
||
* Distinguished Name Format: `uni/tn-{name}/ap-{name}/epg-{name}/crtrn` | ||
|
||
## GUI Information ## | ||
|
||
* Location: `Tenants -> Application Profiles -> uSeg EPGs -> uSeg Attributes` | ||
|
||
## Example Usage ## | ||
|
||
```hcl | ||
data "aci_epg_useg_criterion" "example_application_epg" { | ||
parent_dn = aci_application_epg.example.id | ||
} | ||
``` | ||
|
||
## Schema ## | ||
|
||
### Required ### | ||
|
||
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources: | ||
- [aci_application_epg](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/application_epg) ([fvAEPg](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvAEPg/overview)) | ||
|
||
### Read-Only ### | ||
|
||
* `id` - (string) The distinguished name (DN) of the EPG uSeg Criterion object. | ||
* `annotation` (annotation) - (string) The annotation of the EPG uSeg Criterion object. | ||
* `description` (descr) - (string) The description of the EPG uSeg Criterion object. | ||
* `match` (match) - (string) The Matching Rule Type of the EPG uSeg Criterion object. | ||
* `name` (name) - (string) The name of the EPG uSeg Criterion object. | ||
* `name_alias` (nameAlias) - (string) The name alias of the EPG uSeg Criterion object. | ||
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation. | ||
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object. | ||
* `precedence` (prec) - (string) The precedence of the EPG uSeg Criterion object. | ||
* `scope` (scope) - (string) The scope of the EPG uSeg Criterion object. | ||
|
||
* `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. | ||
* `key` (key) - (string) The key used to uniquely identify this configuration object. | ||
* `value` (value) - (string) The value of the property. | ||
|
||
* `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later. | ||
* `key` (key) - (string) The key used to uniquely identify this configuration object. | ||
* `value` (value) - (string) The value of the property. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
--- | ||
# Documentation generated by "gen/generator.go"; DO NOT EDIT. | ||
# In order to regenerate this file execute `go generate` from the repository root. | ||
# More details can be found in the [README](https://github.com/CiscoDevNet/terraform-provider-aci/blob/master/README.md). | ||
subcategory: "Application Management" | ||
layout: "aci" | ||
page_title: "ACI: aci_epg_useg_criterion_dns_attribute" | ||
sidebar_current: "docs-aci-data-source-aci_epg_useg_criterion_dns_attribute" | ||
description: |- | ||
Data source for EPG uSeg Criterion DNS Attribute | ||
--- | ||
|
||
# aci_epg_useg_criterion_dns_attribute # | ||
|
||
Data source for EPG uSeg Criterion DNS Attribute | ||
|
||
## API Information ## | ||
|
||
* Class: [fvDnsAttr](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvDnsAttr/overview) | ||
|
||
* Supported in ACI versions: 2.3(1e) and later. | ||
|
||
* Distinguished Name Format: `uni/tn-{name}/ap-{name}/epg-{name}/crtrn/dnsattr-{name}` | ||
|
||
## GUI Information ## | ||
|
||
* Location: `Tenants -> Application Profiles -> uSeg EPGs -> uSeg Attributes` | ||
|
||
## Example Usage ## | ||
|
||
```hcl | ||
data "aci_epg_useg_criterion_dns_attribute" "example_epg_useg_criterion" { | ||
parent_dn = aci_epg_useg_criterion.example.id | ||
name = "dns_attribute" | ||
} | ||
``` | ||
|
||
## Schema ## | ||
|
||
### Required ### | ||
|
||
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources: | ||
- [aci_epg_useg_criterion](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/epg_useg_criterion) ([fvCrtrn](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvCrtrn/overview)) | ||
* `name` (name) - (string) The name of the EPG uSeg Criterion DNS Attribute object. | ||
|
||
### Read-Only ### | ||
|
||
* `id` - (string) The distinguished name (DN) of the EPG uSeg Criterion DNS Attribute object. | ||
* `annotation` (annotation) - (string) The annotation of the EPG uSeg Criterion DNS Attribute object. | ||
* `description` (descr) - (string) The description of the EPG uSeg Criterion DNS Attribute object. | ||
* `filter` (filter) - (string) The domain name filter of the EPG uSeg Criterion DNS Attribute object. | ||
* `name_alias` (nameAlias) - (string) The name alias of the EPG uSeg Criterion DNS Attribute object. | ||
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation. | ||
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object. | ||
|
||
* `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. | ||
* `key` (key) - (string) The key used to uniquely identify this configuration object. | ||
* `value` (value) - (string) The value of the property. | ||
|
||
* `tags` - (list) A list of Tags (ACI object [tagTag](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagTag/overview)). This attribute is supported in ACI versions: 3.2(1l) and later. | ||
* `key` (key) - (string) The key used to uniquely identify this configuration object. | ||
* `value` (value) - (string) The value of the property. |
Oops, something went wrong.