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 Details

    • withDefaultSlice

      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.