UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 324 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class DistributedVirtualSwitchPortConnection extends DynamicData { static mappings() { return { connectionCookie: 'xsd:int', portgroupKey: 'xsd:string', portKey: 'xsd:string', switchUuid: 'xsd:string' }; } };