public interface RouterId extends DataObject
This class represents the following YANG schema fragment defined in module ietf-routing
grouping router-id { leaf router-id { type yang:dotted-quad; } }The schema path to identify an instance is ietf-routing/router-id
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable DottedQuad |
getRouterId()
A 32-bit number in the form of a dotted quad that is used bysome routing
protocols identifying a router.
|
getImplementedInterface
@Nullable DottedQuad getRouterId()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.DottedQuad
routerId
, or null
if not presentCopyright © 2019 OpenDaylight. All rights reserved.