Class PortConfigV10
java.lang.Object
org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.types.rev130731.PortConfigV10
- All Implemented Interfaces:
Serializable,org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.TypeObject
@Generated("mdsal-binding-generator")
public class PortConfigV10
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-config-v10 {
type bits {
bit port-down {
position 0;
}
bit no-stp {
position 1;
}
bit no-recv {
position 2;
}
bit no-recv-stp {
position 3;
}
bit no-flood {
position 4;
}
bit no-fwd {
position 5;
}
bit no-packet-in {
position 6;
}
}
}
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPortConfigV10(Boolean _noFlood, Boolean _noFwd, Boolean _noPacketIn, Boolean _noRecv, Boolean _noRecvStp, Boolean _noStp, Boolean _portDown) PortConfigV10(PortConfigV10 source) Creates a copy from Source Object. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic PortConfigV10getDefaultInstance(String defaultValue) getNoFwd()getNoStp()boolean[]getValue()inthashCode()toString()
-
Constructor Details
-
PortConfigV10
-
PortConfigV10
Creates a copy from Source Object.- Parameters:
source- Source object
-
-
Method Details