@Deprecated public interface Neighbor extends ChildOf<Ipv6>, Augmentable<Neighbor>, Identifiable<NeighborKey>
This class represents the following YANG schema fragment defined in module ietf-ip
list neighbor { key ip; status deprecated; leaf ip { type inet:ipv6-address-no-zone; status deprecated; } leaf link-layer-address { type yang:phys-address; status deprecated; } leaf origin { type neighbor-origin; status deprecated; } leaf is-router { type empty; status deprecated; } leaf state { type enumeration { enum incomplete { } enum reachable { } enum stale { } enum delay { } enum probe { } } status deprecated; } }The schema path to identify an instance is ietf-ip/interfaces-state/interface/(urn:ietf:params:xml:ns:yang:ietf-ip?revision=2018-02-22)ipv6/neighbor
To create instances of this class use NeighborBuilder
.
NeighborBuilder
,
NeighborKey
Modifier and Type | Interface and Description |
---|---|
static class |
Neighbor.State
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static org.opendaylight.yangtools.yang.common.QName |
QNAME
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
@Nullable Ipv6AddressNoZone |
getIp()
Deprecated.
|
@Nullable PhysAddress |
getLinkLayerAddress()
Deprecated.
|
@Nullable NeighborOrigin |
getOrigin()
Deprecated.
|
@Nullable Neighbor.State |
getState()
Deprecated.
|
@Nullable Boolean |
isIsRouter()
Deprecated.
|
NeighborKey |
key()
Deprecated.
Returns an unique key for the object.
|
getImplementedInterface
augmentation
@Deprecated @Nullable Ipv6AddressNoZone getIp()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.Ipv6AddressNoZone
ip
, or null
if not present@Deprecated @Nullable PhysAddress getLinkLayerAddress()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.PhysAddress
linkLayerAddress
, or null
if not present@Deprecated @Nullable NeighborOrigin getOrigin()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev180222.NeighborOrigin
origin
, or null
if not present@Deprecated @Nullable Boolean isIsRouter()
java.lang.Boolean
isRouter
, or null
if not present@Deprecated @Nullable Neighbor.State getState()
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.ip.rev180222.interfaces.state._interface.ipv6.Neighbor.State
state
, or null
if not presentNeighborKey key()
Identifiable
key
in interface Identifiable<NeighborKey>
Copyright © 2019 OpenDaylight. All rights reserved.