Skip to content

Commit 8f605d4

Browse files
gmicollhercot
authored andcommitted
[ignore] Set LACP to uppercase in every Documentation/Comment. Modify UI location for aci_lacp_enhanced_lag_policy in Documentation.
1 parent 4b46ade commit 8f605d4

File tree

6 files changed

+42
-41
lines changed

6 files changed

+42
-41
lines changed

docs/data-sources/lacp_enhanced_lag_policy.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ layout: "aci"
77
page_title: "ACI: aci_lacp_enhanced_lag_policy"
88
sidebar_current: "docs-aci-data-source-aci_lacp_enhanced_lag_policy"
99
description: |-
10-
Data source for ACI Lacp Enhanced Lag Policy
10+
Data source for ACI LACP Enhanced Lag Policy
1111
---
1212

1313
# aci_lacp_enhanced_lag_policy #
1414

15-
Data source for ACI Lacp Enhanced Lag Policy
15+
Data source for ACI LACP Enhanced Lag Policy
1616

1717
## API Information ##
1818

@@ -24,7 +24,7 @@ Data source for ACI Lacp Enhanced Lag Policy
2424

2525
## GUI Information ##
2626

27-
* Location: `Virtual Networking -> any vendor -> Domains -> VSwitch Policy -> Enhanced Lag Policy`
27+
* Location: `Virtual Networking -> VMM -> Domains -> VSwitch Policy -> Enhanced Lag Policy`
2828

2929
## Example Usage ##
3030

