baseEjectionTime

@JvmName(name = "mldnkojrnpimimaj")
suspend fun baseEjectionTime(value: Output<DurationArgs>)
@JvmName(name = "lgeabjnwewjycttw")
suspend fun baseEjectionTime(value: DurationArgs?)

Parameters

value

The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.


@JvmName(name = "tqevrvwjijsnvgbn")
suspend fun baseEjectionTime(argument: suspend DurationArgsBuilder.() -> Unit)

Parameters

argument

The base time that a host is ejected for. The real ejection time is equal to the base ejection time multiplied by the number of times the host has been ejected. Defaults to 30000ms or 30s.