UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

13 lines (10 loc) 263 B
'use strict'; const HostFileSystemVolume = require('./HostFileSystemVolume'); module.exports = class HostLocalFileSystemVolume extends HostFileSystemVolume { static mappings() { return { ...super.mappings(), device: 'xsd:string' }; } };