public interface Ipv4 extends ChildOf<StaticRoutes1>, Augmentable<Ipv4>
This class represents the following YANG schema fragment defined in module ietf-ipv4-unicast-routing
container ipv4 { list route { key destination-prefix; leaf destination-prefix { type inet:ipv4-prefix; } leaf description { type string; } container next-hop { uses rt:next-hop-content { augment next-hop-options/simple-next-hop { leaf next-hop-address { type inet:ipv4-address; } } augment next-hop-options/next-hop-list/next-hop-list/next-hop { leaf next-hop-address { type inet:ipv4-address; } } } } } }The schema path to identify an instance is ietf-ipv4-unicast-routing/routing/control-plane-protocols/control-plane-protocol/static-routes/(urn:ietf:params:xml:ns:yang:ietf-ipv4-unicast-routing?revision=2018-03-13)ipv4
To create instances of this class use Ipv4Builder
.
Ipv4Builder
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME |
Modifier and Type | Method and Description |
---|---|
@Nullable List<Route> |
getRoute()
A list of static routes.
|
default @NonNull List<Route> |
nonnullRoute() |
getImplementedInterface
augmentation
Copyright © 2019 OpenDaylight. All rights reserved.