import * as $dara from '@darabonba/typescript'; export declare class CreateDiagnosticReportShrinkRequest extends $dara.Model { additionalOptionsShrink?: string; /** * @remarks * The end time. This parameter applies only to diagnostic metrics that do not require running Cloud Assistant commands in the guest OS. * * @example * 2022-07-11T14:00Z */ endTime?: string; /** * @remarks * The diagnostic metric set ID. If this parameter is omitted, the default diagnostic metric set for ECS instances, `dms-instancedefault`, is used. * * @example * dms-uf6i0tv2refv8wz***** */ metricSetId?: string; /** * @remarks * The region ID. You can call [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) to get the latest list of Alibaba Cloud regions. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The resource ID. * * This parameter is required. * * @example * i-uf6i0tv2refv8wz***** */ resourceId?: string; /** * @remarks * The start time. This parameter applies only to diagnostic metrics that do not require running Cloud Assistant commands in the guest OS. * * @example * 2022-07-11T12:00Z */ startTime?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }