consumesCounters

@JvmName(name = "mnbgabsrsgtpilkh")
suspend fun consumesCounters(value: Output<List<DeviceCounterConsumptionArgs>>)
@JvmName(name = "rsgijvjcoskymacg")
suspend fun consumesCounters(value: List<DeviceCounterConsumptionArgs>?)

Parameters

value

ConsumesCounters defines a list of references to sharedCounters and the set of counters that the device will consume from those counter sets. There can only be a single entry per counterSet. The total number of device counter consumption entries must be <= 32. In addition, the total number in the entire ResourceSlice must be <= 1024 (for example, 64 devices with 16 counters each).


@JvmName(name = "odnrntfpopcurlbu")
suspend fun consumesCounters(vararg values: Output<DeviceCounterConsumptionArgs>)


@JvmName(name = "ykhfvmajipoadteb")
suspend fun consumesCounters(values: List<Output<DeviceCounterConsumptionArgs>>)
@JvmName(name = "xoacxgvambqjneyf")
suspend fun consumesCounters(vararg values: DeviceCounterConsumptionArgs)

Parameters

values

ConsumesCounters defines a list of references to sharedCounters and the set of counters that the device will consume from those counter sets. There can only be a single entry per counterSet. The total number of device counter consumption entries must be <= 32. In addition, the total number in the entire ResourceSlice must be <= 1024 (for example, 64 devices with 16 counters each).


@JvmName(name = "bxsiakkpafbfikno")
suspend fun consumesCounters(argument: List<suspend DeviceCounterConsumptionArgsBuilder.() -> Unit>)
@JvmName(name = "jipqbujkxyowkamc")
suspend fun consumesCounters(vararg argument: suspend DeviceCounterConsumptionArgsBuilder.() -> Unit)
@JvmName(name = "afvwecxpteyndisp")
suspend fun consumesCounters(argument: suspend DeviceCounterConsumptionArgsBuilder.() -> Unit)

Parameters

argument

ConsumesCounters defines a list of references to sharedCounters and the set of counters that the device will consume from those counter sets. There can only be a single entry per counterSet. The total number of device counter consumption entries must be <= 32. In addition, the total number in the entire ResourceSlice must be <= 1024 (for example, 64 devices with 16 counters each).