Interface DissociateNetworksOutput

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

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

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

    To create instances of this class use DissociateNetworksOutputBuilder.

    See Also:
    DissociateNetworksOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<DissociateNetworksOutput> 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.lang.String getResponse()
        Status response for dissociateNetworks RPC
        Returns:
        java.lang.String response, or null if not present