@devopness/sdk-js
Version:
Devopness API JS/TS SDK - Painless essential DevOps to everyone
29 lines (28 loc) • 1 kB
JavaScript
/* eslint-disable */
/**
* devopness API
* Devopness API - Painless essential DevOps to everyone
*
* The version of the OpenAPI document: latest
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServerCloudServiceCode = void 0;
/**
* The name of the cloud service used to provide the cloud instance
* @export
* @enum {string}
*/
var ServerCloudServiceCode;
(function (ServerCloudServiceCode) {
ServerCloudServiceCode["AwsEc2"] = "aws-ec2";
ServerCloudServiceCode["AzureRm"] = "azure-rm";
ServerCloudServiceCode["DigitaloceanDroplet"] = "digitalocean-droplet";
ServerCloudServiceCode["GcpGce"] = "gcp-gce";
ServerCloudServiceCode["SelfHostedCustom"] = "self-hosted-custom";
})(ServerCloudServiceCode || (exports.ServerCloudServiceCode = ServerCloudServiceCode = {}));
;