UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

13 lines (10 loc) 256 B
'use strict'; const AlarmExpression = require('./AlarmExpression'); module.exports = class AndAlarmExpression extends AlarmExpression { static mappings() { return { ...super.mappings(), expression: AlarmExpression.ArrayOf }; } };