Package | Description |
---|---|
com.oracle.bmc.vnmonitoring.model |
Modifier and Type | Method and Description |
---|---|
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.bgpIpv6State(BgpSessionInfo.BgpIpv6State bgpIpv6State)
The state of the BGP IPv6 session.
|
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.bgpState(BgpSessionInfo.BgpState bgpState)
The state of the BGP session.
|
static BgpSessionInfo.Builder |
BgpSessionInfo.builder()
Create a new builder.
|
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.copy(BgpSessionInfo model) |
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.customerBgpAsn(String customerBgpAsn)
If the tunnel’s
routing attribute is set to BGP (see IPSecConnectionTunnel ), this ASN is required and used for the tunnel’s BGP session. |
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.customerInterfaceIp(String customerInterfaceIp)
The IP address for the CPE end of the inside tunnel interface.
|
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.customerInterfaceIpv6(String customerInterfaceIpv6)
The IPv6 address for the CPE end of the inside tunnel interface.
|
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.oracleBgpAsn(String oracleBgpAsn)
The Oracle BGP ASN.
|
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.oracleInterfaceIp(String oracleInterfaceIp)
The IP address for the Oracle end of the inside tunnel interface.
|
BgpSessionInfo.Builder |
BgpSessionInfo.Builder.oracleInterfaceIpv6(String oracleInterfaceIpv6)
The IPv6 address for the Oracle end of the inside tunnel interface.
|
BgpSessionInfo.Builder |
BgpSessionInfo.toBuilder() |
Copyright © 2016–2024. All rights reserved.