Interface IpRoute.Builder

    • Method Detail

      • cidrIp

        IpRoute.Builder cidrIp​(String cidrIp)

        IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

        Parameters:
        cidrIp - IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your self-managed domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        IpRoute.Builder description​(String description)

        Description of the address block.

        Parameters:
        description - Description of the address block.
        Returns:
        Returns a reference to this object so that method calls can be chained together.