Priority Level Configuration Args
data class PriorityLevelConfigurationArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<PriorityLevelConfigurationSpecArgs>? = null) : ConvertibleToJava<PriorityLevelConfigurationArgs>
PriorityLevelConfiguration represents the configuration of a priority level.
Constructors
Link copied to clipboard
fun PriorityLevelConfigurationArgs(apiVersion: Output<String>? = null, kind: Output<String>? = null, metadata: Output<ObjectMetaArgs>? = null, spec: Output<PriorityLevelConfigurationSpecArgs>? = null)