/** OVHcloud Connect Monitoring */
export interface Monitoring {
    /** Whether alert is activated */
    activated: boolean;
    /** Description of the monitoring alert */
    description: string;
    /** Name of the monitoring alert */
    name: string;
    /** Type of the monitoring alert */
    type: string;
}
//# sourceMappingURL=Monitoring.d.ts.map