@Stability(value=Stable)
public static interface CfnCoreNetwork.CoreNetworkSegmentProperty
extends software.amazon.jsii.JsiiSerializable
Only attachments within this segment can communicate with each other.
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.*;
CoreNetworkSegmentProperty coreNetworkSegmentProperty = CoreNetworkSegmentProperty.builder()
.edgeLocations(List.of("edgeLocations"))
.name("name")
.sharedSegments(List.of("sharedSegments"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCoreNetwork.CoreNetworkSegmentProperty.Builder
A builder for
CfnCoreNetwork.CoreNetworkSegmentProperty |
static class |
CfnCoreNetwork.CoreNetworkSegmentProperty.Jsii$Proxy
An implementation for
CfnCoreNetwork.CoreNetworkSegmentProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCoreNetwork.CoreNetworkSegmentProperty.Builder |
builder() |
default List<String> |
getEdgeLocations()
The Regions where the edges are located.
|
default String |
getName()
The name of a core network segment.
|
default List<String> |
getSharedSegments()
The shared segments of a core network.
|
@Stability(value=Stable) @Nullable default List<String> getEdgeLocations()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<String> getSharedSegments()
@Stability(value=Stable) static CfnCoreNetwork.CoreNetworkSegmentProperty.Builder builder()
Copyright © 2022. All rights reserved.