java.lang.Object
com.azure.resourcemanager.privatedns.models.AaaaRecord

public final class AaaaRecord extends Object
An AAAA record.
  • Constructor Details

    • AaaaRecord

      public AaaaRecord()
  • Method Details

    • ipv6Address

      public String ipv6Address()
      Get the ipv6Address property: The IPv6 address of this AAAA record.
      Returns:
      the ipv6Address value.
    • withIpv6Address

      public AaaaRecord withIpv6Address(String ipv6Address)
      Set the ipv6Address property: The IPv6 address of this AAAA record.
      Parameters:
      ipv6Address - the ipv6Address value to set.
      Returns:
      the AaaaRecord object itself.
    • validate

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