Interface SimPolicy.DefinitionStages.WithDefaultSlice

  • All Known Subinterfaces:
    SimPolicy.Definition
    Enclosing interface:
    SimPolicy.DefinitionStages

    public static interface SimPolicy.DefinitionStages.WithDefaultSlice
    The stage of the SimPolicy definition allowing to specify defaultSlice.
    • Method Detail

      • withDefaultSlice

        SimPolicy.DefinitionStages.WithSliceConfigurations withDefaultSlice​(SliceResourceId defaultSlice)
        Specifies the defaultSlice property: The default slice to use if the UE does not explicitly specify it. This slice must exist in the `sliceConfigurations` map..
        Parameters:
        defaultSlice - The default slice to use if the UE does not explicitly specify it. This slice must exist in the `sliceConfigurations` map.
        Returns:
        the next definition stage.