LicenseDetailsArgs

data class LicenseDetailsArgs(val edition: Output<Either<String, LicenseEdition>>? = null, val processors: Output<Int>? = null, val state: Output<Either<String, LicenseState>>? = null, val target: Output<Either<String, LicenseTarget>>? = null, val type: Output<Either<String, LicenseCoreType>>? = null) : ConvertibleToJava<LicenseDetailsArgs>

Describes the properties of a License.

Constructors

Link copied to clipboard
constructor(edition: Output<Either<String, LicenseEdition>>? = null, processors: Output<Int>? = null, state: Output<Either<String, LicenseState>>? = null, target: Output<Either<String, LicenseTarget>>? = null, type: Output<Either<String, LicenseCoreType>>? = null)

Properties

Link copied to clipboard
val edition: Output<Either<String, LicenseEdition>>? = null

Describes the edition of the license. The values are either Standard or Datacenter.

Link copied to clipboard
val processors: Output<Int>? = null

Describes the number of processors.

Link copied to clipboard
val state: Output<Either<String, LicenseState>>? = null

Describes the state of the license.

Link copied to clipboard
val target: Output<Either<String, LicenseTarget>>? = null

Describes the license target server.

Link copied to clipboard
val type: Output<Either<String, LicenseCoreType>>? = null

Describes the license core type (pCore or vCore).

Functions

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