commands

@JvmName(name = "aksqqmtjxkqvmqxt")
suspend fun commands(value: Output<List<String>>)
@JvmName(name = "jlfuguonvvcoebcj")
suspend fun commands(value: List<String>?)

Parameters

value

Mirror start command. The command must be an executable object in the container. For example: sleep. Setting this command will cause the original startup command of the mirror to become invalid.


@JvmName(name = "qtbewunrqbkumqog")
suspend fun commands(vararg values: Output<String>)


@JvmName(name = "jdxlwcsniamlshyl")
suspend fun commands(values: List<Output<String>>)
@JvmName(name = "fxcfohvamaabljrm")
suspend fun commands(vararg values: String)

Parameters

values

Mirror start command. The command must be an executable object in the container. For example: sleep. Setting this command will cause the original startup command of the mirror to become invalid.