UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

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