UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

10 lines (7 loc) 169 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class AlarmAction extends DynamicData { static requestFully() { return true; } };