ErEnvConfPresetCanaryJilinArgs

data class ErEnvConfPresetCanaryJilinArgs(val allowedHosts: Output<List<String>>? = null, val codeRev: Output<String>? = null, val specName: Output<String>? = null) : ConvertibleToJava<ErEnvConfPresetCanaryJilinArgs>

Constructors

Link copied to clipboard
constructor(allowedHosts: Output<List<String>>? = null, codeRev: Output<String>? = null, specName: Output<String>? = null)

Properties

Link copied to clipboard
val allowedHosts: Output<List<String>>? = null

Allowed DCDN domain names.

Link copied to clipboard
val codeRev: Output<String>? = null

The version number of the code.

Link copied to clipboard
val specName: Output<String>? = null

The specification of the CPU time slice. Valid values: 5ms, 50ms, 100ms.

Functions

Link copied to clipboard
open override fun toJava(): ErEnvConfPresetCanaryJilinArgs