public interface InterfaceCellularGrouping
extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module ned
grouping interface-cellular-grouping {
container dialer {
leaf in-band {
type empty;
}
leaf idle-timeout {
type uint32;
}
leaf string {
type string;
}
leaf watch-group {
type uint32;
}
}
container async {
leaf mode {
type enumeration;
}
}
}
The schema path to identify an instance is
ned/interface-cellular-grouping| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
Async |
getAsync() |
Dialer |
getDialer() |
Dialer getDialer()
org.opendaylight.yang.gen.v1.urn.ios.rev160308._interface.cellular.grouping.Dialer dialer, or null if not presentAsync getAsync()
org.opendaylight.yang.gen.v1.urn.ios.rev160308._interface.cellular.grouping.Async async, or null if not presentCopyright © 2017 OpenDaylight. All rights reserved.