/** * 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. */ import { StaticVirtualHostType } from './static-virtual-host-type'; import { VariableTargets } from './variable-targets'; /** * * @export * @interface VirtualHostOptions */ export interface VirtualHostOptions { /** * The list of VariableTarget * @type {Array} * @memberof VirtualHostOptions */ variable_targets: Array; /** * * @type {Array} * @memberof VirtualHostOptions */ virtual_host_types: Array; }