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
*`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.
47
47
48
48
### Read-Only ###
49
49
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.
56
56
*`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.
57
57
*`key` (key) - (string) The key used to uniquely identify this configuration object.
58
58
*`value` (value) - (string) The value of the property.
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.
74
74
75
75
## Schema ##
76
76
77
77
### Required ###
78
78
79
79
*`parent_dn` - (string) The distinguished name (DN) of the parent object, possible resources:
*`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.
95
95
- Default: `active`
96
96
- 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.
99
99
- Default: `2`
100
100
*`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.
101
101
#### Required ####
@@ -110,13 +110,13 @@ All examples for the Lacp Enhanced Lag Policy resource can be found in the [exam
110
110
111
111
## Importing
112
112
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:
0 commit comments