UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 290 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class HostMountInfo extends DynamicData { static mappings() { return { accessible: 'xsd:boolean', accessMode: 'xsd:string', mounted: 'xsd:boolean', path: 'xsd:string' }; } };