UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 317 B
'use strict'; const HostFileSystemVolume = require('./HostFileSystemVolume'); module.exports = class HostNasVolume extends HostFileSystemVolume { static mappings() { return { ...super.mappings(), remoteHost: 'xsd:string', remotePath: 'xsd:string', userName: 'xsd:string' }; } };