UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

17 lines (13 loc) 300 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class ComputeResourceConfigInfo extends DynamicData { static mappings() { return { spbmEnabled: 'xsd:boolean', vmSwapPlacement: 'xsd:string' }; } static requestFully() { return true; } };