Get License Profile Result
data class GetLicenseProfileResult(val assignedLicense: String? = null, val assignedLicenseImmutableId: String, val esuEligibility: String, val esuKeyState: String, val esuKeys: List<EsuKeyResponse>, val id: String, val location: String, val name: String, val provisioningState: String, val serverType: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Describes a license profile in a hybrid machine.
Constructors
Link copied to clipboard
fun GetLicenseProfileResult(assignedLicense: String? = null, assignedLicenseImmutableId: String, esuEligibility: String, esuKeyState: String, esuKeys: List<EsuKeyResponse>, id: String, location: String, name: String, provisioningState: String, serverType: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)