import * as $dara from '@darabonba/typescript'; export declare class DescribeElasticityAssuranceInstancesRequestPrivatePoolOptions extends $dara.Model { /** * @remarks * The ID of the elasticity assurance. * * This parameter is required. * * @example * eap-bp67acfmxazb4**** */ id?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeElasticityAssuranceInstancesRequest extends $dara.Model { privatePoolOptions?: DescribeElasticityAssuranceInstancesRequestPrivatePoolOptions; /** * @remarks * The number of entries to return on each page. * * Maximum value: 100. * * Default value: 10. * * @example * 10 */ maxResults?: number; /** * @remarks * The token used to start the query. Set the value to the NextToken value obtained from the response to the preceding request. * * @example * caeba0bbb2be03f84eb48b699f0a4883 */ nextToken?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The region ID of the elasticity assurance. 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; }); }