import * as $dara from '@darabonba/typescript'; export declare class DetachNetworkInterfaceRequest extends $dara.Model { /** * @remarks * The ID of the trunk ENI. * * > This parameter is unavailable for use. * * This parameter is required. * * @example * i-bp67acfmxazb4p**** */ instanceId?: string; /** * @remarks * The ID of the instance * * This parameter is required. * * @example * eni-bp67acfmxazb4p**** */ networkInterfaceId?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The ID of the ENI. * * This parameter is required. * * @example * cn-hangzhou */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; /** * @remarks * The ID of the request. * * @example * eni-f8zapqwj1v1j4ia3**** */ trunkNetworkInstanceId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }