public static interface CoreNetworkEdge.Builder extends SdkPojo, CopyableBuilder<CoreNetworkEdge.Builder,CoreNetworkEdge>
| Modifier and Type | Method and Description |
|---|---|
CoreNetworkEdge.Builder |
asn(Long asn)
The ASN of a core network edge.
|
CoreNetworkEdge.Builder |
edgeLocation(String edgeLocation)
The Region where a core network edge is located.
|
CoreNetworkEdge.Builder |
insideCidrBlocks(Collection<String> insideCidrBlocks)
The inside IP addresses used for core network edges.
|
CoreNetworkEdge.Builder |
insideCidrBlocks(String... insideCidrBlocks)
The inside IP addresses used for core network edges.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCoreNetworkEdge.Builder edgeLocation(String edgeLocation)
The Region where a core network edge is located.
edgeLocation - The Region where a core network edge is located.CoreNetworkEdge.Builder asn(Long asn)
The ASN of a core network edge.
asn - The ASN of a core network edge.CoreNetworkEdge.Builder insideCidrBlocks(Collection<String> insideCidrBlocks)
The inside IP addresses used for core network edges.
insideCidrBlocks - The inside IP addresses used for core network edges.CoreNetworkEdge.Builder insideCidrBlocks(String... insideCidrBlocks)
The inside IP addresses used for core network edges.
insideCidrBlocks - The inside IP addresses used for core network edges.Copyright © 2023. All rights reserved.