UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

16 lines (13 loc) 329 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class NetIpConfigInfoIpAddress extends DynamicData { static mappings() { return { ipAddress: 'xsd:string', lifetime: 'xsd:dateTime', origin: 'xsd:string', prefixLength: 'xsd:int', state: 'xsd:string' }; } };