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