dk.sdu.cloud.app.orchestrator.api.ExportedParametersRequest

UCloud Developer Guide / Orchestration of Resources / Compute / Jobs

ExportedParametersRequest

data class ExportedParametersRequest(
    val application: NameAndVersion,
    val product: ProductReference,
    val name: String?,
    val replicas: Int,
    val parameters: JsonObject,
    val resources: List<JsonObject>,
    val timeAllocation: SimpleDuration?,
    val resolvedProduct: JsonObject?,
    val resolvedApplication: JsonObject?,
    val resolvedSupport: JsonObject?,
    val allowDuplicateJob: Boolean?,
    val sshEnabled: Boolean?,
)
Properties

Last updated