UNPKG

@stordata/vsphere-soapify

Version:

A NodeJS abstraction layer for the vSphere SOAP API

12 lines (9 loc) 234 B
'use strict'; const DynamicData = require('./DynamicData'); module.exports = class VirtualMachineRuntimeInfoDasProtectionState extends DynamicData { static mappings() { return { dasProtected: 'xsd:boolean' }; } };