dk.sdu.cloud.app.store.api.ApplicationParameter.Ingress

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

ApplicationParameter.Ingress

An input parameter which accepts a ingress (public link)

data class Ingress(
    val name: String?,
    val title: String?,
    val description: String?,
    val defaultValue: Any?,
    val optional: Boolean,
    val type: String /* "ingress" */,
)

Compatible with: AppParameterValue.Ingress

Properties

Last updated