vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - HostFibreChannelOverEthernetTargetTransport(vim.host.FibreChannelOverEthernetTargetTransport)
- Extends
- HostFibreChannelTargetTransport
- Since
- vSphere API Release 5.0
Data Object Description
Fibre Channel Over Ethernet transport information about a SCSI target. FCoE transport information is that of: the regular FC World Wide Node and Port Names; the VNPort MAC address and FCF MAC address which constitute a VN_Port to VF_Port Virtual Link; and the VLAN on which an FCoE target resides. More FCoE information can be found in the working draft of the T11's Fibre Channel Backbone 5 standard (FC-BB-5). The draft can be found at http://www.t11.org.Properties
Name | Type | Description |
---|---|---|
fcfMac | xsd:string |
FCF MAC address.
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.
|
vlanId | xsd:int |
VLAN ID.
Valid VLAN IDs fall within the range [0,4094].
|
vnportMac | xsd:string |
VNPort MAC address.
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.
|
Properties inherited from HostFibreChannelTargetTransport | ||
nodeWorldWideName, portWorldWideName | ||
Properties inherited from HostTargetTransport | ||
None | ||
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |