Interface VendorNetworkFunction.DefinitionStages.WithNetworkFunctionVendorConfigurations

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

public static interface VendorNetworkFunction.DefinitionStages.WithNetworkFunctionVendorConfigurations
The stage of the VendorNetworkFunction definition allowing to specify networkFunctionVendorConfigurations.
  • Method Details

    • withNetworkFunctionVendorConfigurations

      VendorNetworkFunction.DefinitionStages.WithCreate withNetworkFunctionVendorConfigurations(List<NetworkFunctionVendorConfiguration> networkFunctionVendorConfigurations)
      Specifies the networkFunctionVendorConfigurations property: An array of network function vendor configurations..
      Parameters:
      networkFunctionVendorConfigurations - An array of network function vendor configurations.
      Returns:
      the next definition stage.