PurchasePlanArgs

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

Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, product: Output<String>? = null, promotionCode: 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

Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element.

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

The promotion code.

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

The plan ID.

Functions

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