UNPKG

@yawetse/pkgcloud

Version:

An infrastructure-as-a-service agnostic cloud library for node.js

17 lines (16 loc) 365 B
/* * status.js: Standardized statuses for different services * * (C) 2011-2012 Charlie Robbins, Ken Perkins, Ross Kukulinski & the Contributors. * */ exports.compute = { error: 'ERROR', provisioning: 'PROVISIONING', reboot: 'REBOOT', running: 'RUNNING', stopped: 'STOPPED', terminated: 'TERMINATED', unknown: 'UNKNOWN', updating: 'UPDATING' };