SoftwareAssurancePropertiesArgs

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

Software Assurance properties of the cluster.

Constructors

Link copied to clipboard
fun SoftwareAssurancePropertiesArgs(softwareAssuranceIntent: Output<Either<String, SoftwareAssuranceIntent>>? = null, softwareAssuranceStatus: Output<Either<String, SoftwareAssuranceStatus>>? = null)

Functions

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

Properties

Link copied to clipboard

Customer Intent for Software Assurance Benefit.

Link copied to clipboard

Status of the Software Assurance for the cluster.