export declare class GlanceShowImageResponseBody { private '__backup_id'?; private '__data_origin'?; private '__description'?; private '__image_size'?; private '__image_source_type'?; private '__imagetype'?; private '__isregistered'?; private '__originalimagename'?; private '__os_bit'?; private '__os_type'?; private '__os_version'?; private '__platform'?; private '__productcode'?; private '__support_diskintensive'?; private '__support_highperformance'?; private '__support_kvm'?; private '__support_kvm_gpu_type'?; private '__support_kvm_infiniband'?; private '__support_largememory'?; private '__support_xen'?; private '__support_xen_gpu_type'?; private '__support_xen_hana'?; checksum?: string; private 'container_format'?; private 'created_at'?; private 'disk_format'?; file?: string; id?: string; private 'min_disk'?; private 'min_ram'?; name?: string; owner?: string; private 'protected'?; schema?: string; self?: string; size?: number; status?: GlanceShowImageResponseBodyStatusEnum | string; tags?: Array; private 'updated_at'?; private 'virtual_env_type'?; private 'virtual_size'?; visibility?: GlanceShowImageResponseBodyVisibilityEnum | string; private '__support_fc_inject'?; private 'enterprise_project_id'?; private 'hw_firmware_type'?; private '__support_arm'?; private '__is_offshelved'?; private '__lazyloading'?; private '__os_feature_list'?; private '__root_origin'?; private '__sequence_num'?; private '__support_agent_list'?; private '__system__cmkid'?; private 'active_at'?; private 'hw_vif_multiqueue_enabled'?; private 'max_ram'?; private '__image_location'?; private '__is_config_init'?; private '__account_code'?; private '__support_amd'?; constructor(imageSize?: string, imageSourceType?: string, imagetype?: string, isregistered?: string, osType?: string, containerFormat?: string, createdAt?: string, diskFormat?: string, file?: string, id?: string, minDisk?: number, minRam?: number, name?: string, owner?: string, _protected?: boolean, schema?: string, self?: string, status?: string, tags?: Array, updatedAt?: string, virtualEnvType?: string, visibility?: string); withBackupId(backupId: string): GlanceShowImageResponseBody; set backupId(backupId: string | undefined); get backupId(): string | undefined; withDataOrigin(dataOrigin: string): GlanceShowImageResponseBody; set dataOrigin(dataOrigin: string | undefined); get dataOrigin(): string | undefined; withDescription(description: string): GlanceShowImageResponseBody; set description(description: string | undefined); get description(): string | undefined; withImageSize(imageSize: string): GlanceShowImageResponseBody; set imageSize(imageSize: string | undefined); get imageSize(): string | undefined; withImageSourceType(imageSourceType: GlanceShowImageResponseBodyImageSourceTypeEnum | string): GlanceShowImageResponseBody; set imageSourceType(imageSourceType: GlanceShowImageResponseBodyImageSourceTypeEnum | string | undefined); get imageSourceType(): GlanceShowImageResponseBodyImageSourceTypeEnum | string | undefined; withImagetype(imagetype: GlanceShowImageResponseBodyImagetypeEnum | string): GlanceShowImageResponseBody; set imagetype(imagetype: GlanceShowImageResponseBodyImagetypeEnum | string | undefined); get imagetype(): GlanceShowImageResponseBodyImagetypeEnum | string | undefined; withIsregistered(isregistered: GlanceShowImageResponseBodyIsregisteredEnum | string): GlanceShowImageResponseBody; set isregistered(isregistered: GlanceShowImageResponseBodyIsregisteredEnum | string | undefined); get isregistered(): GlanceShowImageResponseBodyIsregisteredEnum | string | undefined; withOriginalimagename(originalimagename: string): GlanceShowImageResponseBody; set originalimagename(originalimagename: string | undefined); get originalimagename(): string | undefined; withOsBit(osBit: GlanceShowImageResponseBodyOsBitEnum | string): GlanceShowImageResponseBody; set osBit(osBit: GlanceShowImageResponseBodyOsBitEnum | string | undefined); get osBit(): GlanceShowImageResponseBodyOsBitEnum | string | undefined; withOsType(osType: GlanceShowImageResponseBodyOsTypeEnum | string): GlanceShowImageResponseBody; set osType(osType: GlanceShowImageResponseBodyOsTypeEnum | string | undefined); get osType(): GlanceShowImageResponseBodyOsTypeEnum | string | undefined; withOsVersion(osVersion: string): GlanceShowImageResponseBody; set osVersion(osVersion: string | undefined); get osVersion(): string | undefined; withPlatform(platform: GlanceShowImageResponseBodyPlatformEnum | string): GlanceShowImageResponseBody; set platform(platform: GlanceShowImageResponseBodyPlatformEnum | string | undefined); get platform(): GlanceShowImageResponseBodyPlatformEnum | string | undefined; withProductcode(productcode: string): GlanceShowImageResponseBody; set productcode(productcode: string | undefined); get productcode(): string | undefined; withSupportDiskintensive(supportDiskintensive: string): GlanceShowImageResponseBody; set supportDiskintensive(supportDiskintensive: string | undefined); get supportDiskintensive(): string | undefined; withSupportHighperformance(supportHighperformance: string): GlanceShowImageResponseBody; set supportHighperformance(supportHighperformance: string | undefined); get supportHighperformance(): string | undefined; withSupportKvm(supportKvm: string): GlanceShowImageResponseBody; set supportKvm(supportKvm: string | undefined); get supportKvm(): string | undefined; withSupportKvmGpuType(supportKvmGpuType: string): GlanceShowImageResponseBody; set supportKvmGpuType(supportKvmGpuType: string | undefined); get supportKvmGpuType(): string | undefined; withSupportKvmInfiniband(supportKvmInfiniband: string): GlanceShowImageResponseBody; set supportKvmInfiniband(supportKvmInfiniband: string | undefined); get supportKvmInfiniband(): string | undefined; withSupportLargememory(supportLargememory: string): GlanceShowImageResponseBody; set supportLargememory(supportLargememory: string | undefined); get supportLargememory(): string | undefined; withSupportXen(supportXen: string): GlanceShowImageResponseBody; set supportXen(supportXen: string | undefined); get supportXen(): string | undefined; withSupportXenGpuType(supportXenGpuType: string): GlanceShowImageResponseBody; set supportXenGpuType(supportXenGpuType: string | undefined); get supportXenGpuType(): string | undefined; withSupportXenHana(supportXenHana: string): GlanceShowImageResponseBody; set supportXenHana(supportXenHana: string | undefined); get supportXenHana(): string | undefined; withChecksum(checksum: string): GlanceShowImageResponseBody; withContainerFormat(containerFormat: string): GlanceShowImageResponseBody; set containerFormat(containerFormat: string | undefined); get containerFormat(): string | undefined; withCreatedAt(createdAt: string): GlanceShowImageResponseBody; set createdAt(createdAt: string | undefined); get createdAt(): string | undefined; withDiskFormat(diskFormat: GlanceShowImageResponseBodyDiskFormatEnum | string): GlanceShowImageResponseBody; set diskFormat(diskFormat: GlanceShowImageResponseBodyDiskFormatEnum | string | undefined); get diskFormat(): GlanceShowImageResponseBodyDiskFormatEnum | string | undefined; withFile(file: string): GlanceShowImageResponseBody; withId(id: string): GlanceShowImageResponseBody; withMinDisk(minDisk: number): GlanceShowImageResponseBody; set minDisk(minDisk: number | undefined); get minDisk(): number | undefined; withMinRam(minRam: number): GlanceShowImageResponseBody; set minRam(minRam: number | undefined); get minRam(): number | undefined; withName(name: string): GlanceShowImageResponseBody; withOwner(owner: string): GlanceShowImageResponseBody; withProtected(_protected: boolean): GlanceShowImageResponseBody; set _protected(_protected: boolean | undefined); get _protected(): boolean | undefined; withSchema(schema: string): GlanceShowImageResponseBody; withSelf(self: string): GlanceShowImageResponseBody; withSize(size: number): GlanceShowImageResponseBody; withStatus(status: GlanceShowImageResponseBodyStatusEnum | string): GlanceShowImageResponseBody; withTags(tags: Array): GlanceShowImageResponseBody; withUpdatedAt(updatedAt: string): GlanceShowImageResponseBody; set updatedAt(updatedAt: string | undefined); get updatedAt(): string | undefined; withVirtualEnvType(virtualEnvType: GlanceShowImageResponseBodyVirtualEnvTypeEnum | string): GlanceShowImageResponseBody; set virtualEnvType(virtualEnvType: GlanceShowImageResponseBodyVirtualEnvTypeEnum | string | undefined); get virtualEnvType(): GlanceShowImageResponseBodyVirtualEnvTypeEnum | string | undefined; withVirtualSize(virtualSize: number): GlanceShowImageResponseBody; set virtualSize(virtualSize: number | undefined); get virtualSize(): number | undefined; withVisibility(visibility: GlanceShowImageResponseBodyVisibilityEnum | string): GlanceShowImageResponseBody; withSupportFcInject(supportFcInject: GlanceShowImageResponseBodySupportFcInjectEnum | string): GlanceShowImageResponseBody; set supportFcInject(supportFcInject: GlanceShowImageResponseBodySupportFcInjectEnum | string | undefined); get supportFcInject(): GlanceShowImageResponseBodySupportFcInjectEnum | string | undefined; withEnterpriseProjectId(enterpriseProjectId: string): GlanceShowImageResponseBody; set enterpriseProjectId(enterpriseProjectId: string | undefined); get enterpriseProjectId(): string | undefined; withHwFirmwareType(hwFirmwareType: GlanceShowImageResponseBodyHwFirmwareTypeEnum | string): GlanceShowImageResponseBody; set hwFirmwareType(hwFirmwareType: GlanceShowImageResponseBodyHwFirmwareTypeEnum | string | undefined); get hwFirmwareType(): GlanceShowImageResponseBodyHwFirmwareTypeEnum | string | undefined; withSupportArm(supportArm: GlanceShowImageResponseBodySupportArmEnum | string): GlanceShowImageResponseBody; set supportArm(supportArm: GlanceShowImageResponseBodySupportArmEnum | string | undefined); get supportArm(): GlanceShowImageResponseBodySupportArmEnum | string | undefined; withIsOffshelved(isOffshelved: GlanceShowImageResponseBodyIsOffshelvedEnum | string): GlanceShowImageResponseBody; set isOffshelved(isOffshelved: GlanceShowImageResponseBodyIsOffshelvedEnum | string | undefined); get isOffshelved(): GlanceShowImageResponseBodyIsOffshelvedEnum | string | undefined; withLazyloading(lazyloading: string): GlanceShowImageResponseBody; set lazyloading(lazyloading: string | undefined); get lazyloading(): string | undefined; withOsFeatureList(osFeatureList: string): GlanceShowImageResponseBody; set osFeatureList(osFeatureList: string | undefined); get osFeatureList(): string | undefined; withRootOrigin(rootOrigin: string): GlanceShowImageResponseBody; set rootOrigin(rootOrigin: string | undefined); get rootOrigin(): string | undefined; withSequenceNum(sequenceNum: string): GlanceShowImageResponseBody; set sequenceNum(sequenceNum: string | undefined); get sequenceNum(): string | undefined; withSupportAgentList(supportAgentList: string): GlanceShowImageResponseBody; set supportAgentList(supportAgentList: string | undefined); get supportAgentList(): string | undefined; withSystemCmkid(systemCmkid: string): GlanceShowImageResponseBody; set systemCmkid(systemCmkid: string | undefined); get systemCmkid(): string | undefined; withActiveAt(activeAt: string): GlanceShowImageResponseBody; set activeAt(activeAt: string | undefined); get activeAt(): string | undefined; withHwVifMultiqueueEnabled(hwVifMultiqueueEnabled: string): GlanceShowImageResponseBody; set hwVifMultiqueueEnabled(hwVifMultiqueueEnabled: string | undefined); get hwVifMultiqueueEnabled(): string | undefined; withMaxRam(maxRam: string): GlanceShowImageResponseBody; set maxRam(maxRam: string | undefined); get maxRam(): string | undefined; withImageLocation(imageLocation: string): GlanceShowImageResponseBody; set imageLocation(imageLocation: string | undefined); get imageLocation(): string | undefined; withIsConfigInit(isConfigInit: string): GlanceShowImageResponseBody; set isConfigInit(isConfigInit: string | undefined); get isConfigInit(): string | undefined; withAccountCode(accountCode: string): GlanceShowImageResponseBody; set accountCode(accountCode: string | undefined); get accountCode(): string | undefined; withSupportAmd(supportAmd: string): GlanceShowImageResponseBody; set supportAmd(supportAmd: string | undefined); get supportAmd(): string | undefined; } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyImageSourceTypeEnum { UDS = "uds", SWIFT = "swift" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyImagetypeEnum { GOLD = "gold", PRIVATE = "private", SHARED = "shared", MARKET = "market" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyIsregisteredEnum { TRUE = "true", FALSE = "false" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyOsBitEnum { E_32 = "32", E_64 = "64" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyOsTypeEnum { LINUX = "Linux", WINDOWS = "Windows", OTHER = "Other" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyPlatformEnum { WINDOWS = "Windows", UBUNTU = "Ubuntu", REDHAT = "RedHat", SUSE = "SUSE", CENTOS = "CentOS", DEBIAN = "Debian", OPENSUSE = "OpenSUSE", ORACLELINUX = "OracleLinux", FEDORA = "Fedora", OTHER = "Other", COREOS = "CoreOS", EULEROS = "EulerOS" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyDiskFormatEnum { VHD = "vhd", ZVHD = "zvhd", RAW = "raw", QCOW2 = "qcow2", ZVHD2 = "zvhd2" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyStatusEnum { QUEUED = "queued", SAVING = "saving", DELETED = "deleted", KILLED = "killed", ACTIVE = "active" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyVirtualEnvTypeEnum { FUSIONCOMPUTE = "FusionCompute", IRONIC = "Ironic", DATAIMAGE = "DataImage" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyVisibilityEnum { PRIVATE = "private", PUBLIC = "public", SHARED = "shared" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodySupportFcInjectEnum { TRUE = "true", FALSE = "false" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyHwFirmwareTypeEnum { BIOS = "bios", UEFI = "uefi" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodySupportArmEnum { TRUE = "true", FALSE = "false" } /** * @export * @enum {string} */ export declare enum GlanceShowImageResponseBodyIsOffshelvedEnum { TRUE = "true", FALSE = "false" } //# sourceMappingURL=GlanceShowImageResponseBody.d.ts.map