UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 370 B
'use strict'; const HostFibreChannelTargetTransport = require('./HostFibreChannelTargetTransport'); module.exports = class HostFibreChannelOverEthernetTargetTransport extends HostFibreChannelTargetTransport { static mappings() { return { ...super.mappings(), fcfMac: 'xsd:string', vlanId: 'xsd:int', vnportMac: 'xsd:string' }; } };