dk.sdu.cloud.app.store.api.WebDescription

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

WebDescription

Information to the Provider about how to reach the web services

data class WebDescription(
    val port: Int?,
)

Providers must use this information when opening an interactive session.

Properties

Last updated