import * as $dara from '@darabonba/typescript'; export declare class DescribeVscsResponseBodyVscsTags extends $dara.Model { /** * @example * name */ tagKey?: string; /** * @example * 15 */ tagValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeVscsResponseBodyVscs extends $dara.Model { /** * @example * ali***-post-cn-j4g45iqze00f */ description?: string; /** * @example * i-uf69***21l8zuoizdq */ instanceId?: string; /** * @example * rg-aek2zex4ehdyjvq */ resourceGroupId?: string; /** * @example * In_use */ status?: string; tags?: DescribeVscsResponseBodyVscsTags[]; /** * @remarks * VSC ID。 * * @example * vsc-hp34ue**g0wmycb27bwal */ vscId?: string; /** * @example * test-vsc */ vscName?: string; /** * @example * Primary */ vscType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeVscsResponseBody extends $dara.Model { /** * @example * AAAAAdDWBF2 */ nextToken?: string; /** * @remarks * Id of the request * * @example * 473469C7-AA6F-**-B3DB-A3DC0DE3C83E */ requestId?: string; /** * @remarks * VSC */ vscs?: DescribeVscsResponseBodyVscs[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }