UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

14 lines (11 loc) 257 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class HostPortGroupSpec extends DynamicData { static mappings() { return { name: 'xsd:string', vlanId: 'xsd:int', vswitchName: 'xsd:string' }; } };