KubernetesClusterExtensionPlanArgs

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

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

Specifies the name of the plan from the marketplace. Changing this forces a new Kubernetes Cluster Extension to be created.

Link copied to clipboard
val product: Output<String>

Specifies the product of the plan from the marketplace. Changing this forces a new Kubernetes Cluster Extension to be created.

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

Specifies the promotion code to use with the plan. Changing this forces a new Kubernetes Cluster Extension to be created.

Link copied to clipboard
val publisher: Output<String>

Specifies the publisher of the plan. Changing this forces a new Kubernetes Cluster Extension to be created.

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

Specifies the version of the plan from the marketplace. Changing this forces a new Kubernetes Cluster Extension to be created.

Functions

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