UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

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