dk.sdu.cloud.app.orchestrator.api.IngressUpdate

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

IngressUpdate

data class IngressUpdate(
    val state: IngressState?,
    val status: String?,
    val timestamp: Long?,
    val binding: JobBinding?,
)
Properties

Last updated