dk.sdu.cloud.app.orchestrator.api.Ingress

UCloud Developer Guide / Orchestration of Resources / Compute / Public Links (Ingress)

Ingress

An L7 ingress-point (HTTP)

data class Ingress(
    val id: String,
    val specification: IngressSpecification,
    val owner: ResourceOwner,
    val createdAt: Long,
    val status: IngressStatus,
    val updates: List<IngressUpdate>?,
    val permissions: ResourcePermissions?,
    val providerGeneratedId: String?,
)
Properties

Last updated