Skip to content

Commit

Permalink
Add auto generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glin-s6 committed Mar 28, 2024
1 parent b9c30a0 commit 4a88973
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/resources/network_switch.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ resource "hyperv_network_switch" "default" {
- `notes` (String) Specifies a note to be associated with the switch to be created.
- `switch_type` (String) Specifies the type of the switch to be created. Valid values to use are `Internal`, `Private` and `External`.
- `timeouts` (Block, Optional) (see [below for nested schema](#nestedblock--timeouts))
- `vlan_access_id` (Number) The VLAN identifier used for all network communications through this network adapter. This setting does not affect virtual machine networking
- `vlan_operation_mode` (String) Operation Mode for the management operating system. Valid values are [Untagged, Isolated, Community, Promiscuous]. Only Untagged and Isolated are currently supported

### Read-Only

Expand Down

0 comments on commit 4a88973

Please sign in to comment.