Get Images Result
data class GetImagesResult(val actionType: String? = null, val architecture: String? = null, val dryRun: Boolean? = null, val id: String, val ids: List<String>, val imageFamily: String? = null, val imageId: String? = null, val imageName: String? = null, val imageOwnerId: String? = null, val images: List<GetImagesImage>, val instanceType: String? = null, val isSupportCloudInit: Boolean? = null, val isSupportIoOptimized: Boolean? = null, val mostRecent: Boolean? = null, val nameRegex: String? = null, val osType: String? = null, val outputFile: String? = null, val owners: String? = null, val resourceGroupId: String? = null, val snapshotId: String? = null, val status: String? = null, val tags: Map<String, String>? = null, val usage: String? = null)
A collection of values returned by getImages.
Constructors
Link copied to clipboard
constructor(actionType: String? = null, architecture: String? = null, dryRun: Boolean? = null, id: String, ids: List<String>, imageFamily: String? = null, imageId: String? = null, imageName: String? = null, imageOwnerId: String? = null, images: List<GetImagesImage>, instanceType: String? = null, isSupportCloudInit: Boolean? = null, isSupportIoOptimized: Boolean? = null, mostRecent: Boolean? = null, nameRegex: String? = null, osType: String? = null, outputFile: String? = null, owners: String? = null, resourceGroupId: String? = null, snapshotId: String? = null, status: String? = null, tags: Map<String, String>? = null, usage: String? = null)
Properties
Link copied to clipboard
Link copied to clipboard
Platform type of the image system: i386 or x86_64.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A list of images. Each element contains the following attributes:
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Snapshot ID.