Uses of Class
com.oracle.bmc.vnmonitoring.model.BgpSessionInfo.Builder
-
Packages that use BgpSessionInfo.Builder Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of BgpSessionInfo.Builder in com.oracle.bmc.vnmonitoring.model
Methods in com.oracle.bmc.vnmonitoring.model that return BgpSessionInfo.Builder Modifier and Type Method 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 (seeIPSecConnectionTunnel
), 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()
-