consumesCounters

@JvmName(name = "keofslbtokdwynnq")
suspend fun consumesCounters(value: Output<List<DeviceCounterConsumptionPatchArgs>>)
@JvmName(name = "iquiuehhuvywfowh")
suspend fun consumesCounters(value: List<DeviceCounterConsumptionPatchArgs>?)

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 = "ikngarksorlrygbl")
suspend fun consumesCounters(vararg values: Output<DeviceCounterConsumptionPatchArgs>)


@JvmName(name = "ipixyyqellhfhcmj")
suspend fun consumesCounters(values: List<Output<DeviceCounterConsumptionPatchArgs>>)
@JvmName(name = "jfgnjghxyaxplpno")
suspend fun consumesCounters(vararg values: DeviceCounterConsumptionPatchArgs)

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 = "dcdfthjwlhljhoof")
suspend fun consumesCounters(argument: List<suspend DeviceCounterConsumptionPatchArgsBuilder.() -> Unit>)
@JvmName(name = "xmbepjjpdrquovth")
suspend fun consumesCounters(vararg argument: suspend DeviceCounterConsumptionPatchArgsBuilder.() -> Unit)
@JvmName(name = "nfjggatsvadnkuid")
suspend fun consumesCounters(argument: suspend DeviceCounterConsumptionPatchArgsBuilder.() -> 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).