Interface NaptSwitches

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

    public interface NaptSwitches
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OdlNatData>, org.opendaylight.yangtools.yang.binding.Augmentable<NaptSwitches>

    This class represents the following YANG schema fragment defined in module odl-nat

     container napt-switches {
       list router-to-napt-switch {
         key router-name;
         leaf router-name {
           type string;
         }
         leaf primary-switch-id {
           type uint64;
         }
         leaf enable-snat {
           type boolean;
         }
       }
     }
     
    The schema path to identify an instance is odl-nat/napt-switches

    To create instances of this class use NaptSwitchesBuilder.

    See Also:
    NaptSwitchesBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<RouterToNaptSwitch> getRouterToNaptSwitch()
        Returns:
        java.util.List routerToNaptSwitch, or null if not present
      • nonnullRouterToNaptSwitch

        default @NonNull java.util.List<RouterToNaptSwitch> nonnullRouterToNaptSwitch()
        Returns:
        java.util.List routerToNaptSwitch, or an empty list if it is not present