Interface DesignatedSwitchForTunnel

    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default java.lang.Class<DesignatedSwitchForTunnel> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getTunnelRemoteIpAddress

        @Nullable org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress getTunnelRemoteIpAddress()
        remote end point ip address of external tunnel
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress tunnelRemoteIpAddress, or null if not present
      • getElanInstanceName

        @Nullable java.lang.String getElanInstanceName()
        elan name indicates l2 network domain
        Returns:
        java.lang.String elanInstanceName, or null if not present
      • getDpId

        @Nullable java.lang.Long getDpId()
        contains dataplane-node-identifier
        Returns:
        java.lang.Long dpId, or null if not present