Skip to content

Commit 8eaea52

Browse files
[minor_change] Regenerated provider code with latest ACI metadata
1 parent 8caaf21 commit 8eaea52

35 files changed

+11340
-10995
lines changed

docs/data-sources/relation_from_taboo_contract_subject_to_filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ data "aci_relation_from_taboo_contract_subject_to_filter" "example_taboo_contrac
4848
### Read-Only ###
4949

5050
* `id` - (string) The distinguished name (DN) of the Relation From Taboo Contract Subject To Filter object.
51-
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
51+
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object. This attribute is supported in ACI versions: 3.2(1l) and later.
5252
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract Subject To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
5353
* `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.
5454
* `key` (key) - (string) The key used to uniquely identify this configuration object.

docs/data-sources/taboo_contract.md

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

5050
* `id` - (string) The distinguished name (DN) of the Taboo Contract object.
51-
* `annotation` (annotation) - (string) The annotation of the Taboo Contract object.
51+
* `annotation` (annotation) - (string) The annotation of the Taboo Contract object. This attribute is supported in ACI versions: 3.2(1l) and later.
5252
* `description` (descr) - (string) The description of the Taboo Contract object.
53-
* `name_alias` (nameAlias) - (string) The name alias of the Taboo Contract object.
53+
* `name_alias` (nameAlias) - (string) The name alias of the Taboo Contract 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
* `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.

docs/data-sources/taboo_contract_subject.md

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

