import * as $dara from '@darabonba/typescript'; export declare class DescribeNetworkInterfaceAttributeRequestTag extends $dara.Model { /** * @remarks * > This parameter is unavailable. * * @example * TestKey */ key?: string; /** * @remarks * > This parameter is unavailable. * * @example * TestValue */ value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNetworkInterfaceAttributeRequest extends $dara.Model { /** * @remarks * The attribute of the ENI. Valid values: * * attachment: member ENI attachment information of the trunk ENI. This value is in invitational preview and is not publicly available. * * connectionTrackingConfiguration: connection tracking configuration. * * Default value: * * @example * attachment */ attribute?: string; /** * @remarks * The ID of the ENI. * * This parameter is required. * * @example * eni-bp67acfmxazb4p**** */ networkInterfaceId?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The region ID of the ENI. 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; /** * @remarks * > This parameter is unavailable. */ tag?: DescribeNetworkInterfaceAttributeRequestTag[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }