import * as $dara from '@darabonba/typescript'; export declare class DescribeHaVipsResponseBodyHaVipsHaVipAssociatedEipAddresses extends $dara.Model { associatedEipAddresse?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHaVipsResponseBodyHaVipsHaVipAssociatedInstances extends $dara.Model { associatedInstance?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHaVipsResponseBodyHaVipsHaVip extends $dara.Model { associatedEipAddresses?: DescribeHaVipsResponseBodyHaVipsHaVipAssociatedEipAddresses; associatedInstances?: DescribeHaVipsResponseBodyHaVipsHaVipAssociatedInstances; createTime?: string; description?: string; haVipId?: string; ipAddress?: string; masterInstanceId?: string; regionId?: string; status?: string; vSwitchId?: string; vpcId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHaVipsResponseBodyHaVips extends $dara.Model { haVip?: DescribeHaVipsResponseBodyHaVipsHaVip[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHaVipsResponseBody extends $dara.Model { /** * @remarks * Details of the HaVips. */ haVips?: DescribeHaVipsResponseBodyHaVips; /** * @remarks * The page number. */ pageNumber?: number; /** * @remarks * The number of entries per page. */ pageSize?: number; /** * @remarks * The request ID. */ requestId?: string; /** * @remarks * The total number of entries returned. */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }