License Details Args
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
Describes the edition of the license. The values are either Standard or Datacenter.
Link copied to clipboard
Describes the number of processors.
Link copied to clipboard
Describes the state of the license.
Link copied to clipboard
Describes the license target server.
Link copied to clipboard
Describes the license core type (pCore or vCore).