Interface AttachedDataNetwork.DefinitionStages.WithUserEquipmentAddressPoolPrefix

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

public static interface AttachedDataNetwork.DefinitionStages.WithUserEquipmentAddressPoolPrefix
The stage of the AttachedDataNetwork definition allowing to specify userEquipmentAddressPoolPrefix.
  • Method Details

    • withUserEquipmentAddressPoolPrefix

      AttachedDataNetwork.DefinitionStages.WithCreate withUserEquipmentAddressPoolPrefix(List<String> userEquipmentAddressPoolPrefix)
      Specifies the userEquipmentAddressPoolPrefix property: The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size..
      Parameters:
      userEquipmentAddressPoolPrefix - The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will dynamically assign IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. You must define at least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix. If you define both, they must be of the same size.
      Returns:
      the next definition stage.