Description
Model Documentation: Link
module "nxos_scaffolding" {
source = "netascode/scaffolding/nxos"
version = ">= 0.0.1"
id = "eth1/10"
description = "My Description"
mode = "trunk"
}
Name | Version |
---|---|
terraform | >= 1.0.0 |
nxos | >= 0.5.0 |
Name | Version |
---|---|
nxos | >= 0.5.0 |
Name | Description | Type | Default | Required |
---|---|---|---|---|
id | Interface ID. Must match first field in the output of show intf brief . Example: eth1/1 . |
string |
n/a | yes |
description | Interface description. | string |
"" |
no |
mode | Interface mode. Choices: access , trunk , fex-fabric , dot1q-tunnel , promiscuous , host , trunk_secondary , trunk_promiscuous , vntag . |
string |
"access" |
no |
Name | Description |
---|---|
dn | Distinguished name of l1PhysIf object. |
id | Interface ID. |
Name | Type |
---|---|
nxos_rest.l1PhysIf | resource |