Interface DpnTepInterfaceInfo
- 
@Immutable public interface DpnTepInterfaceInfo 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.opendaylight.yangtools.yang.common.Uint64getRemoteDPN()java.lang.StringgetTunnelName()java.lang.Class<? extends TunnelTypeBase>getTunnelType()booleanisInternal()booleanisMonitoringEnabled() 
 - 
 
- 
- 
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()
 
 - 
 
 -