Skip to content

Commit

Permalink
BGP-timers-policy-terrDocsV0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
et932 committed Jan 31, 2025
1 parent 572634b commit 7eaaadd
Show file tree
Hide file tree
Showing 62 changed files with 118 additions and 118 deletions.
4 changes: 2 additions & 2 deletions modules/terraform-aci-aaa/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ module "aci_aaa" {
| <a name="input_default_login_domain"></a> [default\_login\_domain](#input\_default\_login\_domain) | Default login domain. | `string` | `""` | no |
| <a name="input_console_realm"></a> [console\_realm](#input\_console\_realm) | Console realm. Choices: `local`, `tacacs`, `radius`, `ldap`. | `string` | `"local"` | no |
| <a name="input_console_login_domain"></a> [console\_login\_domain](#input\_console\_login\_domain) | Console login domain. | `string` | `""` | no |
| <a name="input_security_domains"></a> [security\_domains](#input\_security\_domains) | List of security domains. | <pre>list(object({<br/> name = string<br/> description = optional(string, "")<br/> restricted_rbac_domain = optional(bool, false)<br/> }))</pre> | `[]` | no |
| <a name="input_security_domains"></a> [security\_domains](#input\_security\_domains) | List of security domains. | <pre>list(object({<br> name = string<br> description = optional(string, "")<br> restricted_rbac_domain = optional(bool, false)<br> }))</pre> | `[]` | no |
| <a name="input_password_strength_check"></a> [password\_strength\_check](#input\_password\_strength\_check) | Password strength check. | `bool` | `false` | no |
| <a name="input_min_password_length"></a> [min\_password\_length](#input\_min\_password\_length) | Minimum password length. | `number` | `8` | no |
| <a name="input_max_password_length"></a> [max\_password\_length](#input\_max\_password\_length) | Maximum password length. | `number` | `64` | no |
| <a name="input_password_strength_test_type"></a> [password\_strength\_test\_type](#input\_password\_strength\_test\_type) | Password strength test type for Password Strength Policy | `string` | `"default"` | no |
| <a name="input_password_class_flags"></a> [password\_class\_flags](#input\_password\_class\_flags) | Password class flags for Password Strength Policy | `list(string)` | <pre>[<br/> "digits",<br/> "lowercase",<br/> "uppercase"<br/>]</pre> | no |
| <a name="input_password_class_flags"></a> [password\_class\_flags](#input\_password\_class\_flags) | Password class flags for Password Strength Policy | `list(string)` | <pre>[<br> "digits",<br> "lowercase",<br> "uppercase"<br>]</pre> | no |
| <a name="input_password_change_during_interval"></a> [password\_change\_during\_interval](#input\_password\_change\_during\_interval) | Enables or disables password change during interval. | `bool` | `true` | no |
| <a name="input_password_change_count"></a> [password\_change\_count](#input\_password\_change\_count) | The number of password changes allowed within the change interval. | `number` | `2` | no |
| <a name="input_password_change_interval"></a> [password\_change\_interval](#input\_password\_change\_interval) | A time interval (hours) for limiting the number of password changes. | `number` | `48` | no |
Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-aci-aaep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module "aci_aaep" {
| <a name="input_physical_domains"></a> [physical\_domains](#input\_physical\_domains) | Physical domains. | `list(string)` | `[]` | no |
| <a name="input_routed_domains"></a> [routed\_domains](#input\_routed\_domains) | Routed domains. | `list(string)` | `[]` | no |
| <a name="input_vmware_vmm_domains"></a> [vmware\_vmm\_domains](#input\_vmware\_vmm\_domains) | VMware VMM domains. | `list(string)` | `[]` | no |
| <a name="input_endpoint_groups"></a> [endpoint\_groups](#input\_endpoint\_groups) | List of application endpoint groups. Allowed values `vlan`, `primary_vlan`, `secondary_vlan`: `1` - `4096`. Choices `mode`: `regular`, `native`, `untagged`. Default value `mode`: `regular`. Choices `deployment_immediacy`: `immediate`, `lazy`. Default value `deployment_immediacy`: `lazy`. | <pre>list(object({<br/> tenant = string<br/> application_profile = string<br/> endpoint_group = string<br/> vlan = optional(number)<br/> primary_vlan = optional(number)<br/> secondary_vlan = optional(number)<br/> mode = optional(string, "regular")<br/> deployment_immediacy = optional(string, "lazy")<br/> }))</pre> | `[]` | no |
| <a name="input_endpoint_groups"></a> [endpoint\_groups](#input\_endpoint\_groups) | List of application endpoint groups. Allowed values `vlan`, `primary_vlan`, `secondary_vlan`: `1` - `4096`. Choices `mode`: `regular`, `native`, `untagged`. Default value `mode`: `regular`. Choices `deployment_immediacy`: `immediate`, `lazy`. Default value `deployment_immediacy`: `lazy`. | <pre>list(object({<br> tenant = string<br> application_profile = string<br> endpoint_group = string<br> vlan = optional(number)<br> primary_vlan = optional(number)<br> secondary_vlan = optional(number)<br> mode = optional(string, "regular")<br> deployment_immediacy = optional(string, "lazy")<br> }))</pre> | `[]` | no |

## Outputs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module "aci_access_fex_interface_selector" {
| <a name="input_description"></a> [description](#input\_description) | FEX interface selector description. | `string` | `""` | no |
| <a name="input_policy_group_type"></a> [policy\_group\_type](#input\_policy\_group\_type) | Interface policy group type. Choices: `access`, `pc`, `vpc`. | `string` | `"access"` | no |
| <a name="input_policy_group"></a> [policy\_group](#input\_policy\_group) | Interface policy group name. | `string` | `""` | no |
| <a name="input_port_blocks"></a> [port\_blocks](#input\_port\_blocks) | List of port blocks. Allowed values `from_module`, `to_module`: 1-9. Default value `from_module`, `to_module`: 1. Allowed values `from_port`, `to_port`: 1-127. Default value `to_port`: `from_port`. | <pre>list(object({<br/> name = string<br/> description = optional(string, "")<br/> from_module = optional(number, 1)<br/> to_module = optional(number)<br/> from_port = number<br/> to_port = optional(number)<br/> }))</pre> | `[]` | no |
| <a name="input_port_blocks"></a> [port\_blocks](#input\_port\_blocks) | List of port blocks. Allowed values `from_module`, `to_module`: 1-9. Default value `from_module`, `to_module`: 1. Allowed values `from_port`, `to_port`: 1-127. Default value `to_port`: `from_port`. | <pre>list(object({<br> name = string<br> description = optional(string, "")<br> from_module = optional(number, 1)<br> to_module = optional(number)<br> from_port = number<br> to_port = optional(number)<br> }))</pre> | `[]` | no |

## Outputs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ module "aci_access_leaf_interface_policy_group" {
| <a name="input_port_channel_policy"></a> [port\_channel\_policy](#input\_port\_channel\_policy) | Port channel policy name. | `string` | `""` | no |
| <a name="input_port_channel_member_policy"></a> [port\_channel\_member\_policy](#input\_port\_channel\_member\_policy) | Port channel member policy name. | `string` | `""` | no |
| <a name="input_aaep"></a> [aaep](#input\_aaep) | Attachable access entity profile name. | `string` | `""` | no |
| <a name="input_netflow_monitor_policies"></a> [netflow\_monitor\_policies](#input\_netflow\_monitor\_policies) | List of Netflow Monitor policies. Choices `ip_filter_type`: `ipv4, `ipv6`, `ce`, `unspecified`.` | <pre>list(object({<br/> name = string<br/> ip_filter_type = optional(string, "ipv4")<br/> }))</pre> | `[]` | no |
| <a name="input_netflow_monitor_policies"></a> [netflow\_monitor\_policies](#input\_netflow\_monitor\_policies) | List of Netflow Monitor policies. Choices `ip_filter_type`: `ipv4, `ipv6`, `ce`, `unspecified`.` | <pre>list(object({<br> name = string<br> ip_filter_type = optional(string, "ipv4")<br> }))</pre> | `[]` | no |

## Outputs

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ module "aci_access_leaf_interface_selector" {
| <a name="input_fex_interface_profile"></a> [fex\_interface\_profile](#input\_fex\_interface\_profile) | FEX interface profile name. | `string` | `""` | no |
| <a name="input_policy_group_type"></a> [policy\_group\_type](#input\_policy\_group\_type) | Interface policy group type. Choices: `access`, `pc`, `vpc`, `breakout`. | `string` | `"access"` | no |
| <a name="input_policy_group"></a> [policy\_group](#input\_policy\_group) | Interface policy group name. | `string` | `""` | no |
| <a name="input_port_blocks"></a> [port\_blocks](#input\_port\_blocks) | List of port blocks. Allowed values `from_module`, `to_module`: 1-9. Default value `from_module`, `to_module`: 1. Allowed values `from_port`, `to_port`: 1-127. Default value `to_port`: `from_port`. | <pre>list(object({<br/> name = string<br/> description = optional(string, "")<br/> from_module = optional(number, 1)<br/> to_module = optional(number)<br/> from_port = number<br/> to_port = optional(number)<br/> }))</pre> | `[]` | no |
| <a name="input_sub_port_blocks"></a> [sub\_port\_blocks](#input\_sub\_port\_blocks) | List of sub port blocks. Allowed values `from_module`, `to_module`: 1-9. Default value `from_module`, `to_module`: 1. Allowed values `from_port`, `to_port`: 1-127. Default value `to_port`: `from_port`. Allowed values `from_sub_port`, `to_sub_port`: 1-16. Default value `to_sub_port`: `from_sub_port`. | <pre>list(object({<br/> name = string<br/> description = optional(string, "")<br/> from_module = optional(number, 1)<br/> to_module = optional(number)<br/> from_port = number<br/> to_port = optional(number)<br/> from_sub_port = number<br/> to_sub_port = optional(number)<br/> }))</pre> | `[]` | no |
| <a name="input_port_blocks"></a> [port\_blocks](#input\_port\_blocks) | List of port blocks. Allowed values `from_module`, `to_module`: 1-9. Default value `from_module`, `to_module`: 1. Allowed values `from_port`, `to_port`: 1-127. Default value `to_port`: `from_port`. | <pre>list(object({<br> name = string<br> description = optional(string, "")<br> from_module = optional(number, 1)<br> to_module = optional(number)<br> from_port = number<br> to_port = optional(number)<br> }))</pre> | `[]` | no |
| <a name="input_sub_port_blocks"></a> [sub\_port\_blocks](#input\_sub\_port\_blocks) | List of sub port blocks. Allowed values `from_module`, `to_module`: 1-9. Default value `from_module`, `to_module`: 1. Allowed values `from_port`, `to_port`: 1-127. Default value `to_port`: `from_port`. Allowed values `from_sub_port`, `to_sub_port`: 1-16. Default value `to_sub_port`: `from_sub_port`. | <pre>list(object({<br> name = string<br> description = optional(string, "")<br> from_module = optional(number, 1)<br> to_module = optional(number)<br> from_port = number<br> to_port = optional(number)<br> from_sub_port = number<br> to_sub_port = optional(number)<br> }))</pre> | `[]` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-aci-access-leaf-switch-profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module "aci_access_leaf_switch_profile" {
|------|-------------|------|---------|:--------:|
| <a name="input_name"></a> [name](#input\_name) | Leaf switch profile name. | `string` | n/a | yes |
| <a name="input_interface_profiles"></a> [interface\_profiles](#input\_interface\_profiles) | List of interface profile names. | `list(string)` | `[]` | no |
| <a name="input_selectors"></a> [selectors](#input\_selectors) | List of selectors. Allowed values `from`: 1-4000. Allowed values `to`: 1-4000. | <pre>list(object({<br/> name = string<br/> policy_group = optional(string)<br/> node_blocks = list(object({<br/> name = string<br/> from = number<br/> to = optional(number)<br/> }))<br/> }))</pre> | `[]` | no |
| <a name="input_selectors"></a> [selectors](#input\_selectors) | List of selectors. Allowed values `from`: 1-4000. Allowed values `to`: 1-4000. | <pre>list(object({<br> name = string<br> policy_group = optional(string)<br> node_blocks = list(object({<br> name = string<br> from = number<br> to = optional(number)<br> }))<br> }))</pre> | `[]` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-aci-access-span-filter-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ module "aci_access_span_filter_group" {
|------|-------------|------|---------|:--------:|
| <a name="input_name"></a> [name](#input\_name) | Access SPAN Filter Group name. | `string` | n/a | yes |
| <a name="input_description"></a> [description](#input\_description) | Access SPAN Filter Group description. | `string` | `""` | no |
| <a name="input_entries"></a> [entries](#input\_entries) | Access SPAN Filter Group entries. Allowed values `ip_protocol`: `unspecified`, `icmp`, `igmp`, `tcp`, `egp`, `igp`, `udp`, `icmpv6`, `eigrp`, `ospfigp`, `pim`, `l2tp` or a number between 0 and 255. Default value `protocol`: `tcp`. Allowed values `destination_from_port`, `destination_to_port`, `destination_from_port`, `source_from_port`: `source_to_port`, `dns`, `ftpData`, `http`, `https`, `pop3`, `rtsp`, `smtp`, `ssh` or a number between 0 and 65535. Default value `source_from_port`, `source_to_port`, `destination_from_port`, `destination_to_port`: `unspecified`. | <pre>list(object({<br/> name = string<br/> description = optional(string, "")<br/> destination_ip = string<br/> destination_from_port = optional(string, "unspecified")<br/> destination_to_port = optional(string)<br/> ip_protocol = optional(string, "unspecified")<br/> source_ip = string<br/> source_from_port = optional(string, "unspecified")<br/> source_to_port = optional(string)<br/> }))</pre> | `[]` | no |
| <a name="input_entries"></a> [entries](#input\_entries) | Access SPAN Filter Group entries. Allowed values `ip_protocol`: `unspecified`, `icmp`, `igmp`, `tcp`, `egp`, `igp`, `udp`, `icmpv6`, `eigrp`, `ospfigp`, `pim`, `l2tp` or a number between 0 and 255. Default value `protocol`: `tcp`. Allowed values `destination_from_port`, `destination_to_port`, `destination_from_port`, `source_from_port`: `source_to_port`, `dns`, `ftpData`, `http`, `https`, `pop3`, `rtsp`, `smtp`, `ssh` or a number between 0 and 65535. Default value `source_from_port`, `source_to_port`, `destination_from_port`, `destination_to_port`: `unspecified`. | <pre>list(object({<br> name = string<br> description = optional(string, "")<br> destination_ip = string<br> destination_from_port = optional(string, "unspecified")<br> destination_to_port = optional(string)<br> ip_protocol = optional(string, "unspecified")<br> source_ip = string<br> source_from_port = optional(string, "unspecified")<br> source_to_port = optional(string)<br> }))</pre> | `[]` | no |

## Outputs

Expand Down
2 changes: 1 addition & 1 deletion modules/terraform-aci-access-span-source-group/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ module "aci-access-span-source-group" {
| <a name="input_name"></a> [name](#input\_name) | SPAN Source Group name. | `string` | n/a | yes |
| <a name="input_description"></a> [description](#input\_description) | SPAN Source Group description. | `string` | `""` | no |
| <a name="input_admin_state"></a> [admin\_state](#input\_admin\_state) | SPAN Source Group Administrative state. | `bool` | `true` | no |
| <a name="input_sources"></a> [sources](#input\_sources) | List of SPAN sources. Choices `direction`: `in`, `both`, `out`. Default value `direction`: `both`. Choices `span_drop`: `false`, `true`. Default value `span_drop`: `false`. List of Access Paths `access_paths`. Allowed values `node_id`, `node2_id`: `1` - `4000`. Allowed values `fex_id`, `fex2_id`: `101` - `199`. Allowed values `vlan`: `1` - `4096`. Allowed values `pod_id`: `1` - `255`. Default value `pod_id`: `1`. Allowed values `port`: `1` - `127`. Allowed values `sub_port`: `1` - `16`. Allowed values `module`: `1` - `9`. Default value `module`: `1`. | <pre>list(object({<br/> description = optional(string, "")<br/> name = string<br/> direction = optional(string, "both")<br/> span_drop = optional(bool, false)<br/> tenant = optional(string)<br/> application_profile = optional(string)<br/> endpoint_group = optional(string)<br/> l3out = optional(string)<br/> vlan = optional(number)<br/> access_paths = optional(list(object({<br/> node_id = number<br/> node2_id = optional(number)<br/> fex_id = optional(number)<br/> fex2_id = optional(number)<br/> pod_id = optional(number, 1)<br/> port = optional(number)<br/> sub_port = optional(number)<br/> module = optional(number, 1)<br/> channel = optional(string)<br/> type = optional(string)<br/> })), [])<br/> }))</pre> | `[]` | no |
| <a name="input_sources"></a> [sources](#input\_sources) | List of SPAN sources. Choices `direction`: `in`, `both`, `out`. Default value `direction`: `both`. Choices `span_drop`: `false`, `true`. Default value `span_drop`: `false`. List of Access Paths `access_paths`. Allowed values `node_id`, `node2_id`: `1` - `4000`. Allowed values `fex_id`, `fex2_id`: `101` - `199`. Allowed values `vlan`: `1` - `4096`. Allowed values `pod_id`: `1` - `255`. Default value `pod_id`: `1`. Allowed values `port`: `1` - `127`. Allowed values `sub_port`: `1` - `16`. Allowed values `module`: `1` - `9`. Default value `module`: `1`. | <pre>list(object({<br> description = optional(string, "")<br> name = string<br> direction = optional(string, "both")<br> span_drop = optional(bool, false)<br> tenant = optional(string)<br> application_profile = optional(string)<br> endpoint_group = optional(string)<br> l3out = optional(string)<br> vlan = optional(number)<br> access_paths = optional(list(object({<br> node_id = number<br> node2_id = optional(number)<br> fex_id = optional(number)<br> fex2_id = optional(number)<br> pod_id = optional(number, 1)<br> port = optional(number)<br> sub_port = optional(number)<br> module = optional(number, 1)<br> channel = optional(string)<br> type = optional(string)<br> })), [])<br> }))</pre> | `[]` | no |
| <a name="input_filter_group"></a> [filter\_group](#input\_filter\_group) | SPAN Source Filter Group. | `string` | `""` | no |
| <a name="input_destination_name"></a> [destination\_name](#input\_destination\_name) | SPAN Source Destination Group Name. | `string` | n/a | yes |
| <a name="input_destination_description"></a> [destination\_description](#input\_destination\_description) | SPAN Source Destination Group Description. | `string` | `""` | no |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module "aci_access_spine_interface_selector" {
| <a name="input_interface_profile"></a> [interface\_profile](#input\_interface\_profile) | Spine interface profile name. | `string` | n/a | yes |
| <a name="input_name"></a> [name](#input\_name) | Spine interface selector name. | `string` | n/a | yes |
| <a name="input_policy_group"></a> [policy\_group](#input\_policy\_group) | Interface policy group name. | `string` | `""` | no |
| <a name="input_port_blocks"></a> [port\_blocks](#input\_port\_blocks) | List of port blocks. Allowed values `from_module`, `to_module`: 1-9. Default value `from_module`, `to_module`: 1. Allowed values `from_port`, `to_port`: 1-127. Default value `to_port`: `from_port`. | <pre>list(object({<br/> name = string<br/> description = optional(string, "")<br/> from_module = optional(number, 1)<br/> to_module = optional(number)<br/> from_port = number<br/> to_port = optional(number)<br/> }))</pre> | `[]` | no |
| <a name="input_port_blocks"></a> [port\_blocks](#input\_port\_blocks) | List of port blocks. Allowed values `from_module`, `to_module`: 1-9. Default value `from_module`, `to_module`: 1. Allowed values `from_port`, `to_port`: 1-127. Default value `to_port`: `from_port`. | <pre>list(object({<br> name = string<br> description = optional(string, "")<br> from_module = optional(number, 1)<br> to_module = optional(number)<br> from_port = number<br> to_port = optional(number)<br> }))</pre> | `[]` | no |

## Outputs

Expand Down
Loading

0 comments on commit 7eaaadd

Please sign in to comment.