GetImagesImage

data class GetImagesImage(val createTime: String, val dataDiskSize: Int, val description: String, val gpuCategory: Boolean, val id: String, val imageId: String, val imageName: String, val imageType: String, val osType: String, val progress: String, val size: Int, val status: String)

Constructors

Link copied to clipboard
constructor(createTime: String, dataDiskSize: Int, description: String, gpuCategory: Boolean, id: String, imageId: String, imageName: String, imageType: String, osType: String, progress: String, size: Int, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The creation time of the image.

Link copied to clipboard

The size of data disk of the image.

Link copied to clipboard

The description of the image.

Link copied to clipboard

The Gpu Category of the image.

Link copied to clipboard
val id: String

The ID of the Image.

Link copied to clipboard

The image id of the image.

Link copied to clipboard

The image name.

Link copied to clipboard

The image type of the image. Valid values: SYSTEM, CUSTOM.

Link copied to clipboard

The os type of the image.

Link copied to clipboard

The progress of the image.

Link copied to clipboard
val size: Int

The size of the image.

Link copied to clipboard

The status of the image. Valid values: Creating, Available, CreateFailed.