5050
* `id` - (string) The distinguished name (DN) of the Taboo Contract Subject object.
51-
* `annotation` (annotation) - (string) The annotation of the Taboo Contract Subject object.
51+
* `annotation` (annotation) - (string) The annotation of the Taboo Contract Subject object. This attribute is supported in ACI versions: 3.2(1l) and later.
5252
* `description` (descr) - (string) The description of the Taboo Contract Subject object.
53-
* `name_alias` (nameAlias) - (string) The name alias of the Taboo Contract Subject object.
53+
* `name_alias` (nameAlias) - (string) The name alias of the Taboo Contract Subject object. This attribute is supported in ACI versions: 2.2(1k) and later.
5454
* `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.
5555
* `key` (key) - (string) The key used to uniquely identify this configuration object.
5656
* `value` (value) - (string) The value of the property.
5757
* `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.
5858
* `key` (key) - (string) The key used to uniquely identify this configuration object.
5959
* `value` (value) - (string) The value of the property.
6060
* `relation_to_filters` - (list) A list of Relation From Taboo Contract Subject To Filters (ACI object [vzRsDenyRule](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzRsDenyRule/overview)) pointing to Filter (ACI Object [vzFilter](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vzFilter/overview)).
61-
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
61+
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object. This attribute is supported in ACI versions: 3.2(1l) and later.
6262
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract Subject To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
6363
* `filter_name` (tnVzFilterName) - (string) The name of the filter object.
6464
* `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.

docs/resources/key_ring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ All examples for the Key Ring resource can be found in the [examples](https://gi
258258
* `key` (key) - (string) The private key of the certificate. This sensitive value is excluded from the resource's lifecycle configuration and is not tracked by Terraform.
259259
* `key_type` (keyType) - (string) The type used by the provided key. This attribute is supported in ACI versions: 6.0(2h) and later.
260260
- Default: `RSA`
261-
- Valid Values: `ECC`, `RSA`, `indeterminate`.
261+
- Valid Values: `ECC`, `RSA`.
262262
* `modulus` (modulus) - (string) The length of the encryption keys. A longer key length increases the difficulty of breaking the key.
263263
- Default: `mod2048`
264264
- Valid Values: `mod1024`, `mod1536`, `mod2048`, `mod3072`, `mod4096`, `mod512`, `none`.

docs/resources/relation_from_taboo_contract_subject_to_filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ All examples for the Relation From Taboo Contract Subject To Filter resource can
8383

8484
### Optional ###
8585

86-
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
86+
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object. This attribute is supported in ACI versions: 3.2(1l) and later.
8787
- Default: `orchestrator:terraform`
8888
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract Subject To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
8989
- Valid Values: `log`, `no_stats`.

docs/resources/taboo_contract.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ All examples for the Taboo Contract resource can be found in the [examples](http
8787

8888
### Optional ###
8989

90-
* `annotation` (annotation) - (string) The annotation of the Taboo Contract object.
90+
* `annotation` (annotation) - (string) The annotation of the Taboo Contract object. This attribute is supported in ACI versions: 3.2(1l) and later.
9191
- Default: `orchestrator:terraform`
9292
* `description` (descr) - (string) The description of the Taboo Contract object.
93-
* `name_alias` (nameAlias) - (string) The name alias of the Taboo Contract object.
93+
* `name_alias` (nameAlias) - (string) The name alias of the Taboo Contract object. This attribute is supported in ACI versions: 2.2(1k) and later.
9494
* `owner_key` (ownerKey) - (string) The key for enabling clients to own their data for entity correlation.
9595
* `owner_tag` (ownerTag) - (string) A tag for enabling clients to add their own data. For example, to indicate who created this object.
9696
* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). Annotations can also be configured using a separate [aci_annotation](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/annotation) resource. This attribute is supported in ACI versions: 3.2(1l) and later.

docs/resources/taboo_contract_subject.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ All examples for the Taboo Contract Subject resource can be found in the [exampl
103103

104104
### Optional ###
105105

106-
* `annotation` (annotation) - (string) The annotation of the Taboo Contract Subject object.
106+
* `annotation` (annotation) - (string) The annotation of the Taboo Contract Subject object. This attribute is supported in ACI versions: 3.2(1l) and later.
107107
- Default: `orchestrator:terraform`
108108
* `description` (descr) - (string) The description of the Taboo Contract Subject object.
109-
* `name_alias` (nameAlias) - (string) The name alias of the Taboo Contract Subject object.
109+
* `name_alias` (nameAlias) - (string) The name alias of the Taboo Contract Subject object. This attribute is supported in ACI versions: 2.2(1k) and later.
110110
* `annotations` - (list) A list of Annotations (ACI object [tagAnnotation](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/tagAnnotation/overview)). Annotations can also be configured using a separate [aci_annotation](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/annotation) resource. This attribute is supported in ACI versions: 3.2(1l) and later.
111111
#### Required ####
112112

@@ -123,7 +123,7 @@ All examples for the Taboo Contract Subject resource can be found in the [exampl
123123
* `filter_name` (tnVzFilterName) - (string) The name of the filter object. This attribute can be referenced from a [resource](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/filter) with `aci_filter.example.name` or from a [datasource](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/data-sources/filter) with `data.aci_filter.example.name`.
124124
#### Optional ####
125125

126-
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
126+
* `annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object. This attribute is supported in ACI versions: 3.2(1l) and later.
127127
- Default: `orchestrator:terraform`
128128
* `directives` (directives) - (list) The directives of the Relation From Taboo Contract Subject To Filter object. Use the 'no_stats' option for Policy Compression, which allows for the utilization of fewer TCAM resources. Use the 'log' option to log packets and provide information about traffic that is hitting the rule of interest. See the [contract configuration options](https://www.cisco.com/c/en/us/solutions/collateral/data-center-virtualization/application-centric-infrastructure/white-paper-c11-743951.html#Contractconfigurationoptions) in the Cisco ACI Contract Guide White Paper for more information.
129129
- Valid Values: `log`, `no_stats`.

gen/meta/fvESg.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2251,6 +2251,14 @@
22512251

22522252
],
22532253
"label": " "},
2254+
{ "value": "0x80000", "localName": "dynamic-port-binding-deprecated",
2255+
"platformFlavors": [
2256+
2257+
],
2258+
"comment": [
2259+
"Port Binding Validation"
2260+
],
2261+
"label": "Dynamic port binding (lateBinding) is deprecated. Please choose a different port binding policy. "},
22542262
{ "value": "8", "localName": "encap-assignment",
22552263
"platformFlavors": [
22562264

@@ -2293,6 +2301,14 @@
22932301

22942302
],
22952303
"label": "IDs Not Allocated "},
2304+
{ "value": "0x20000", "localName": "incorrect-active-standby-uplink-order",
2305+
"platformFlavors": [
2306+
2307+
],
2308+
"comment": [
2309+
"Active/Standby Uplink Config Validations"
2310+
],
2311+
"label": "incorrect active/standby config. Active uplink cannot be empty or null if standby uplink is configured OR Active uplink cannot be 0 as no uplink get assigned in the vCenter. "},
22962312
{ "value": "1024", "localName": "instrimedcy-unsupported",
22972313
"platformFlavors": [
22982314

@@ -2328,7 +2344,15 @@
23282344
"platformFlavors": [
23292345

23302346
],
2331-
"label": "Not Associated With Management Zone "}
2347+
"label": "Not Associated With Management Zone "},
2348+
{ "value": "0x40000", "localName": "unsupported-vrf-enforcement-direction",
2349+
"platformFlavors": [
2350+
2351+
],
2352+
"comment": [
2353+
"VRF Enforce Direction Validations"
2354+
],
2355+
"label": "Unsupported VRF enforcement directon. Only egress direction is supported for common policy config "}
23322356
],
23332357
"default": "none",
23342358
"platformFlavors": [

0 commit comments

Comments
 (0)