Skip to content

Commit

Permalink
update switch doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pogossian committed Sep 5, 2024
1 parent 7101688 commit ecbfb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ resource "netris_switch" "my-switch" {
- **mainip** (String) A unique IP address which will be used as a loopback address of this unit. Valid value is ip address (example `198.51.100.21`) or `auto`. If set `auto` the controller will assign an ip address automatically from subnets with relevant purpose.
- **mgmtip** (String) A unique IP address to be used on out of band management interface. Valid value is ip address (example `192.0.2.21`) or `auto`. If set `auto` the controller will assign an ip address automatically from subnets with relevant purpose.
- **name** (String) User assigned name of switch.
- **nos** (String) Switch OS. Possible values: `cumulus_linux`, `sonic`, `ubuntu_switch_dev`
- **nos** (String) Switch OS. Possible values: `cumulus_linux`, `cumulus_nvue`, `sonic`, `ubuntu_switch_dev`
- **portcount** (Number) Preliminary port count is used for definition of topology. Possible values: `16`, `32`, `48`, `54`, `56`, `64`
- **siteid** (Number) The site ID where this switch belongs.
- **tenantid** (Number) ID of tenant. Users of this tenant will be permitted to edit this unit.
Expand Down

0 comments on commit ecbfb85

Please sign in to comment.