aggregates

@JvmName(name = "ixecplqwpnefkich")
suspend fun aggregates(value: Output<List<String>>)
@JvmName(name = "bdhrnxplovokbucb")
suspend fun aggregates(value: List<String>?)

Parameters

value

Used to specify the names of the aggregates on which the volume will be created. Each aggregate needs to be in the format aggrX where X is the number of the aggregate.


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


@JvmName(name = "lgbbrbsxoiqbgqhj")
suspend fun aggregates(values: List<Output<String>>)
@JvmName(name = "hxqcarafdtakfnwg")
suspend fun aggregates(vararg values: String)

Parameters

values

Used to specify the names of the aggregates on which the volume will be created. Each aggregate needs to be in the format aggrX where X is the number of the aggregate.