DeploymentComponentRunWithArgs

data class DeploymentComponentRunWithArgs(val posixUser: Output<String>? = null, val systemResourceLimits: Output<DeploymentSystemResourceLimitsArgs>? = null, val windowsUser: Output<String>? = null) : ConvertibleToJava<DeploymentComponentRunWithArgs>

Constructors

Link copied to clipboard
constructor(posixUser: Output<String>? = null, systemResourceLimits: Output<DeploymentSystemResourceLimitsArgs>? = null, windowsUser: Output<String>? = null)

Properties

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

Functions

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