public interface NodeInterfacesState extends org.opendaylight.yangtools.yang.binding.ChildOf<P4pluginNetconfAdapterData>, org.opendaylight.yangtools.yang.binding.Augmentable<NodeInterfacesState>
This class represents the following YANG schema fragment defined in module p4plugin-netconf-adapter
container node-interfaces-state { list node { key "node-id"; leaf grpc-server-ip { type ipv4-address; } leaf grpc-server-port { type port-number; } leaf grpc-server-device-id { type uint64; } leaf node-id { type string; } list interface { key "name"; leaf name { type string; } leaf type { type identityref; } leaf admin-status { type enumeration; } leaf oper-status { type enumeration; } leaf if-index { type int32; } leaf phys-address { type phys-address; } leaf speed { type speed; } } uses interfaces-state; uses node-grpc-info; } }The schema path to identify an instance is p4plugin-netconf-adapter/node-interfaces-state
To create instances of this class use NodeInterfacesStateBuilder
.
NodeInterfacesStateBuilder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
List<Node> |
getNode() |
Copyright © 2019 OpenDaylight. All rights reserved.