Interface CreateL3VPNOutput

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

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

    To create instances of this class use CreateL3VPNOutputBuilder.

    See Also:
    CreateL3VPNOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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