counters

@JvmName(name = "yewjldoiwsxseoky")
suspend fun counters(value: Output<Map<String, CounterArgs>>)
@JvmName(name = "sdosxmhyamnnyxjf")
suspend fun counters(value: Map<String, CounterArgs>?)

Parameters

value

Counters defines the counters that will be consumed by the device. The name of each counter must be unique in that set and must be a DNS label. To ensure this uniqueness, capacities defined by the vendor must be listed without the driver name as domain prefix in their name. All others must be listed with their domain prefix. The maximum number of counters is 32.


@JvmName(name = "tktenmfwhuguelum")
suspend fun counters(vararg argument: Pair<String, suspend CounterArgsBuilder.() -> Unit>)

Parameters

argument

Counters defines the counters that will be consumed by the device. The name of each counter must be unique in that set and must be a DNS label. To ensure this uniqueness, capacities defined by the vendor must be listed without the driver name as domain prefix in their name. All others must be listed with their domain prefix. The maximum number of counters is 32.


@JvmName(name = "tqymytgbdawgxnri")
fun counters(vararg values: Pair<String, CounterArgs>)

Parameters

values

Counters defines the counters that will be consumed by the device. The name of each counter must be unique in that set and must be a DNS label. To ensure this uniqueness, capacities defined by the vendor must be listed without the driver name as domain prefix in their name. All others must be listed with their domain prefix. The maximum number of counters is 32.