@@ -43,16 +43,16 @@ data "aci_lacp_enhanced_lag_policy" "example_vswitch_policy" {
4343

4444
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
4545
- [aci_vswitch_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/vswitch_policy) ([vmmVSwitchPolicyCont](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vmmVSwitchPolicyCont/overview))
46-
* `name` (name) - (string) The name of the Lacp Enhanced Lag Policy object.
46+
* `name` (name) - (string) The name of the LACP Enhanced Lag Policy object.
4747

4848
### Read-Only ###
4949

50-
* `id` - (string) The distinguished name (DN) of the Lacp Enhanced Lag Policy object.
51-
* `annotation` (annotation) - (string) The annotation of the Lacp Enhanced Lag Policy object.
52-
* `load_balancing_mode` (lbmode) - (string) The load balancing mode of the Lacp Enhanced Lag Policy object.
53-
* `mode` (mode) - (string) The Lacp mode of the Lacp Enhanced Lag Policy object.
54-
* `name_alias` (nameAlias) - (string) The name alias of the Lacp Enhanced Lag Policy object.
55-
* `number_of_links` (numLinks) - (string) The number of links of the Lacp Enhanced Lag Policy object.
50+
* `id` - (string) The distinguished name (DN) of the LACP Enhanced Lag Policy object.
51+
* `annotation` (annotation) - (string) The annotation of the LACP Enhanced Lag Policy object.
52+
* `load_balancing_mode` (lbmode) - (string) The load balancing mode of the LACP Enhanced Lag Policy object.
53+
* `mode` (mode) - (string) The LACP mode of the LACP Enhanced Lag Policy object.
54+
* `name_alias` (nameAlias) - (string) The name alias of the LACP Enhanced Lag Policy object.
55+
* `number_of_links` (numLinks) - (string) The number of links of the LACP Enhanced Lag Policy 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.
5757
* `key` (key) - (string) The key used to uniquely identify this configuration object.
5858
* `value` (value) - (string) The value of the property.

docs/resources/lacp_enhanced_lag_policy.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ layout: "aci"
77
page_title: "ACI: aci_lacp_enhanced_lag_policy"
88
sidebar_current: "docs-aci-resource-aci_lacp_enhanced_lag_policy"
99
description: |-
10-
Manages ACI Lacp Enhanced Lag Policy
10+
Manages ACI LACP Enhanced Lag Policy
1111
---
1212

1313
# aci_lacp_enhanced_lag_policy #
1414

15-
Manages ACI Lacp Enhanced Lag Policy
15+
Manages ACI LACP Enhanced Lag Policy
1616

1717

1818

@@ -26,11 +26,11 @@ Manages ACI Lacp Enhanced Lag Policy
2626

2727
## GUI Information ##
2828

29-
* Location: `Virtual Networking -> any vendor -> Domains -> VSwitch Policy -> Enhanced Lag Policy`
29+
* Location: `Virtual Networking -> VMM -> Domains -> VSwitch Policy -> Enhanced Lag Policy`
3030

3131
## Example Usage ##
3232

33-
The configuration snippet below creates a Lacp Enhanced Lag Policy with only required attributes.
33+
The configuration snippet below creates a LACP Enhanced Lag Policy with only required attributes.
3434

3535
```hcl
3636
@@ -40,7 +40,7 @@ resource "aci_lacp_enhanced_lag_policy" "example_vswitch_policy" {
4040
}
4141
4242
```
43-
The configuration snippet below shows all possible attributes of the Lacp Enhanced Lag Policy.
43+
The configuration snippet below shows all possible attributes of the LACP Enhanced Lag Policy.
4444

4545
!> This example might not be valid configuration and is only used to show all possible attributes.
4646

@@ -70,32 +70,32 @@ resource "aci_lacp_enhanced_lag_policy" "full_example_vswitch_policy" {
7070
7171
```
7272

73-
All examples for the Lacp Enhanced Lag Policy resource can be found in the [examples](https://github.com/CiscoDevNet/terraform-provider-aci/tree/master/examples/resources/aci_lacp_enhanced_lag_policy) folder.
73+
All examples for the LACP Enhanced Lag Policy resource can be found in the [examples](https://github.com/CiscoDevNet/terraform-provider-aci/tree/master/examples/resources/aci_lacp_enhanced_lag_policy) folder.
7474

7575
## Schema ##
7676

7777
### Required ###
7878

7979
* `parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
8080
- [aci_vswitch_policy](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/resources/vswitch_policy) ([vmmVSwitchPolicyCont](https://pubhub.devnetcloud.com/media/model-doc-latest/docs/app/index.html#/objects/vmmVSwitchPolicyCont/overview))
81-
* `name` (name) - (string) The name of the Lacp Enhanced Lag Policy object.
81+
* `name` (name) - (string) The name of the LACP Enhanced Lag Policy object.
8282

8383
### Read-Only ###
8484

85-
* `id` - (string) The distinguished name (DN) of the Lacp Enhanced Lag Policy object.
85+
* `id` - (string) The distinguished name (DN) of the LACP Enhanced Lag Policy object.
8686

8787
### Optional ###
8888

89-
* `annotation` (annotation) - (string) The annotation of the Lacp Enhanced Lag Policy object.
89+
* `annotation` (annotation) - (string) The annotation of the LACP Enhanced Lag Policy object.
9090
- Default: `orchestrator:terraform`
91-
* `load_balancing_mode` (lbmode) - (string) The load balancing mode of the Lacp Enhanced Lag Policy object.
91+
* `load_balancing_mode` (lbmode) - (string) The load balancing mode of the LACP Enhanced Lag Policy object.
9292
- Default: `src-dst-ip`
9393
- Valid Values: `dst-ip`, `dst-ip-l4port`, `dst-ip-l4port-vlan`, `dst-ip-vlan`, `dst-l4port`, `dst-mac`, `src-dst-ip`, `src-dst-ip-l4port`, `src-dst-ip-l4port-vlan`, `src-dst-ip-vlan`, `src-dst-l4port`, `src-dst-mac`, `src-ip`, `src-ip-l4port`, `src-ip-l4port-vlan`, `src-ip-vlan`, `src-l4port`, `src-mac`, `src-port-id`, `vlan`.
94-
* `mode` (mode) - (string) The Lacp mode of the Lacp Enhanced Lag Policy object.
94+
* `mode` (mode) - (string) The LACP mode of the LACP Enhanced Lag Policy object.
9595
- Default: `active`
9696
- Valid Values: `active`, `passive`.
97-
* `name_alias` (nameAlias) - (string) The name alias of the Lacp Enhanced Lag Policy object.
98-
* `number_of_links` (numLinks) - (string) The number of links of the Lacp Enhanced Lag Policy object.
97+
* `name_alias` (nameAlias) - (string) The name alias of the LACP Enhanced Lag Policy object.
98+
* `number_of_links` (numLinks) - (string) The number of links of the LACP Enhanced Lag Policy object.
9999
- Default: `2`
100100
* `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.
101101
#### Required ####
@@ -110,13 +110,13 @@ All examples for the Lacp Enhanced Lag Policy resource can be found in the [exam
110110

111111
## Importing
112112

113-
An existing Lacp Enhanced Lag Policy can be [imported](https://www.terraform.io/docs/import/index.html) into this resource with its distinguished name (DN), via the following command:
113+
An existing LACP Enhanced Lag Policy can be [imported](https://www.terraform.io/docs/import/index.html) into this resource with its distinguished name (DN), via the following command:
114114

115115
```
116116
terraform import aci_lacp_enhanced_lag_policy.example_vswitch_policy uni/vmmp-{vendor}/dom-{name}/vswitchpolcont/enlacplagp-{name}
117117
```
118118

119-
Starting in Terraform version 1.5, an existing Lacp Enhanced Lag Policy can be imported
119+
Starting in Terraform version 1.5, an existing LACP Enhanced Lag Policy can be imported
120120
using [import blocks](https://developer.hashicorp.com/terraform/language/import) via the following configuration:
121121

122122
```

gen/definitions/classes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ fvPeeringP:
10691069
lacpEnhancedLagPol:
10701070
resource_name: "lacp_enhanced_lag_policy"
10711071
ui_locations:
1072-
- "Virtual Networking -> any vendor -> Domains -> VSwitch Policy -> Enhanced Lag Policy"
1072+
- "Virtual Networking -> VMM -> Domains -> VSwitch Policy -> Enhanced Lag Policy"
10731073
sub_category: "Virtual Networking"
10741074

10751075
vmmVSwitchPolicyCont:

gen/definitions/properties.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ global:
8484
Bgp: "BGP"
8585
Ospf: "OSPF"
8686
Evpn: "EVPN"
87+
Lacp Enhanced Lag Policy: "LACP Enhanced Lag Policy"
8788
ignores:
8889
- "userdom"
8990

@@ -2566,7 +2567,7 @@ lacpEnhancedLagPol:
25662567
lbmode: "load_balancing_mode"
25672568
num_links: "number_of_links"
25682569
documentation:
2569-
mode: "The Lacp mode of the %s object."
2570+
mode: "The LACP mode of the %s object."
25702571
lbmode: "The load balancing mode of the %s object."
25712572
numLinks: "The number of links of the %s object."
25722573
parents:

internal/provider/data_source_aci_lacp_enhanced_lag_policy.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/provider/resource_aci_lacp_enhanced_lag_policy.go

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)