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, Any>? = null, val usage: String? = null)
A collection of values returned by getImages.
Constructors
Link copied to clipboard
fun GetImagesResult(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, Any>? = null, usage: String? = null)