days

@JvmName(name = "iyiyksmgdmkwtkuv")
suspend fun days(value: Output<List<Either<String, ScheduleDay>>>)
@JvmName(name = "vmdfwxygrfqvlgki")
suspend fun days(value: List<Either<String, ScheduleDay>>)

Parameters

value

User has to set the days where schedule has to be set for autoscale operation.


@JvmName(name = "khvttomqflcsbwsb")
suspend fun days(vararg values: Output<Either<String, ScheduleDay>>)


@JvmName(name = "wyyyeiyylsbwxsix")
suspend fun days(values: List<Output<Either<String, ScheduleDay>>>)
@JvmName(name = "hsnrolxnwkuhrdrm")
suspend fun days(vararg values: Either<String, ScheduleDay>)

Parameters

values

User has to set the days where schedule has to be set for autoscale operation.