UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

15 lines (12 loc) 321 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class ClusterDpmConfigInfo extends DynamicData { static mappings() { return { defaultDpmBehavior: 'DpmBehavior', enabled: 'xsd:boolean', hostPowerActionRate: 'xsd:int', option: 'ArrayOfOptionValue' }; } };