Interface DeleteEVPNOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<DeleteEVPNOutput>, 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 DeleteEVPNOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<DeleteEVPNOutput>

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

     output output {
       leaf-list response {
         type string;
       }
     }
     
    The schema path to identify an instance is neutronvpn/deleteEVPN/output

    To create instances of this class use DeleteEVPNOutputBuilder.

    See Also:
    DeleteEVPNOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<DeleteEVPNOutput> 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
      • getResponse

        @Nullable java.util.List<java.lang.String> getResponse()
        Status response for deleteEVPN RPC
        Returns:
        java.util.List response, or null if not present