Interface Transport

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Transport>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface Transport
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Bgp>, org.opendaylight.yangtools.yang.binding.Augmentable<Transport>
    Manages transport session parameters.

    This class represents the following YANG schema fragment defined in module bgp

     container transport {
       leaf enable-path-mtu-discovery {
         type boolean;
         default true;
       }
     }
     
    The schema path to identify an instance is bgp/bgp-router/af-configuration/ipv4/unicast/bgp/transport

    To create instances of this class use TransportBuilder.

    See Also:
    TransportBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.lang.Boolean isEnablePathMtuDiscovery()
        Enables transport path MTU discovery.
        Returns:
        java.lang.Boolean enablePathMtuDiscovery, or null if not present