Interface CoreNetworkEdge.Builder

    • Method Detail

      • edgeLocation

        CoreNetworkEdge.Builder edgeLocation​(String edgeLocation)

        The Region where a core network edge is located.

        Parameters:
        edgeLocation - The Region where a core network edge is located.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • asn

        CoreNetworkEdge.Builder asn​(Long asn)

        The ASN of a core network edge.

        Parameters:
        asn - The ASN of a core network edge.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insideCidrBlocks

        CoreNetworkEdge.Builder insideCidrBlocks​(Collection<String> insideCidrBlocks)

        The inside IP addresses used for core network edges.

        Parameters:
        insideCidrBlocks - The inside IP addresses used for core network edges.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insideCidrBlocks

        CoreNetworkEdge.Builder insideCidrBlocks​(String... insideCidrBlocks)

        The inside IP addresses used for core network edges.

        Parameters:
        insideCidrBlocks - The inside IP addresses used for core network edges.
        Returns:
        Returns a reference to this object so that method calls can be chained together.