UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

16 lines (12 loc) 266 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class HostMultipathInfoLogicalUnitPolicy extends DynamicData { static mappings() { return { policy: 'xsd:string' }; } static requestFully() { return true; } };