Package org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.cds.types.rev191024
Interface OdlControllerCdsTypesData
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.DataRoot
@Generated("mdsal-binding-generator")
public interface OdlControllerCdsTypesData
extends org.opendaylight.yangtools.yang.binding.DataRoot
Common type definitions related to clustered data store.
This class represents the following YANG schema fragment defined in module odl-controller-cds-types
module odl-controller-cds-types {
yang-version 1;
namespace urn:opendaylight:params:xml:ns:yang:controller:cds:types;
prefix cdst;
revision 2019-10-24 {
}
typedef member-name {
type string;
}
typedef frontend-type {
type string {
pattern "";
}
}
typedef client-generation {
type uint64;
}
grouping frontend-identifier {
leaf member {
type member-name;
}
leaf type {
type frontend-type;
}
}
grouping client-identifier {
uses frontend-identifier;
leaf generation {
type client-generation;
}
}
}