Class NginxPrivateIpAddress

java.lang.Object
com.azure.resourcemanager.nginx.models.NginxPrivateIpAddress

public final class NginxPrivateIpAddress extends Object
The NginxPrivateIpAddress model.
  • Constructor Details

    • NginxPrivateIpAddress

      public NginxPrivateIpAddress()
  • Method Details

    • privateIpAddress

      public String privateIpAddress()
      Get the privateIpAddress property: The privateIPAddress property.
      Returns:
      the privateIpAddress value.
    • withPrivateIpAddress

      public NginxPrivateIpAddress withPrivateIpAddress(String privateIpAddress)
      Set the privateIpAddress property: The privateIPAddress property.
      Parameters:
      privateIpAddress - the privateIpAddress value to set.
      Returns:
      the NginxPrivateIpAddress object itself.
    • privateIpAllocationMethod

      public NginxPrivateIpAllocationMethod privateIpAllocationMethod()
      Get the privateIpAllocationMethod property: The privateIPAllocationMethod property.
      Returns:
      the privateIpAllocationMethod value.
    • withPrivateIpAllocationMethod

      public NginxPrivateIpAddress withPrivateIpAllocationMethod(NginxPrivateIpAllocationMethod privateIpAllocationMethod)
      Set the privateIpAllocationMethod property: The privateIPAllocationMethod property.
      Parameters:
      privateIpAllocationMethod - the privateIpAllocationMethod value to set.
      Returns:
      the NginxPrivateIpAddress object itself.
    • subnetId

      public String subnetId()
      Get the subnetId property: The subnetId property.
      Returns:
      the subnetId value.
    • withSubnetId

      public NginxPrivateIpAddress withSubnetId(String subnetId)
      Set the subnetId property: The subnetId property.
      Parameters:
      subnetId - the subnetId value to set.
      Returns:
      the NginxPrivateIpAddress object itself.
    • validate

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