Interface NatOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    GetNatTranslationsOnRouterOutput, GetNatTranslationsOnVpnOutput

    public interface NatOutput
    extends org.opendaylight.yangtools.yang.binding.DataObject

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

     grouping nat-output {
       list router-nat {
         key router-uuid;
         uses nat-router-info;
         uses dnat-configuration;
         uses snat-state;
       }
     }
     
    The schema path to identify an instance is odl-nat-rpc/nat-output
    • Field Detail

      • QNAME

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

      • implementedInterface

        java.lang.Class<? extends NatOutput> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getRouterNat

        @Nullable java.util.List<RouterNat> getRouterNat()
        Returns:
        java.util.List routerNat, or null if not present
      • nonnullRouterNat

        default @NonNull java.util.List<RouterNat> nonnullRouterNat()
        Returns:
        java.util.List routerNat, or an empty list if it is not present