Interface IPRange.Builder

    • Method Detail

      • status

        IPRange.Builder status​(String status)

        The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".

        Parameters:
        status - The status of the IP range. Status can be "authorizing", "authorized", "revoking", and "revoked".
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cidrip

        IPRange.Builder cidrip​(String cidrip)

        The IP range.

        Parameters:
        cidrip - The IP range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.