UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 305 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class VirtualMachineStorageSummary extends DynamicData { static mappings() { return { committed: 'xsd:long', timestamp: 'xsd:dateTime', uncommitted: 'xsd:long', unshared: 'xsd:long' }; } };