dk.sdu.cloud.app.store.api.AppParameterValue.License

UCloud Developer Guide / Orchestration of Resources / Compute / Application Store / Applications

AppParameterValue.License

A reference to a software license, registered locally at the provider

data class License(
    val id: String,
    val type: String /* "license_server" */,
)
  • Compatible with: ApplicationParameter.LicenseServer

  • Mountable as a resource: ❌ No

  • Expands to: ${license.address}:${license.port}/${license.key} or ${license.address}:${license.port} if no key is provided

  • Side effects: None

Properties

Last updated