import * as $dara from '@darabonba/typescript'; export declare class ModifyRouterInterfaceAttributeRequest extends $dara.Model { description?: string; healthCheckSourceIp?: string; healthCheckTargetIp?: string; name?: string; oppositeInterfaceId?: string; oppositeInterfaceOwnerId?: number; oppositeRouterId?: string; oppositeRouterType?: string; ownerId?: number; /** * @remarks * This parameter is required. */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * This parameter is required. */ routerInterfaceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }