public interface IpPrefixSubobject extends org.opendaylight.yangtools.yang.binding.DataObject, CSubobject
This class represents the following YANG schema fragment defined in module rsvp
(Source path: META-INF/yang/rsvp.yang):
grouping ip-prefix-subobject {
leaf ip-prefix {
type ip-prefix;
}
}
The schema path to identify an instance is
rsvp/ip-prefix-subobject| Modifier and Type | Field and Description |
|---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev100924.IpPrefix |
getIpPrefix() |
Copyright © 2014. All rights reserved.