From b5122b5741e5e6f5df30a7dc64a2a1475d5c582d Mon Sep 17 00:00:00 2001 From: scotttyso Date: Sat, 18 Dec 2021 14:20:59 -0500 Subject: [PATCH] updating document --- modules/port_role_fc_storage/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/port_role_fc_storage/README.md b/modules/port_role_fc_storage/README.md index 0c6d0cc..b12b76e 100644 --- a/modules/port_role_fc_storage/README.md +++ b/modules/port_role_fc_storage/README.md @@ -36,7 +36,7 @@ No modules. | Name | Type | |------|------| -| [intersight_fabric_fc_uplink_role.port_role](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_fc_uplink_role) | resource | +| [intersight_fabric_fc_storage_role.port_role](https://registry.terraform.io/providers/CiscoDevNet/intersight/latest/docs/resources/fabric_fc_storage_role) | resource | ## Inputs @@ -44,7 +44,6 @@ No modules. |------|-------------|------|---------|:--------:| | [admin\_speed](#input\_admin\_speed) | Admin configured speed for the port.
* Auto - Admin configurable speed AUTO ( default ).
* 8Gbps - Admin configurable speed 8Gbps.
* 16Gbps - Admin configurable speed 16Gbps.
* 32Gbps - Admin configurable speed 32Gbps. | `string` | `"16Gbps"` | no | | [breakout\_port\_id](#input\_breakout\_port\_id) | Breakout port Identifier of the Switch Interface. When a port is not configured as a breakout port, the aggregatePortId is set to 0, and unused. When a port is configured as a breakout port, the 'aggregatePortId' port number as labeled on the equipment, e.g. the id of the port on the switch. | `number` | `0` | no | -| [fill\_pattern](#input\_fill\_pattern) | Fill pattern to differentiate the configs in NPIV.
* Arbff - Fc Fill Pattern type Arbff.
* Idle - Fc Fill Pattern type Idle. | `string` | `"Idle"` | no | | [port\_list](#input\_port\_list) | String of Ports to assign to the Port Policy. | `string` | `""` | no | | [port\_policy\_moid](#input\_port\_policy\_moid) | A reference to a fabricPortPolicy resource. | `string` | n/a | yes | | [slot\_id](#input\_slot\_id) | Slot Identifier of the Switch/FEX/Chassis Interface. | `number` | `1` | no | @@ -55,5 +54,5 @@ No modules. | Name | Description | |------|-------------| -| [moid](#output\_moid) | Port Role - Fibre-Channel Uplink Managed Object ID (moid). | +| [moid](#output\_moid) | Port Role - FC Storage Managed Object ID (moid). |