SoftwareAssurancePropertiesArgs

data class SoftwareAssurancePropertiesArgs(val softwareAssuranceIntent: Output<Either<String, SoftwareAssuranceIntent>>? = null) : ConvertibleToJava<SoftwareAssurancePropertiesArgs>

Software Assurance properties of the cluster.

Constructors

Link copied to clipboard
constructor(softwareAssuranceIntent: Output<Either<String, SoftwareAssuranceIntent>>? = null)

Properties

Link copied to clipboard

Customer Intent for Software Assurance Benefit.

Functions

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