UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

12 lines (8 loc) 186 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class SelectionSpec extends DynamicData { constructor(name) { super(); this.name = name; } };