Class SimStaticIpPropertiesStaticIp


  • public final class SimStaticIpPropertiesStaticIp
    extends Object
    The static IP configuration for the sim to use at the defined network scope.
    • Constructor Detail

      • SimStaticIpPropertiesStaticIp

        public SimStaticIpPropertiesStaticIp()
    • Method Detail

      • ipv4Address

        public String ipv4Address()
        Get the ipv4Address property: The IPv4 address assigned to the sim at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attachedDataNetwork.
        Returns:
        the ipv4Address value.
      • withIpv4Address

        public SimStaticIpPropertiesStaticIp withIpv4Address​(String ipv4Address)
        Set the ipv4Address property: The IPv4 address assigned to the sim at this network scope. This address must be in the userEquipmentStaticAddressPoolPrefix defined in the attachedDataNetwork.
        Parameters:
        ipv4Address - the ipv4Address value to set.
        Returns:
        the SimStaticIpPropertiesStaticIp object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.