You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data source for ACI Relation From Taboo Contract To Filter
15
+
Data source for ACI Relation From Taboo Contract Subject To Filter
16
16
17
17
## API Information ##
18
18
@@ -30,7 +30,7 @@ Data source for ACI Relation From Taboo Contract To Filter
30
30
31
31
```hcl
32
32
33
-
data "aci_relation_from_taboo_contract_to_filter" "example_taboo_contract_subject" {
33
+
data "aci_relation_from_taboo_contract_subject_to_filter" "example_taboo_contract_subject" {
34
34
parent_dn = aci_taboo_contract_subject.example.id
35
35
filter_name = aci_filter.example.name
36
36
}
@@ -47,9 +47,9 @@ data "aci_relation_from_taboo_contract_to_filter" "example_taboo_contract_subjec
47
47
48
48
### Read-Only ###
49
49
50
-
*`id` - (string) The distinguished name (DN) of the Relation From Taboo Contract To Filter object.
51
-
*`annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract To Filter object.
52
-
*`directives` (directives) - (list) The directives of the Relation From Taboo Contract 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.
50
+
*`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.
52
+
*`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.
53
53
*`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.
54
54
*`key` (key) - (string) The key used to uniquely identify this configuration object.
55
55
*`value` (value) - (string) The value of the property.
Copy file name to clipboardExpand all lines: docs/data-sources/taboo_contract_subject.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ data "aci_taboo_contract_subject" "example_taboo_contract" {
57
57
*`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.
58
58
*`key` (key) - (string) The key used to uniquely identify this configuration object.
59
59
*`value` (value) - (string) The value of the property.
60
-
*`relation_to_filters` - (list) A list of Relation From Taboo Contract 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 To Filter object.
62
-
*`directives` (directives) - (list) The directives of the Relation From Taboo Contract 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.
60
+
*`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.
62
+
*`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.
63
63
*`filter_name` (tnVzFilterName) - (string) The name of the filter object.
64
64
*`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.
65
65
*`key` (key) - (string) The key used to uniquely identify this configuration object.
All examples for the Relation From Taboo Contract To Filter resource can be found in the [examples](https://github.com/CiscoDevNet/terraform-provider-aci/tree/master/examples/resources/aci_relation_from_taboo_contract_to_filter) folder.
70
+
All examples for the Relation From Taboo Contract Subject To Filter resource can be found in the [examples](https://github.com/CiscoDevNet/terraform-provider-aci/tree/master/examples/resources/aci_relation_from_taboo_contract_subject_to_filter) folder.
71
71
72
72
## Schema ##
73
73
@@ -79,13 +79,13 @@ All examples for the Relation From Taboo Contract To Filter resource can be foun
79
79
80
80
### Read-Only ###
81
81
82
-
*`id` - (string) The distinguished name (DN) of the Relation From Taboo Contract To Filter object.
82
+
*`id` - (string) The distinguished name (DN) of the Relation From Taboo Contract Subject To Filter object.
83
83
84
84
### Optional ###
85
85
86
-
*`annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract To Filter object.
86
+
*`annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
87
87
- Default: `orchestrator:terraform`
88
-
*`directives` (directives) - (list) The directives of the Relation From Taboo Contract 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.
88
+
*`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.
89
89
- Valid Values: `log`, `no_stats`.
90
90
*`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.
91
91
#### Required ####
@@ -100,18 +100,18 @@ All examples for the Relation From Taboo Contract To Filter resource can be foun
100
100
101
101
## Importing
102
102
103
-
An existing Relation From Taboo Contract To Filter can be [imported](https://www.terraform.io/docs/import/index.html) into this resource with its distinguished name (DN), via the following command:
103
+
An existing Relation From Taboo Contract Subject To Filter can be [imported](https://www.terraform.io/docs/import/index.html) into this resource with its distinguished name (DN), via the following command:
Copy file name to clipboardExpand all lines: docs/resources/taboo_contract_subject.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,15 +117,15 @@ All examples for the Taboo Contract Subject resource can be found in the [exampl
117
117
118
118
*`key` (key) - (string) The key used to uniquely identify this configuration object.
119
119
*`value` (value) - (string) The value of the property.
120
-
*`relation_to_filters` - (list) A list of Relation From Taboo Contract 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)) which can be configured using the [aci_filter](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/filter) resource.
120
+
*`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)) which can be configured using the [aci_filter](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/filter) resource.
121
121
#### Required ####
122
122
123
123
*`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`.
124
124
#### Optional ####
125
125
126
-
*`annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract To Filter object.
126
+
*`annotation` (annotation) - (string) The annotation of the Relation From Taboo Contract Subject To Filter object.
127
127
- Default: `orchestrator:terraform`
128
-
*`directives` (directives) - (list) The directives of the Relation From Taboo Contract 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.
128
+
*`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.
129
129
- Valid Values: `log`, `no_stats`.
130
130
*`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.
0 commit comments