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

    @Generated("mdsal-binding-generator")
    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.Map<RouterNatKey,​RouterNat> getRouterNat()
        Return routerNat, or null if it is not present.
        Returns:
        java.util.Map routerNat, or null if it is not present.
      • nonnullRouterNat

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