java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortFeatures
All Implemented Interfaces:
Serializable, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.TypeObject

@Generated("mdsal-binding-generator") public class PortFeatures extends Object implements org.opendaylight.yangtools.yang.binding.TypeObject, Serializable

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

 typedef port-features {
   type bits {
     bit _10mb_hd {
       position 0;
     }
     bit _10mb-fd {
       position 1;
     }
     bit _100mb-hd {
       position 2;
     }
     bit _100mb-fd {
       position 3;
     }
     bit _1gb-hd {
       position 4;
     }
     bit _1gb-fd {
       position 5;
     }
     bit _10gb-fd {
       position 6;
     }
     bit _40gb-fd {
       position 7;
     }
     bit _100gb-fd {
       position 8;
     }
     bit _1tb-fd {
       position 9;
     }
     bit other {
       position 10;
     }
     bit copper {
       position 11;
     }
     bit fiber {
       position 12;
     }
     bit autoneg {
       position 13;
     }
     bit pause {
       position 14;
     }
     bit pause-asym {
       position 15;
     }
   }
 }
 
See Also: