Uses of Class
org.onosproject.segmentrouting.Policy.Type
-
Packages that use Policy.Type Package Description org.onosproject.segmentrouting Segment routing application components. -
-
Uses of Policy.Type in org.onosproject.segmentrouting
Methods in org.onosproject.segmentrouting that return Policy.Type Modifier and Type Method Description Policy.TypePolicy. type()Returns the policy type.Policy.TypeTunnelPolicy. type()static Policy.TypePolicy.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Policy.Type[]Policy.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.onosproject.segmentrouting with parameters of type Policy.Type Modifier and Type Method Description TunnelPolicy.BuilderTunnelPolicy.Builder. setType(Policy.Type type)Sets the policy type.
-