Class SimStaticIpPropertiesStaticIp

java.lang.Object
com.azure.resourcemanager.mobilenetwork.models.SimStaticIpPropertiesStaticIp

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

    • SimStaticIpPropertiesStaticIp

      public SimStaticIpPropertiesStaticIp()
  • Method Details

    • 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 attached data network.
      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 attached data network.
      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.