ClusterUpgradePolicyArgs

data class ClusterUpgradePolicyArgs(val supportType: Output<String>? = null) : ConvertibleToJava<ClusterUpgradePolicyArgs>

Constructors

Link copied to clipboard
constructor(supportType: Output<String>? = null)

Properties

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

Support type to use for the cluster. If the cluster is set to EXTENDED, it will enter extended support at the end of standard support. If the cluster is set to STANDARD, it will be automatically upgraded at the end of standard support. Valid values are EXTENDED, STANDARD

Functions

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