All Superinterfaces:
org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>, org.opendaylight.yangtools.binding.DataContainer, org.opendaylight.yangtools.binding.DataRoot<OpenflowConfigurationData>

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

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;
       }
     }
   }
 }
 
  • Method Details

    • implementedInterface

      default Class<OpenflowConfigurationData> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.BindingContract<org.opendaylight.yangtools.binding.DataContainer>
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.binding.DataRoot<OpenflowConfigurationData>