Interface GetEVPNOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetEVPNOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface GetEVPNOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetEVPNOutput>

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

     output output {
       list evpn-instances {
         uses evpn-instance;
       }
     }
     
    The schema path to identify an instance is neutronvpn/getEVPN/output

    To create instances of this class use GetEVPNOutputBuilder.

    See Also:
    GetEVPNOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable java.util.List<EvpnInstances> getEvpnInstances()
        Returns:
        java.util.List evpnInstances, or null if not present
      • nonnullEvpnInstances

        default @NonNull java.util.List<EvpnInstances> nonnullEvpnInstances()
        Returns:
        java.util.List evpnInstances, or an empty list if it is not present