Uses of Interface
org.onosproject.segmentrouting.Policy
-
Packages that use Policy Package Description org.onosproject.segmentrouting Segment routing application components. -
-
Uses of Policy in org.onosproject.segmentrouting
Classes in org.onosproject.segmentrouting that implement Policy Modifier and Type Class Description classTunnelPolicyTunnel Policy.Methods in org.onosproject.segmentrouting that return Policy Modifier and Type Method Description PolicyTunnelPolicy.Builder. build()Builds the policy.Methods in org.onosproject.segmentrouting that return types with arguments of type Policy Modifier and Type Method Description List<Policy>PolicyHandler. getPolicies()Returns the policies.List<Policy>SegmentRoutingManager. getPolicies()List<Policy>SegmentRoutingService. getPolicies()Returns all policies.Methods in org.onosproject.segmentrouting with parameters of type Policy 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.Constructor parameters in org.onosproject.segmentrouting with type arguments of type Policy Constructor Description PolicyHandler(org.onosproject.core.ApplicationId appId, DeviceConfiguration deviceConfiguration, org.onosproject.net.flowobjective.FlowObjectiveService flowObjectiveService, TunnelHandler tunnelHandler, org.onosproject.store.service.EventuallyConsistentMap<String,Policy> policyStore)Constructs policy handler.
-