Interface Sim.UpdateStages.WithStaticIpConfiguration

All Known Subinterfaces:
Sim.Update
Enclosing interface:
Sim.UpdateStages

public static interface Sim.UpdateStages.WithStaticIpConfiguration
The stage of the Sim update allowing to specify staticIpConfiguration.
  • Method Details

    • withStaticIpConfiguration

      Sim.Update withStaticIpConfiguration(List<SimStaticIpProperties> staticIpConfiguration)
      Specifies the staticIpConfiguration property: A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}..
      Parameters:
      staticIpConfiguration - A list of static IP addresses assigned to this SIM. Each address is assigned at a defined network scope, made up of {attached data network, slice}.
      Returns:
      the next definition stage.