public interface VirtualMeterProvider extends VirtualProvider
Modifier and Type | Method and Description |
---|---|
void |
performMeterOperation(NetworkId networkId,
DeviceId deviceId,
MeterOperation meterOp)
Performs a meter operation on the specified vitual device with the
specified parameters.
|
void |
performMeterOperation(NetworkId networkId,
DeviceId deviceId,
MeterOperations meterOps)
Performs a batch of meter operation on the specified virtual device
with the specified parameters.
|
id
void performMeterOperation(NetworkId networkId, DeviceId deviceId, MeterOperations meterOps)
networkId
- the identity of the virtual network where this rule appliesdeviceId
- device identifier on which the batch of group
operations to be executedmeterOps
- immutable list of meter operationvoid performMeterOperation(NetworkId networkId, DeviceId deviceId, MeterOperation meterOp)
networkId
- the identity of the virtual network where this rule appliesdeviceId
- device identifier on which the batch of group
operations to be executedmeterOp
- a meter operation