All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ght.of-config.southbound-api.1.1.2-Boron-SR2.source-code.odl-ofconfig-base-api-types.yang Maven / Gradle / Ivy

module odl-ofconfig-base-api-types {
    yang-version 1;
    namespace "urn:opendaylight:params:xml:ns:yang:ofconfig:base:types";
    prefix "odl-ofconfig-base-api-types";
    
    import ietf-inet-types { prefix inet; revision-date 2013-07-15; }
    
     revision "2015-09-01" {
        description "Initial revision of opendaylight of-config base api types";
    }
    
     typedef handle_mode {
	    type enumeration {
	      enum merge;
	      enum put;
	      enum delete;
	    }
	    description
	      "type of processing request";
  	 }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy