Uses of Class
org.onosproject.segmentrouting.PolicyHandler.Result
-
Packages that use PolicyHandler.Result Package Description org.onosproject.segmentrouting Segment routing application components. -
-
Uses of PolicyHandler.Result in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return PolicyHandler.Result Modifier and Type Method Description PolicyHandler.ResultPolicyHandler. createPolicy(Policy policy)Creates a policy using the policy information given.PolicyHandler.ResultSegmentRoutingManager. createPolicy(Policy policy)PolicyHandler.ResultSegmentRoutingService. createPolicy(Policy policy)Creates a policy.PolicyHandler.ResultPolicyHandler. removePolicy(Policy policyInfo)Removes the policy given.PolicyHandler.ResultSegmentRoutingManager. removePolicy(Policy policy)PolicyHandler.ResultSegmentRoutingService. removePolicy(Policy policy)Removes a policy.static PolicyHandler.ResultPolicyHandler.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static PolicyHandler.Result[]PolicyHandler.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-