UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 333 B
'use strict'; const HostTargetTransport = require('./HostTargetTransport'); module.exports = class HostInternetScsiTargetTransport extends HostTargetTransport { static mappings() { return { ...super.mappings(), address: 'ArrayOfString', iScsiAlias: 'xsd:string', iScsiName: 'xsd:string' }; } };