DeploymentComponentRunWith

data class DeploymentComponentRunWith(val posixUser: String? = null, val systemResourceLimits: DeploymentSystemResourceLimits? = null, val windowsUser: String? = null)

Constructors

Link copied to clipboard
constructor(posixUser: String? = null, systemResourceLimits: DeploymentSystemResourceLimits? = null, windowsUser: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val posixUser: String? = null
Link copied to clipboard
val windowsUser: String? = null