aggregates

@JvmName(name = "twsewixvwfdyogtj")
suspend fun aggregates(value: Output<List<String>>)
@JvmName(name = "graqfoqktplceudc")
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 = "wuytkobtvppnlqoy")
suspend fun aggregates(vararg values: Output<String>)


@JvmName(name = "othfqltyacwletbm")
suspend fun aggregates(values: List<Output<String>>)
@JvmName(name = "lgvydjbtntskkypa")
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.