UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

17 lines (14 loc) 446 B
'use strict'; const DynamicData = require('./DynamicData'), ResourceAllocationInfo = require('./ResourceAllocationInfo'); module.exports = class ResourceConfigSpec extends DynamicData { static mappings() { return { changeVersion: 'xsd:string', cpuAllocation: ResourceAllocationInfo, entity: 'ManagedObjectReference', lastModified: 'xsd:dateTime', memoryAllocation: ResourceAllocationInfo }; } };