Interface NeutronNorthboundApiConfigData

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.DataRoot

    @Generated("mdsal-binding-generator")
    public interface NeutronNorthboundApiConfigData
    extends org.opendaylight.yangtools.yang.binding.DataRoot
    This YANG module defines neutron northbound-api configuration.

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

     module neutron-northbound-api-config {
       namespace urn:opendaylight:neutron:northbound-api:config;
       prefix neutron-northbound-api-config;
       import ietf-yang-types {
         prefix yang;
       }
       revision 2018-10-24;
       container neutron-northbound-api-config {
         leaf pre-register-port-status-websocket {
           type boolean;
           default true;
         }
       }
     }
     
    • Method Detail

      • getNeutronNorthboundApiConfig

        NeutronNorthboundApiConfig getNeutronNorthboundApiConfig()
        Return neutronNorthboundApiConfig, or null if it is not present.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.northbound.api.config.rev181024.NeutronNorthboundApiConfig neutronNorthboundApiConfig, or null if it is not present.