public interface EntityOwnersData
extends org.opendaylight.yangtools.yang.binding.DataRoot
This class represents the following YANG schema fragment defined in module entity-owners
module entity-owners {
yang-version 1;
namespace "urn:opendaylight:params:xml:ns:yang:controller:md:sal:clustering:entity-owners";
prefix "entity-owners";
revision 2015-08-04 {
description "This module contains the base YANG definitions foran implementation of the
EntityOwnershipService which storesentity ownership information in the data
store
";
}
container entity-owners {
list entity-type {
key "type";
leaf type {
type string;
}
list entity {
key "id";
leaf id {
type instance-identifier;
}
leaf owner {
type string;
}
list candidate {
key "name";
leaf name {
type string;
}
}
}
}
}
}
| Modifier and Type | Method and Description |
|---|---|
EntityOwners |
getEntityOwners() |
EntityOwners getEntityOwners()
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.md.sal.clustering.entity.owners.rev150804.EntityOwners entityOwners, or null if not presentCopyright © 2018 OpenDaylight. All rights reserved.