capacity

@JvmName(name = "qdvpsebluhxbkdrw")
suspend fun capacity(value: Output<Map<String, DeviceCapacityArgs>>)
@JvmName(name = "vmrwjnlkvhexrnnt")
suspend fun capacity(value: Map<String, DeviceCapacityArgs>?)

Parameters

value

Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set. The maximum number of attributes and capacities combined is 32.


@JvmName(name = "kjwpopvjrlsgoidf")
suspend fun capacity(vararg argument: Pair<String, suspend DeviceCapacityArgsBuilder.() -> Unit>)

Parameters

argument

Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set. The maximum number of attributes and capacities combined is 32.


@JvmName(name = "sopdvobgwdmqnhtm")
fun capacity(vararg values: Pair<String, DeviceCapacityArgs>)

Parameters

values

Capacity defines the set of capacities for this device. The name of each capacity must be unique in that set. The maximum number of attributes and capacities combined is 32.