layout | page_title | sidebar_current | description |
---|---|---|---|
oneview |
Oneview: fc_network |
docs-oneview-fc-network |
Creates an fibre channel network. |
Creates an fc network.
resource "oneview_fc_network" "default" {
name = "test-fc-network"
}
The following arguments are supported:
name
- (Required) A unique name for the resource.
-
fabric_type
- (Optional) The supported Fibre Channel access method. This defaults to FabricAttach. -
link_stability_time
- (Optional) The time interval, expressed in seconds, to wait after a link that was previously offline becomes stable, before automatic redistribution occurs within the fabric. This value is not effective if autoLoginRedistribution is false. This defaults to 30. -
auto_login_redistribution
- (Optional) Used for load balancing when logins are not evenly distributed over the Fibre Channel links,such as when an uplink that was previously down becomes available. This defaults to false.
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.