Interface NeutronNorthboundApiConfig

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<NeutronNorthboundApiConfig>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<NeutronNorthboundApiConfigData>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface NeutronNorthboundApiConfig
    extends org.opendaylight.yangtools.yang.binding.ChildOf<NeutronNorthboundApiConfigData>, org.opendaylight.yangtools.yang.binding.Augmentable<NeutronNorthboundApiConfig>

    This class represents the following YANG schema fragment defined in module neutron-northbound-api-config

     container neutron-northbound-api-config {
       leaf pre-register-port-status-websocket {
         type boolean;
         default true;
       }
     }
     
    The schema path to identify an instance is neutron-northbound-api-config/neutron-northbound-api-config

    To create instances of this class use NeutronNorthboundApiConfigBuilder.

    See Also:
    NeutronNorthboundApiConfigBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<NeutronNorthboundApiConfig> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • isPreRegisterPortStatusWebsocket

        Boolean isPreRegisterPortStatusWebsocket()
        Pre-register the port status update websocket
        Returns:
        java.lang.Boolean preRegisterPortStatusWebsocket, or null if not present