Interface NetworkFunction.DefinitionStages.WithNetworkFunctionUserConfigurations

All Known Subinterfaces:
NetworkFunction.Definition, NetworkFunction.DefinitionStages.WithCreate
Enclosing interface:
NetworkFunction.DefinitionStages

public static interface NetworkFunction.DefinitionStages.WithNetworkFunctionUserConfigurations
The stage of the NetworkFunction definition allowing to specify networkFunctionUserConfigurations.
  • Method Details

    • withNetworkFunctionUserConfigurations

      NetworkFunction.DefinitionStages.WithCreate withNetworkFunctionUserConfigurations(List<NetworkFunctionUserConfiguration> networkFunctionUserConfigurations)
      Specifies the networkFunctionUserConfigurations property: The network function configurations from the user..
      Parameters:
      networkFunctionUserConfigurations - The network function configurations from the user.
      Returns:
      the next definition stage.