import * as $dara from '@darabonba/typescript'; export declare class DescribeInstanceTopologyRequest extends $dara.Model { /** * @remarks * The IDs of one or more ECS instances. You can specify a maximum of 100 instance IDs. * * @example * ["i-bp67acfmxazb4p****"] */ instanceIds?: string; ownerId?: number; /** * @remarks * The region ID of the ECS instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }