/**
 * 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.
 */
/**
 * Type of an infrastructure resource managed through a Devopness environment.
 * @export
 * @enum {string}
 */
export declare enum ResourceType {
    Application = "application",
    Credential = "credential",
    Cronjob = "cronjob",
    Daemon = "daemon",
    Deployment = "deployment",
    Network = "network",
    NetworkRule = "network-rule",
    Server = "server",
    Service = "service",
    SshKey = "ssh-key",
    SslCertificate = "ssl-certificate",
    Subnet = "subnet",
    VirtualHost = "virtual-host"
}
