LicenseDetailsResponse

data class LicenseDetailsResponse(val assignedLicenses: Int, val edition: String? = null, val immutableId: String, val processors: Int? = null, val state: String? = null, val target: String? = null, val type: String? = null, val volumeLicenseDetails: List<VolumeLicenseDetailsResponse>? = null)

Describes the properties of a License.

Constructors

Link copied to clipboard
constructor(assignedLicenses: Int, edition: String? = null, immutableId: String, processors: Int? = null, state: String? = null, target: String? = null, type: String? = null, volumeLicenseDetails: List<VolumeLicenseDetailsResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the number of assigned licenses.

Link copied to clipboard
val edition: String? = null

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

Link copied to clipboard

Describes the immutable id.

Link copied to clipboard
val processors: Int? = null

Describes the number of processors.

Link copied to clipboard
val state: String? = null

Describes the state of the license.

Link copied to clipboard
val target: String? = null

Describes the license target server.

Link copied to clipboard
val type: String? = null

Describes the license core type (pCore or vCore).

Link copied to clipboard

A list of volume license details.