UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

14 lines (11 loc) 337 B
'use strict'; const DynamicData = require('./DynamicData'), NetDhcpConfigInfoDhcpOptions = require('./NetDhcpConfigInfoDhcpOptions'); module.exports = class NetDhcpConfigInfo extends DynamicData { static mappings() { return { ipv4: NetDhcpConfigInfoDhcpOptions, ipv6: NetDhcpConfigInfoDhcpOptions }; } };