Class PortState
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortState
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator")
public class PortState
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-state {
type bits {
bit link_down {
position 0;
}
bit blocked {
position 1;
}
bit live {
position 2;
}
}
}
- See Also:
-
Constructor Details
-
PortState
-
PortState
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details