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