Interface AttachedDataNetwork.DefinitionStages.WithUserEquipmentStaticAddressPoolPrefix

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

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

    • withUserEquipmentStaticAddressPoolPrefix

      AttachedDataNetwork.DefinitionStages.WithCreate withUserEquipmentStaticAddressPoolPrefix(List<String> userEquipmentStaticAddressPoolPrefix)
      Specifies the userEquipmentStaticAddressPoolPrefix property: The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource. At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined, they must be of the same size..
      Parameters:
      userEquipmentStaticAddressPoolPrefix - The user equipment (UE) address pool prefixes for the attached data network from which the packet core instance will assign static IP addresses to UEs. The packet core instance assigns an IP address to a UE when the UE sets up a PDU session. The static IP address for a specific UE is set in StaticIPConfiguration on the corresponding SIM resource. At least one of userEquipmentAddressPoolPrefix and userEquipmentStaticAddressPoolPrefix must be defined. If both are defined, they must be of the same size.
      Returns:
      the next definition stage.