DeviceCounterConsumptionPatchArgs

data class DeviceCounterConsumptionPatchArgs(val counterSet: Output<String>? = null, val counters: Output<Map<String, CounterArgs>>? = null) : ConvertibleToJava<DeviceCounterConsumptionPatchArgs>

DeviceCounterConsumption defines a set of counters that a device will consume from a CounterSet.

Constructors

Link copied to clipboard
constructor(counterSet: Output<String>? = null, counters: Output<Map<String, CounterArgs>>? = null)

Properties

Link copied to clipboard
val counters: Output<Map<String, CounterArgs>>? = null

Counters defines the Counter that will be consumed by the device. The maximum number counters in a device is 32. In addition, the maximum number of all counters in all devices is 1024 (for example, 64 devices with 16 counters each).

Link copied to clipboard
val counterSet: Output<String>? = null

CounterSet defines the set from which the counters defined will be consumed.

Functions

Link copied to clipboard
open override fun toJava(): DeviceCounterConsumptionPatchArgs