UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

13 lines (10 loc) 211 B
'use strict'; const Action = require('./Action'); module.exports = class RunScriptAction extends Action { static mappings() { return { ...super.mappings(), script: 'xsd:string' }; } };