SharedImagePurchasePlanArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The Purchase Plan Name for this Shared Image. Changing this forces a new resource to be created.

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

The Purchase Plan Product for this Gallery Image. Changing this forces a new resource to be created.

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

The Purchase Plan Publisher for this Gallery Image. Changing this forces a new resource to be created.

Functions

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