FcoeConfigFcoeSpecification

FcoeConfigFcoeSpecification
FcoeConfigFcoeSpecification

An FcoeSpecification contains values relevant to issuing FCoE discovery.

Non-mandatory values are denoted '@optional'.

AllOf
This class requires all of the following:
JSON Example
{
    "_typeName": "string",
    "underlyingPnic": "string",
    "priorityClass": 0,
    "sourceMac": "string",
    "vlanRange": [
        {
            "_typeName": "string",
            "vlanLow": 0,
            "vlanHigh": 0
        }
    ]
}
string
underlyingPnic
Required

The name of this FcoeSpecification's underlying PhysicalNic

integer As int32 As int32
priorityClass
Optional

802.1p priority class to use for FCoE traffic.

string
sourceMac
Optional

Source MAC address to use 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
Optional

VLAN ranges to use for FCoE traffic.