Deployment Component Run With
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)