Interface InstanceIpv6Address.Builder

  • Method Details

    • ipv6Address

      InstanceIpv6Address.Builder ipv6Address(String ipv6Address)

      Specific IPv6 address assigned to the instance.

      Parameters:
      ipv6Address - Specific IPv6 address assigned to the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isPrimaryIpv6

      InstanceIpv6Address.Builder isPrimaryIpv6(Boolean isPrimaryIpv6)

      Indicates if this is the primary IPv6 address for the instance.

      Parameters:
      isPrimaryIpv6 - Indicates if this is the primary IPv6 address for the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.