import * as $dara from '@darabonba/typescript'; export declare class ModifyHostInfoRequest extends $dara.Model { /** * @remarks * The name of the host. * * @example * portalHost */ hostName?: string; /** * @remarks * The ID of the instance. Only hosts not on Alibaba Cloud are supported. * * This parameter is required. * * @example * host-R_NSWNV**** */ instanceId?: string; regionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }