UNPKG

@devopness/sdk-js

Version:

Devopness API JS/TS SDK - Painless essential DevOps to everyone

24 lines (23 loc) 620 B
/** * 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. */ /** * The name of the cloud service used to provide the cloud instance * @export * @enum {string} */ export declare enum ServerCloudServiceCode { AwsEc2 = "aws-ec2", AzureRm = "azure-rm", DigitaloceanDroplet = "digitalocean-droplet", GcpGce = "gcp-gce", SelfHostedCustom = "self-hosted-custom" }