layout | page_title | sidebar_current | description |
---|---|---|---|
oneview |
Oneview: fcoe_network |
docs-oneview-fcoe-network |
Creates an fcoe network. |
Creates an fcoe network.
resource "oneview_fcoe_network" "default" {
name = "test-fcoe-network"
vlanId = 71
}
The following arguments are supported:
-
name
- (Required) A unique name for the resource. -
vlanId
- (Required) The Virtual LAN (VLAN) identification number (integer) assigned to the network. Changing this forces a new resource
In addition to the arguments listed above, the following computed attributes are exported:
-
uri
- The URI of the created resource. -
eTag
- Entity tag/version ID of the resource.