LicenseProfileMachineInstanceViewEsuPropertiesResponse

data class LicenseProfileMachineInstanceViewEsuPropertiesResponse(val assignedLicense: LicenseResponse? = null, val assignedLicenseImmutableId: String, val esuEligibility: String, val esuKeyState: String, val esuKeys: List<EsuKeyResponse>, val licenseAssignmentState: String? = null, val serverType: String)

Properties for the Machine ESU profile.

Constructors

constructor(assignedLicense: LicenseResponse? = null, assignedLicenseImmutableId: String, esuEligibility: String, esuKeyState: String, esuKeys: List<EsuKeyResponse>, licenseAssignmentState: String? = null, serverType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The assigned license resource.

Link copied to clipboard

The guid id of the license.

Link copied to clipboard

Indicates the eligibility state of Esu.

Link copied to clipboard

The list of ESU keys.

Link copied to clipboard

Indicates whether there is an ESU Key currently active for the machine.

Link copied to clipboard

Describes the license assignment state (Assigned or NotAssigned).

Link copied to clipboard

The type of the Esu servers.