@Stability(value=Stable)
public static interface CfnConnectPeer.BgpOptionsProperty
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.*; BgpOptionsProperty bgpOptionsProperty = BgpOptionsProperty.builder() .peerAsn(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnConnectPeer.BgpOptionsProperty.Builder
A builder for
CfnConnectPeer.BgpOptionsProperty |
static class |
CfnConnectPeer.BgpOptionsProperty.Jsii$Proxy
An implementation for
CfnConnectPeer.BgpOptionsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnConnectPeer.BgpOptionsProperty.Builder |
builder() |
default Number |
getPeerAsn()
The Peer ASN of the BGP.
|
@Stability(value=Stable) @Nullable default Number getPeerAsn()
@Stability(value=Stable) static CfnConnectPeer.BgpOptionsProperty.Builder builder()
Copyright © 2023. All rights reserved.