@Deprecated public interface MeterFeaturesUpdated extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<MeterFeaturesUpdated>, MultipartTransactionAware, MeterFeaturesReply, org.opendaylight.yang.gen.v1.urn.opendaylight.inventory.rev130819.Node, org.opendaylight.yangtools.yang.binding.Notification
This class represents the following YANG schema fragment defined in module opendaylight-meter-statistics
notification meter-features-updated { leaf id { type node-id; } list node-connector { key "id" leaf id { type node-connector-id; } uses node-connector; } leaf max_meter { type counter32; } leaf-list meter-band-supported { type identityref; } leaf-list meter-capabilities-supported { type identityref; } leaf max_bands { type uint8; } leaf max_color { type uint8; } leaf moreReplies { type moreReplies; } leaf transaction-id { type transaction-id; } uses multipart-transaction-aware; uses meter-features-reply; uses node; status DEPRECATED; }The schema path to identify an instance is opendaylight-meter-statistics/meter-features-updated
To create instances of this class use MeterFeaturesUpdatedBuilder
.
MeterFeaturesUpdatedBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME
Deprecated.
|
getAugmentation
isMoreReplies
getTransactionId
getMaxBands, getMaxColor, getMaxMeter, getMeterBandSupported, getMeterCapabilitiesSupported
Copyright © 2018 OpenDaylight. All rights reserved.