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

@Generated("mdsal-binding-generator") public interface OpenflowConfigurationData extends org.opendaylight.yangtools.yang.binding.DataRoot

This class represents the following YANG schema fragment defined in module openflow-configuration

 module openflow-configuration {
   namespace urn:opendaylight:openflow:config;
   prefix of-config;
   revision 2014-06-30 {
   }
   typedef path-type {
     type enumeration {
       enum CLASSPATH {
         value 0;
       }
       enum PATH {
         value 1;
       }
     }
   }
   typedef keystore-type {
     type enumeration {
       enum JKS {
         value 0;
       }
       enum PKCS12 {
         value 1;
       }
     }
   }
   typedef transport-protocol {
     type enumeration {
       enum TCP {
         value 0;
       }
       enum TLS {
         value 1;
       }
       enum UDP {
         value 2;
       }
     }
   }
 }