UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

17 lines (12 loc) 315 B
'use strict'; const GeneralEvent = require('./GeneralEvent'); module.exports = class ExtendedEvent extends GeneralEvent { static mappings() { return { ...super.mappings(), data: 'ArrayOfKeyAnyValue', eventTypeId: 'xsd:string', managedObject: 'ManagedObjectReference' }; } };