java.lang.Object
com.azure.resourcemanager.hanaonazure.models.IpAddress

public final class IpAddress extends Object
Specifies the IP address of the network interface.
  • Constructor Details

    • IpAddress

      public IpAddress()
      Creates an instance of IpAddress class.
  • Method Details

    • ipAddress

      public String ipAddress()
      Get the ipAddress property: Specifies the IP address of the network interface.
      Returns:
      the ipAddress value.
    • withIpAddress

      public IpAddress withIpAddress(String ipAddress)
      Set the ipAddress property: Specifies the IP address of the network interface.
      Parameters:
      ipAddress - the ipAddress value to set.
      Returns:
      the IpAddress object itself.
    • validate

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