dk.sdu.cloud.app.orchestrator.api.LicenseStatus

UCloud Developer Guide / Orchestration of Resources / Compute / Software Licenses

LicenseStatus

The status of an License

data class LicenseStatus(
    val state: LicenseState,
    val resolvedSupport: ResolvedSupport<Product.License, LicenseSupport>?,
    val resolvedProduct: Product.License?,
    val boundTo: List<String>?,
)
Properties

Last updated