UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 331 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class StorageIORMInfo extends DynamicData { static mappings() { return { congestionThreshold: 'xsd:int', enabled: 'xsd:boolean', statsAggregationDisabled: 'xsd:boolean', statsCollectionEnabled: 'xsd:boolean' }; } };