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
application: NameAndVersion
NameAndVersion
product: ProductReference
ProductReference
name: String?
String?
replicas: Int
Int
parameters: JsonObject
JsonObject
resources: List<JsonObject>
List<JsonObject>
timeAllocation: SimpleDuration?
SimpleDuration?
resolvedProduct: JsonObject?
JsonObject?
resolvedApplication: JsonObject?
JsonObject?
resolvedSupport: JsonObject?
JsonObject?
allowDuplicateJob: Boolean?
Boolean?
sshEnabled: Boolean?
Boolean?