/** vrack */
export interface Vrack {
    /** Description of the vRack */
    description: string;
    /** Name of the vRack */
    name: string;
    /** Service name of your vRack on OVHcloud */
    serviceName: string;
}
//# sourceMappingURL=Vrack.d.ts.map