Interface IpAddressMember.Builder

  • Method Details

    • ipAddress

      IpAddressMember.Builder ipAddress(String ipAddress)

      The IP address.

      Parameters:
      ipAddress - The IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • primary

      IpAddressMember.Builder primary(Boolean primary)

      The primary IP address.

      Parameters:
      primary - The primary IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • allocationType

      IpAddressMember.Builder allocationType(String allocationType)

      The type of allocation for the IP address.

      Parameters:
      allocationType - The type of allocation for the IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • allocationType

      IpAddressMember.Builder allocationType(AllocationType allocationType)

      The type of allocation for the IP address.

      Parameters:
      allocationType - The type of allocation for the IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: