Modifier and Type | Interface and Description |
---|---|
interface |
Bug5446Data
This class represents the following YANG schema fragment defined in module bug5446
|
Modifier and Type | Interface and Description |
---|---|
interface |
Bug8449Data
This class represents the following YANG schema fragment defined in module bug8449
|
Modifier and Type | Interface and Description |
---|---|
interface |
Bug8903Data
This class represents the following YANG schema fragment defined in module bug8903
|
Modifier and Type | Interface and Description |
---|---|
interface |
Mdsal300Data
This class represents the following YANG schema fragment defined in module mdsal-300
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryKeyData
This class represents the following YANG schema fragment defined in module binary-key
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfAccessControlListData
This YANG module defines a component that describing theconfiguration of Access
Control Lists (ACLs).Copyright (c) 2016 IETF Trust and the persons identified
asthe document authors.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfHardwareData
This module contains a collection of YANG definitions formanaging hardware.This
data model is designed for the Network Management DatastoreArchitecture (NMDA)
defined in RFC 8342.Copyright (c) 2018 IETF Trust and the persons identified
asauthors of the code.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfHardwareStateData
This module contains a collection of YANG definitions formonitoring
hardware.This data model is designed as a temporary solution forimplementations
that do not yet support the Network ManagementDatastore Architecture (NMDA)
defined in RFC 8342.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfInterfacesData
This module contains a collection of YANG definitions formanaging network
interfaces.Copyright (c) 2014 IETF Trust and the persons identified asauthors
the code.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfNetworkData
This module defines a common base data model for a collectionof nodes in a
network.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfNetworkStateData
This module defines a common base data model for a collectionof nodes in a
network.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfRoutingData
This YANG module defines essential components for the managementof a routing
subsystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IetfYangLibraryData
This module contains monitoring information about the YANGmodules and
that are used within a YANG-basedserver.Copyright (c) 2016 IETF Trust and the
persons identified asauthors of the code.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ActionsData
This class represents the following YANG schema fragment defined in module actions
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightDefaultValueTestData
This class represents the following YANG schema fragment defined in module opendaylight-default-value-test
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightSalTestStoreData
Regression Test model for data store
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightBindingTopLevelViaUsesData
Regression Test model for top-level-via uses
|
Modifier and Type | Interface and Description |
---|---|
interface |
OdlGeneralEntityData
Defines a model to describe a general entity whose path can be used as an ID
an entity that isn't otherwise modelled
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightMdsalBindingTestData
This module contains a collection of YANG definitions used forsome test cases.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightBug6006Data
This module contains test case for bug
6006.https://bugs.opendaylight.org/show_bug.cgi?id=6006
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightTestTypedefEmptyData
This class represents the following YANG schema fragment defined in module opendaylight-test-typedef-empty
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightYangtoolsUnionTestData
This module contains a collection of YANG definitions used forsome test cases.
|
Modifier and Type | Interface and Description |
---|---|
interface |
NetworkTopologyData
This module defines a model for the topology of a network.Key design decisions
are as follows:A topology consists of a set of nodes and links.Links are
point-to-point and unidirectional.Bidirectional connections need to be
represented throughtwo separate links.Multipoint connections, broadcast domains
etc can be representedthrough a hierarchy of nodes, then connecting nodes
atupper layers of the hierarchy.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightBug4798YangData
This class represents the following YANG schema fragment defined in module opendaylight-bug-4798.yang
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightBug5524Module1Data
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-module1
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightBug5524Module3Data
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-module3
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightBug5524Module4Data
This class represents the following YANG schema fragment defined in module opendaylight-bug-5524-module4
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightMdsal298Data
This class represents the following YANG schema fragment defined in module opendaylight-mdsal298
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightMdsal309Data
Test model for enumeration name mapping hell.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightMdsal337Data
This class represents the following YANG schema fragment defined in module opendaylight-mdsal337
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpendaylightMdsal45BaseData
This class represents the following YANG schema fragment defined in module opendaylight-mdsal45-base
|
Modifier and Type | Interface and Description |
---|---|
interface |
TestPatternData
This class represents the following YANG schema fragment defined in module test-pattern
|
Modifier and Type | Interface and Description |
---|---|
interface |
TestData
This class represents the following YANG schema fragment defined in module test
|
Modifier and Type | Interface and Description |
---|---|
interface |
FooData
This class represents the following YANG schema fragment defined in module foo
|
Modifier and Type | Method and Description |
---|---|
static <C extends ChoiceIn<? extends DataRoot> & DataObject,N extends Identifiable<K> & ChildOf<? super C>,K extends Identifier<N>> |
InstanceIdentifier.builder(Class<C> caze,
Class<N> listItem,
K listKey)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier which represents an
InstanceIdentifier.IdentifiableItem in a grouping used in the case statement. |
static <C extends ChoiceIn<? extends DataRoot> & DataObject,T extends ChildOf<? super C>> |
InstanceIdentifier.builder(Class<C> caze,
Class<T> container)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier as specified by container in
a
grouping used in the case statement. |
static <N extends Identifiable<K> & ChildOf<? extends DataRoot>,K extends Identifier<N>> |
InstanceIdentifier.builder(Class<N> listItem,
K listKey)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier which represents an
InstanceIdentifier.IdentifiableItem . |
static <T extends ChildOf<? extends DataRoot>> |
InstanceIdentifier.builder(Class<T> container)
Create an InstanceIdentifierBuilder for a specific type of InstanceIdentifier as specified by container.
|
Copyright © 2018 OpenDaylight. All rights reserved.