ExtensionResourcePlanArgs

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

Plan data for an extension resource.

Constructors

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

Properties

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

Name of the plan.

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

Product name.

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

Optional: the promotion code associated with the plan.

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

Name of the extension publisher.

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

A string that uniquely identifies the plan version.

Functions

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