FcoeConfig

FcoeConfig
FcoeConfig

This data object type describes an FCoE configuration as it pertains to an underlying physical NIC.

Terminology is borrowed from T11's working draft of the Fibre Channel Backbone 5 standard (FC-BB-5). The draft can be found at http://www.t11.org.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "priorityClass": 0,
    "sourceMac": "string",
    "vlanRange": [
        {
            "_typeName": "string",
            "vlanLow": 0,
            "vlanHigh": 0
        }
    ],
    "capabilities": {
        "_typeName": "string",
        "priorityClass": false,
        "sourceMacAddress": false,
        "vlanRange": false
    },
    "fcoeActive": false
}
integer As int32 As int32
priorityClass
Required

802.1p priority class used for FCoE traffic.

string
sourceMac
Required

Source MAC address used for FCoE traffic.

This MAC address is associated with the logical construct that is a physical NIC's associated underlying FCoE Controller, as defined in the FC-BB-5 standard. This MAC address should be of the form "xx:xx:xx:xx:xx:xx", where 'x' is a hexadecimal digit. Valid MAC addresses are unicast addresses.

vlanRange
Required

VLAN ranges associated with this FcoeConfig.

capabilities
Required

Flags which indicate what parameters are settable for this FcoeConfig.

boolean
fcoeActive
Required

Indicates whether this FcoeConfig is "active" (has been used in conjunction with a parent physical network adapter for FCoE discovery).