| Class and Description |
|---|
| DisJoinTopicInput
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang): container input { leaf node { type instance-identifier; } leaf topic-id { type topic-id; } } The schema path to identify an instance is event-source/dis-join-topic/input To create instances of this class use DisJoinTopicInputBuilder. |
| DisJoinTopicInputBuilder
Class that builds
DisJoinTopicInput instances. |
| EventSourceStatus |
| EventSourceStatusNotification
Notification of change event source status.
|
| EventSourceStatusNotificationBuilder
Class that builds
EventSourceStatusNotification instances. |
| JoinTopicInput
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang): container input { leaf node { type instance-identifier; } leaf topic-id { type topic-id; } leaf notification-pattern { type notification-pattern; } } The schema path to identify an instance is event-source/join-topic/input To create instances of this class use JoinTopicInputBuilder. |
| JoinTopicInputBuilder
Class that builds
JoinTopicInput instances. |
| JoinTopicOutput
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang): container output { leaf status { type join-topic-status; } } The schema path to identify an instance is event-source/join-topic/output To create instances of this class use JoinTopicOutputBuilder. |
| JoinTopicOutputBuilder
Class that builds
JoinTopicOutput instances. |
| JoinTopicStatus |
| Node1 |
| Node1Builder
Class that builds
Node1 instances. |
| TopologyEventSourceType
This class represents the following YANG schema fragment defined in module event-source
(Source path: META-INF/yang/event-source.yang): grouping topology-event-source-type { container topology-event-source { } } The schema path to identify an instance is event-source/topology-event-source-type |
| TopologyTypes1 |
| TopologyTypes1Builder
Class that builds
TopologyTypes1 instances. |
Copyright © 2016 OpenDaylight. All rights reserved.