Interface CreateEVPNOutput

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

    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/createEVPN/output

    To create instances of this class use CreateEVPNOutputBuilder.

    See Also:
    CreateEVPNOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<CreateEVPNOutput> 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 createEVPN RPC
        Returns:
        java.util.List response, or null if not present