Interface DpnTepInterfaceInfo
-
@Immutable public interface DpnTepInterfaceInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.common.Uint64
getRemoteDPN()
java.lang.String
getTunnelName()
java.lang.Class<? extends TunnelTypeBase>
getTunnelType()
boolean
isInternal()
boolean
isMonitoringEnabled()
-
-
-
Method Detail
-
getTunnelType
java.lang.Class<? extends TunnelTypeBase> getTunnelType()
-
getTunnelName
java.lang.String getTunnelName()
-
isMonitoringEnabled
boolean isMonitoringEnabled()
-
isInternal
boolean isInternal()
-
getRemoteDPN
org.opendaylight.yangtools.yang.common.Uint64 getRemoteDPN()
-
-