Skip to content

Commit c8095db

Browse files
akinrosslhercot
authored andcommitted
[minor_change] add versions for properties in documentation
1 parent 1d46ae2 commit c8095db

File tree

99 files changed

+544
-535
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+544
-535
lines changed

docs/data-sources/access_interface_override.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@ data "aci_access_interface_override" "example" {
5555
### Read-Only ###
5656

5757
* `id` - (string) The distinguished name (DN) of the Access Interface Override object.
58-
* `annotation` (annotation) - (string) The annotation of the Access Interface Override object.
58+
* `annotation` (annotation) - (string) The annotation of the Access Interface Override object. This attribute is supported in ACI versions: 3.2(1l) and later.
5959
* `description` (descr) - (string) The description of the Access Interface Override object.
60-
* `name_alias` (nameAlias) - (string) The name alias of the Access Interface Override object.
60+
* `name_alias` (nameAlias) - (string) The name alias of the Access Interface Override object. This attribute is supported in ACI versions: 2.2(1k) and later.
6161
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation.
6262
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object.
6363
* `relation_to_host_path` - (map) A map of Relation To Host Path (ACI object [infraRsHPathAtt](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraRsHPathAtt/overview)) pointing to Fabric Path Endpoint (ACI Object [fabricPathEp](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fabricPathEp/overview)).
64-
* `annotation` (annotation) - (string) The annotation of the Relation To Host Path object.
64+
* `annotation` (annotation) - (string) The annotation of the Relation To Host Path object. This attribute is supported in ACI versions: 3.2(1l) and later.
6565
* `target_dn` (tDn) - (string) The distinguished name of the target.
6666
* `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.
6767
* `key` (key) - (string) The key used to uniquely identify this configuration object.
@@ -70,7 +70,7 @@ data "aci_access_interface_override" "example" {
7070
* `key` (key) - (string) The key used to uniquely identify this configuration object.
7171
* `value` (value) - (string) The value of the property.
7272
* `relation_to_access_interface_policy_group` - (map) A map of Relation To Access Interface Policy Group (ACI object [infraRsPathToAccBaseGrp](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraRsPathToAccBaseGrp/overview)) pointing to Access Interface Policy Group (ACI Object [infraAccBaseGrp](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/infraAccBaseGrp/overview)).
73-
* `annotation` (annotation) - (string) The annotation of the Relation To Access Interface Policy Group object.
73+
* `annotation` (annotation) - (string) The annotation of the Relation To Access Interface Policy Group object. This attribute is supported in ACI versions: 3.2(1l) and later.
7474
* `target_dn` (tDn) - (string) The distinguished name of the target.
7575
* `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.
7676
* `key` (key) - (string) The key used to uniquely identify this configuration object.

docs/data-sources/application_epg.md

Lines changed: 54 additions & 54 deletions
Large diffs are not rendered by default.

docs/data-sources/application_profile.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ data "aci_application_profile" "example_tenant" {
4848
### Read-Only ###
4949

5050
* `id` - (string) The distinguished name (DN) of the Application Profile object.
51-
* `annotation` (annotation) - (string) The annotation of the Application Profile object.
51+
* `annotation` (annotation) - (string) The annotation of the Application Profile object. This attribute is supported in ACI versions: 3.2(1l) and later.
5252
* `description` (descr) - (string) The description of the Application Profile object.
53-
* `name_alias` (nameAlias) - (string) The name alias of the Application Profile object.
53+
* `name_alias` (nameAlias) - (string) The name alias of the Application Profile object. This attribute is supported in ACI versions: 2.2(1k) and later.
5454
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation.
5555
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object.
5656
* `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.
5757
* `relation_to_monitoring_policy` - (map) A map of Relation From Application Profile To Monitoring Policy (ACI object [fvRsApMonPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/fvRsApMonPol/overview)) pointing to Monitoring Policy (ACI Object [monEPGPol](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/monEPGPol/overview)).
58-
* `annotation` (annotation) - (string) The annotation of the Relation From Application Profile To Monitoring Policy object.
58+
* `annotation` (annotation) - (string) The annotation of the Relation From Application Profile To Monitoring Policy object. This attribute is supported in ACI versions: 3.2(1l) and later.
5959
* `monitoring_policy_name` (tnMonEPGPolName) - (string) The name of the monitoring policy.
6060
* `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.
6161
* `key` (key) - (string) The key used to uniquely identify this configuration object.

0 commit comments

Comments
 (0)