Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/data-sources/lacp_enhanced_lag_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ data "aci_lacp_enhanced_lag_policy" "example_vswitch_policy" {

* `id` - (string) The distinguished name (DN) of the LACP Enhanced Lag Policy object.
* `annotation` (annotation) - (string) The annotation of the LACP Enhanced Lag Policy object.
* `id_attribute` (id) - (string) The identifier of the LACP Enhanced Lag Policy object.
* `load_balancing_mode` (lbmode) - (string) The load balancing mode of the LACP Enhanced Lag Policy object.
* `mode` (mode) - (string) The LACP mode of the LACP Enhanced Lag Policy object.
* `name_alias` (nameAlias) - (string) The name alias of the LACP Enhanced Lag Policy object.
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/key_ring.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ All examples for the Key Ring resource can be found in the [examples](https://gi
* `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.
* `key_type` (keyType) - (string) The type used by the provided key. This attribute is supported in ACI versions: 6.0(2h) and later.
- Default: `"RSA"`
- Valid Values: `"ECC"`, `"RSA"`, `"indeterminate"`.
- Valid Values: `"ECC"`, `"RSA"`.
* `modulus` (modulus) - (string) The length of the encryption keys. A longer key length increases the difficulty of breaking the key.
- Default: `"mod2048"`
- Valid Values: `"mod1024"`, `"mod1536"`, `"mod2048"`, `"mod3072"`, `"mod4096"`, `"mod512"`, `"none"`.
Expand Down
2 changes: 2 additions & 0 deletions docs/resources/lacp_enhanced_lag_policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ The configuration snippet below shows all possible attributes of the LACP Enhanc
resource "aci_lacp_enhanced_lag_policy" "full_example_vswitch_policy" {
parent_dn = aci_vswitch_policy.example.id
annotation = "annotation"
id_attribute = "id_attribute_1"
load_balancing_mode = "dst-ip"
mode = "active"
name = "test_name"
Expand Down Expand Up @@ -88,6 +89,7 @@ All examples for the LACP Enhanced Lag Policy resource can be found in the [exam

* `annotation` (annotation) - (string) The annotation of the LACP Enhanced Lag Policy object.
- Default: `"orchestrator:terraform"`
* `id_attribute` (id) - (string) The identifier of the LACP Enhanced Lag Policy object.
* `load_balancing_mode` (lbmode) - (string) The load balancing mode of the LACP Enhanced Lag Policy object.
- Default: `"src-dst-ip"`
- 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"`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
resource "aci_lacp_enhanced_lag_policy" "full_example_vswitch_policy" {
parent_dn = aci_vswitch_policy.example.id
annotation = "annotation"
id_attribute = "id_attribute_1"
load_balancing_mode = "dst-ip"
mode = "active"
name = "test_name"
Expand Down
44 changes: 22 additions & 22 deletions gen/meta/fvEpIpTag.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,17 +226,17 @@
"platformFlavors": [

],
"label": "deleteAll "},
"label": "Delete All "},
{ "value": "8192", "localName": "deleteNonPresent",
"platformFlavors": [

],
"label": "deleteNonPresent "},
"label": "Delete Non Present "},
{ "value": "4096", "localName": "ignore",
"platformFlavors": [

],
"label": "ignore "}
"label": "Ignore "}
],
"platformFlavors": [

Expand Down Expand Up @@ -438,7 +438,7 @@
"isConfigurable": false,
"propGlobalId": "70094",
"propLocalId": "143",
"label": "encap",
"label": "Encap",
"baseType": "base:Encap",
"modelType": "base:Encap",
"needsPropDelimiters": true,
Expand All @@ -456,7 +456,7 @@

],
"isNxosConverged": false,
"isDeprecated": false,
"isDeprecated": true,
"isHidden": false
},
"extMngdBy": {
Expand Down Expand Up @@ -491,12 +491,12 @@
"platformFlavors": [

],
"label": "msc "},
"label": "MSC "},
{ "value": "0", "localName": "undefined",
"platformFlavors": [

],
"label": "undefined "}
"label": "Undefined "}
],
"default": "undefined",
"platformFlavors": [
Expand Down Expand Up @@ -640,47 +640,47 @@
"comment": [
"802.1x authentication Ep"
],
"label": "802-dot-1x "},
"label": "802-Dot-1x "},
{ "value": "8", "localName": "dynamic",
"platformFlavors": [

],
"comment": [
"dynamically detected through special HV signalling"
],
"label": "dynamic "},
"label": "Dynamic "},
{ "value": "2", "localName": "learned",
"platformFlavors": [

],
"comment": [
"learned through network protocol magic"
],
"label": "learned "},
"label": "Learned "},
{ "value": "32", "localName": "poe",
"platformFlavors": [

],
"comment": [
"Power Over Ethernet Ep"
],
"label": "poe "},
"label": "PoE "},
{ "value": "4", "localName": "static",
"platformFlavors": [

],
"comment": [
"statically configured by admin"
],
"label": "static "},
"label": "Static "},
{ "value": "1", "localName": "vmm",
"platformFlavors": [

],
"comment": [
"instanciated by a trigger from corresponding VMM domain"
],
"label": "vmm "}
"label": "VMM "}
],
"platformFlavors": [

Expand Down Expand Up @@ -741,7 +741,7 @@
"platformFlavors": [

],
"label": "ResolvedOnBehalf "}
"label": "Resolved On Behalf "}
],
"default": "local",
"platformFlavors": [
Expand All @@ -759,7 +759,7 @@
"isConfigurable": false,
"propGlobalId": "1774",
"propLocalId": "480",
"label": "MacAddress",
"label": "MAC Address",
"baseType": "address:MAC",
"modelType": "address:MAC",
"needsPropDelimiters": false,
Expand Down Expand Up @@ -812,7 +812,7 @@
"platformFlavors": [

],
"label": "never "}
"label": "Never "}
],
"default": "never",
"platformFlavors": [
Expand All @@ -830,7 +830,7 @@
"isConfigurable": false,
"propGlobalId": "63103",
"propLocalId": "228",
"label": "Monitoring policy",
"label": "Monitoring Policy",
"baseType": "reference:BinRef",
"modelType": "reference:BinRef",
"needsPropDelimiters": true,
Expand Down Expand Up @@ -884,7 +884,7 @@

],
"isNxosConverged": false,
"isDeprecated": false,
"isDeprecated": true,
"isHidden": false
},
"nameAlias": {
Expand Down Expand Up @@ -917,7 +917,7 @@

],
"isNxosConverged": false,
"isDeprecated": false,
"isDeprecated": true,
"isHidden": false
},
"rn": {
Expand Down Expand Up @@ -1005,23 +1005,23 @@
"comment": [
"In a setter method: specifies that an object should be created. An error is returned if the object already exists. \nIn the return value of a setter method: indicates that an object has been created. \n"
],
"label": "created "},
"label": "Created "},
{ "value": "8", "localName": "deleted",
"platformFlavors": [

],
"comment": [
"In a setter method: specifies that an object should be deleted. \nIn the return value of a setter method: indicates that an object has been deleted.\n"
],
"label": "deleted "},
"label": "Deleted "},
{ "value": "4", "localName": "modified",
"platformFlavors": [

],
"comment": [
"In a setter method: specifies that an object should be modified \nIn the return value of a setter method: indicates that an object has been modified.\n"
],
"label": "modified "}
"label": "Modified "}
],
"platformFlavors": [

Expand Down
Loading