Interface IpamRouteOverlap.Builder

  • Method Details

    • prefix

      The overlapping IP address prefix in CIDR notation.

      Parameters:
      prefix - The overlapping IP address prefix in CIDR notation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • asn

      The ASN originating the overlapping route.

      Parameters:
      asn - The ASN originating the overlapping route.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • detectedAt

      IpamRouteOverlap.Builder detectedAt(Instant detectedAt)

      The time when the overlap was detected.

      Parameters:
      detectedAt - The time when the overlap was detected.
      Returns:
      Returns a reference to this object so that method calls can be chained together.