Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 793 Bytes

fcoe_network.html.markdown

File metadata and controls

37 lines (25 loc) · 793 Bytes
layout page_title sidebar_current description
oneview
Oneview: fcoe_network
docs-oneview-fcoe-network
Creates an fcoe network.

oneview_fcoe_network

Creates an fcoe network.

Example Usage

resource "oneview_fcoe_network" "default" {
  name = "test-fcoe-network"
  vlanId = 71
}

Argument Reference

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

Attributes Reference

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.