Class FlexTunnelBgpSession.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.FlexTunnelBgpSession.Builder
-
- Enclosing class:
- FlexTunnelBgpSession
public static class FlexTunnelBgpSession.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlexTunnelBgpSessionbuild()FlexTunnelBgpSession.Buildercopy(FlexTunnelBgpSession model)FlexTunnelBgpSession.BuildercustomerBgpAsn(String customerBgpAsn)The BGP ASN of the network on your end of the BGP session.FlexTunnelBgpSession.BuildercustomerBgpIp(String customerBgpIp)This IPv4 CIDR block is for your end of the inside tunnel interface.FlexTunnelBgpSession.BuildercustomerBgpIpv6(String customerBgpIpv6)This IPv6 prefix is for your end of the inside tunnel interface.FlexTunnelBgpSession.BuilderoracleBgpAsn(String oracleBgpAsn)The Oracle BPG ASN number.FlexTunnelBgpSession.BuilderoracleBgpIp(String oracleBgpIp)The IPv4 CIDR block for the Oracle end of the inside tunnel interface.FlexTunnelBgpSession.BuilderoracleBgpIpv6(String oracleBgpIpv6)The IPv6 prefix block for the Oracle end of the inside tunnel interface.
-
-
-
Method Detail
-
customerBgpAsn
public FlexTunnelBgpSession.Builder customerBgpAsn(String customerBgpAsn)
The BGP ASN of the network on your end of the BGP session.- Parameters:
customerBgpAsn- the value to set- Returns:
- this builder
-
oracleBgpAsn
public FlexTunnelBgpSession.Builder oracleBgpAsn(String oracleBgpAsn)
The Oracle BPG ASN number.- Parameters:
oracleBgpAsn- the value to set- Returns:
- this builder
-
customerBgpIp
public FlexTunnelBgpSession.Builder customerBgpIp(String customerBgpIp)
This IPv4 CIDR block is for your end of the inside tunnel interface.- Parameters:
customerBgpIp- the value to set- Returns:
- this builder
-
oracleBgpIp
public FlexTunnelBgpSession.Builder oracleBgpIp(String oracleBgpIp)
The IPv4 CIDR block for the Oracle end of the inside tunnel interface.- Parameters:
oracleBgpIp- the value to set- Returns:
- this builder
-
customerBgpIpv6
public FlexTunnelBgpSession.Builder customerBgpIpv6(String customerBgpIpv6)
This IPv6 prefix is for your end of the inside tunnel interface.- Parameters:
customerBgpIpv6- the value to set- Returns:
- this builder
-
oracleBgpIpv6
public FlexTunnelBgpSession.Builder oracleBgpIpv6(String oracleBgpIpv6)
The IPv6 prefix block for the Oracle end of the inside tunnel interface.- Parameters:
oracleBgpIpv6- the value to set- Returns:
- this builder
-
build
public FlexTunnelBgpSession build()
-
copy
public FlexTunnelBgpSession.Builder copy(FlexTunnelBgpSession model)
-
-