daysOfMonths

@JvmName(name = "mcromyrnnrjoewva")
suspend fun daysOfMonths(value: Output<List<Int>>)
@JvmName(name = "tlflxvltleljixhu")
suspend fun daysOfMonths(value: List<Int>)

Parameters

value

List of the days of the month when the snapshots will be created, valid range is from 1 to 30.


@JvmName(name = "bkjbycapaavnoavj")
suspend fun daysOfMonths(vararg values: Output<Int>)


@JvmName(name = "ltvfsfdmbtwxgphh")
suspend fun daysOfMonths(values: List<Output<Int>>)
@JvmName(name = "rsquokjccjqdhigf")
suspend fun daysOfMonths(vararg values: Int)

Parameters

values

List of the days of the month when the snapshots will be created, valid range is from 1 to 30.