UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

18 lines (12 loc) 284 B
'use strict'; const ManagedEntity = require('./ManagedEntity'); module.exports = class HistoryCollector extends ManagedEntity { static mappings() { return { filter: 'DynamicData' }; } destroyCollector() { return this.call('DestroyCollectorAsync'); } };