Interface RouterNat

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<RouterNat>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NatOutput>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, DnatConfiguration, org.opendaylight.yangtools.yang.binding.Identifiable<RouterNatKey>, NatRouterInfo, SnatState

    public interface RouterNat
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NatOutput>, org.opendaylight.yangtools.yang.binding.Augmentable<RouterNat>, NatRouterInfo, DnatConfiguration, SnatState, org.opendaylight.yangtools.yang.binding.Identifiable<RouterNatKey>

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

     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/router-nat

    To create instances of this class use RouterNatBuilder.

    See Also:
    RouterNatBuilder, RouterNatKey
    • Field Detail

      • QNAME

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