import * as $dara from '@darabonba/typescript'; export declare class DescribeImageFromFamilyResponseBodyImageDiskDeviceMappingsDiskDeviceMapping extends $dara.Model { device?: string; format?: string; importOSSBucket?: string; importOSSObject?: string; size?: string; snapshotId?: string; type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageFromFamilyResponseBodyImageDiskDeviceMappings extends $dara.Model { diskDeviceMapping?: DescribeImageFromFamilyResponseBodyImageDiskDeviceMappingsDiskDeviceMapping[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageFromFamilyResponseBodyImageTagsTag extends $dara.Model { tagKey?: string; tagValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageFromFamilyResponseBodyImageTags extends $dara.Model { tag?: DescribeImageFromFamilyResponseBodyImageTagsTag[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageFromFamilyResponseBodyImage extends $dara.Model { /** * @remarks * The architecture of the image. Valid values: * * * i386 * * x86_64 * * @example * x86_64 */ architecture?: string; /** * @remarks * The time when the image was created. * * @example * 2018-01-10T01:01:10Z */ creationTime?: string; /** * @remarks * The description of the volume. * * @example * testDescription */ description?: string; diskDeviceMappings?: DescribeImageFromFamilyResponseBodyImageDiskDeviceMappings; /** * @remarks * The name of the image family. * * @example * testImageFamily */ imageFamily?: string; /** * @remarks * The image ID. * * @example * m-bp1g7004ksh0oeuc**** */ imageId?: string; /** * @remarks * The name of the image. * * @example * testImageName */ imageName?: string; /** * @remarks * The alias of the image owner. Valid values: * * * system: public images provided by Alibaba Cloud * * self: your custom images * * others: shared images from other Alibaba Cloud accounts * * marketplace: Alibaba Cloud Marketplace images * * @example * self */ imageOwnerAlias?: string; /** * @remarks * The image version. * * @example * 2 */ imageVersion?: string; /** * @remarks * Indicates whether the image is a copy of another image. * * @example * false */ isCopied?: boolean; /** * @remarks * Indicates whether the custom image was shared to other Alibaba Cloud accounts. * * @example * true */ isSelfShared?: string; /** * @remarks * Indicates whether you have subscribed to the service terms of the image product corresponding to the image product code. * * @example * false */ isSubscribed?: boolean; /** * @remarks * Indicates whether cloud-init is supported. * * @example * true */ isSupportCloudinit?: boolean; /** * @remarks * Indicates whether the image can be used on I/O optimized instances. * * @example * true */ isSupportIoOptimized?: boolean; /** * @remarks * The display name of the operating system in Chinese. * * @example * Alibaba Cloud Linux 2.1903 */ OSName?: string; /** * @remarks * The type of the operating system. Valid values: * * * windows * * linux * * @example * linux */ OSType?: string; /** * @remarks * The operating system. * * @example * Aliyun */ platform?: string; /** * @remarks * The product code of the Alibaba Cloud Marketplace image. * * @example * jxsc00**** */ productCode?: string; /** * @remarks * The image creation progress in percentage. * * @example * 100 */ progress?: string; /** * @remarks * The size of the image. Unit: GiB. * * @example * 80 */ size?: number; /** * @remarks * The state of the image. Valid values: * * * UnAvailable * * Available * * Creating * * CreateFailed * * @example * Available */ status?: string; tags?: DescribeImageFromFamilyResponseBodyImageTags; /** * @remarks * Indicates whether the image has been used to create ECS instances. Valid values: * * * instance: The image was used to create one or more ECS instances. * * none: The image was not used to create ECS instances. * * @example * none */ usage?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImageFromFamilyResponseBody extends $dara.Model { /** * @remarks * The image information. */ image?: DescribeImageFromFamilyResponseBodyImage; /** * @remarks * The ID of the request. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }