Interface IpAddresses.Builder

    • Method Detail

      • ipV4Addresses

        IpAddresses.Builder ipV4Addresses​(Collection<String> ipV4Addresses)

        The IpV4 address of the network.

        Parameters:
        ipV4Addresses - The IpV4 address of the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipV4Addresses

        IpAddresses.Builder ipV4Addresses​(String... ipV4Addresses)

        The IpV4 address of the network.

        Parameters:
        ipV4Addresses - The IpV4 address of the network.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipV6Addresses

        IpAddresses.Builder ipV6Addresses​(Collection<String> ipV6Addresses)

        The IpV6 address for the network and node component.

        Parameters:
        ipV6Addresses - The IpV6 address for the network and node component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipV6Addresses

        IpAddresses.Builder ipV6Addresses​(String... ipV6Addresses)

        The IpV6 address for the network and node component.

        Parameters:
        ipV6Addresses - The IpV6 address for the network and node component.
        Returns:
        Returns a reference to this object so that method calls can be chained together.