@Stability(value=Stable)
public static interface CfnCoreNetwork.CoreNetworkEdgeProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkmanager.*;
CoreNetworkEdgeProperty coreNetworkEdgeProperty = CoreNetworkEdgeProperty.builder()
.asn(123)
.edgeLocation("edgeLocation")
.insideCidrBlocks(List.of("insideCidrBlocks"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCoreNetwork.CoreNetworkEdgeProperty.Builder
A builder for
CfnCoreNetwork.CoreNetworkEdgeProperty |
static class |
CfnCoreNetwork.CoreNetworkEdgeProperty.Jsii$Proxy
An implementation for
CfnCoreNetwork.CoreNetworkEdgeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCoreNetwork.CoreNetworkEdgeProperty.Builder |
builder() |
default Number |
getAsn()
The ASN of a core network edge.
|
default String |
getEdgeLocation()
The Region where a core network edge is located.
|
default List<String> |
getInsideCidrBlocks()
The inside IP addresses used for core network edges.
|
@Stability(value=Stable) @Nullable default Number getAsn()
@Stability(value=Stable) @Nullable default String getEdgeLocation()
@Stability(value=Stable) @Nullable default List<String> getInsideCidrBlocks()
@Stability(value=Stable) static CfnCoreNetwork.CoreNetworkEdgeProperty.Builder builder()
Copyright © 2022. All rights reserved.