ImagePurchasePlanArgs

data class ImagePurchasePlanArgs(val name: Output<String>? = null, val product: Output<String>? = null, val publisher: Output<String>? = null) : ConvertibleToJava<ImagePurchasePlanArgs>

Describes the gallery image definition purchase plan. This is used by marketplace images.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, product: Output<String>? = null, publisher: Output<String>? = null)

Properties

Link copied to clipboard
val name: Output<String>? = null

The plan ID.

Link copied to clipboard
val product: Output<String>? = null

The product ID.

Link copied to clipboard
val publisher: Output<String>? = null

The publisher ID.

Functions

Link copied to clipboard
open override fun toJava(): ImagePurchasePlanArgs