UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

6 lines (3 loc) 140 B
'use strict'; const ManagedEntity = require('./ManagedEntity'); module.exports = class DistributedVirtualSwitch extends ManagedEntity {};