Interface IpamRouteOriginAuthorization.Builder

  • Method Details

    • asn

      The Autonomous System Number (ASN) authorized by the ROA.

      Parameters:
      asn - The Autonomous System Number (ASN) authorized by the ROA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • prefix

      The IP address prefix authorized by the ROA in CIDR notation.

      Parameters:
      prefix - The IP address prefix authorized by the ROA in CIDR notation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxLength

      The maximum prefix length that the ASN is authorized to announce.

      Parameters:
      maxLength - The maximum prefix length that the ASN is authorized to announce.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • match

      Specifies whether the ROA matches the route announcement.

      Parameters:
      match - Specifies whether the ROA matches the route announcement.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • expiration

      The expiration date of the ROA.

      Parameters:
      expiration - The expiration date of the ROA.
      Returns:
      Returns a reference to this object so that method calls can be chained together.