UNPKG

@thlmenezes/sdk-js

Version:

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

34 lines (33 loc) 1 kB
/** * 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 target defining how the variable key/value pair will be deployed * @export * @enum {string} */ export declare enum VariableTarget { ResourceConfigFile = "resource-config-file", NginxHttpServer = "nginx-http-server", MyCnf = "my-cnf", NewrelicInfraYml = "newrelic-infra-yml", NginxConf = "nginx-conf", NginxMain = "nginx-main", NginxHttp = "nginx-http", OsEnvVar = "os-env-var", PhpCliPhpIni = "php-cli_php-ini", PhpFpmPhpFpmConf = "php-fpm_php-fpm-conf", PhpFpmPhpIni = "php-fpm_php-ini", PhpFpmPoolDWwwConf = "php-fpm_pool-d-www-conf", RedisConf = "redis-conf", SupervisordConf = "supervisord-conf", SysctlConf = "sysctl-conf" }