Class IpsecTunnelDrgAttachmentNetworkDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.IpsecTunnelDrgAttachmentNetworkDetails.Builder
-
- Enclosing class:
- IpsecTunnelDrgAttachmentNetworkDetails
public static class IpsecTunnelDrgAttachmentNetworkDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IpsecTunnelDrgAttachmentNetworkDetailsbuild()IpsecTunnelDrgAttachmentNetworkDetails.BuildercommonExportRT(String commonExportRT)Common Export route target to use for the DRG Attachment instead of per-attachment route target.IpsecTunnelDrgAttachmentNetworkDetails.BuildercommonImportRT(String commonImportRT)Common Import route target to use for the DRG attachment instead of per-attachment import route target.IpsecTunnelDrgAttachmentNetworkDetails.Buildercopy(IpsecTunnelDrgAttachmentNetworkDetails model)IpsecTunnelDrgAttachmentNetworkDetails.BuilderexportRouteTarget(String exportRouteTarget)Routes which are exported to the attachment are exported to the route reflectors with the route target set to the value of the attachment’s export route target.IpsecTunnelDrgAttachmentNetworkDetails.Builderid(String id)IpsecTunnelDrgAttachmentNetworkDetails.BuilderimportRouteTarget(String importRouteTarget)Routes which may be imported from the attachment (subject to import policy) appear in the route reflectors tagged with the attachment’s import route target.IpsecTunnelDrgAttachmentNetworkDetails.BuilderingressVip(String ingressVip)IPv4 address used to encapsulate ingress traffic to the DRG through this attachmentIpsecTunnelDrgAttachmentNetworkDetails.BuilderipsecConnectionId(String ipsecConnectionId)The IPSec connection that contains the attached IPSec tunnel.IpsecTunnelDrgAttachmentNetworkDetails.BuilderisGammaDrg(Boolean isGammaDrg)Whether traffic from this network is forwarded to the El Paso Gamma VIPs (or not)IpsecTunnelDrgAttachmentNetworkDetails.BuilderisRouteUnificationEnabled(Boolean isRouteUnificationEnabled)This indicates whether the DRG route table associated with the DRG attachment is whitelisted for route unification.IpsecTunnelDrgAttachmentNetworkDetails.BuildermplsLabel(Integer mplsLabel)The MPLS label of the DRG attachment.IpsecTunnelDrgAttachmentNetworkDetails.BuilderregionalOciAsn(String regionalOciAsn)The BGP ASN to use for the IPSec connection’s route target.IpsecTunnelDrgAttachmentNetworkDetails.BuildertransportAttachmentId(String transportAttachmentId)The OCID of the virtual circuit’s DRG attachment.
-
-
-
Method Detail
-
id
public IpsecTunnelDrgAttachmentNetworkDetails.Builder id(String id)
-
ipsecConnectionId
public IpsecTunnelDrgAttachmentNetworkDetails.Builder ipsecConnectionId(String ipsecConnectionId)
The IPSec connection that contains the attached IPSec tunnel.- Parameters:
ipsecConnectionId- the value to set- Returns:
- this builder
-
importRouteTarget
public IpsecTunnelDrgAttachmentNetworkDetails.Builder importRouteTarget(String importRouteTarget)
Routes which may be imported from the attachment (subject to import policy) appear in the route reflectors tagged with the attachment’s import route target.- Parameters:
importRouteTarget- the value to set- Returns:
- this builder
-
exportRouteTarget
public IpsecTunnelDrgAttachmentNetworkDetails.Builder exportRouteTarget(String exportRouteTarget)
Routes which are exported to the attachment are exported to the route reflectors with the route target set to the value of the attachment’s export route target.- Parameters:
exportRouteTarget- the value to set- Returns:
- this builder
-
mplsLabel
public IpsecTunnelDrgAttachmentNetworkDetails.Builder mplsLabel(Integer mplsLabel)
The MPLS label of the DRG attachment.- Parameters:
mplsLabel- the value to set- Returns:
- this builder
-
regionalOciAsn
public IpsecTunnelDrgAttachmentNetworkDetails.Builder regionalOciAsn(String regionalOciAsn)
The BGP ASN to use for the IPSec connection’s route target.- Parameters:
regionalOciAsn- the value to set- Returns:
- this builder
-
ingressVip
public IpsecTunnelDrgAttachmentNetworkDetails.Builder ingressVip(String ingressVip)
IPv4 address used to encapsulate ingress traffic to the DRG through this attachment- Parameters:
ingressVip- the value to set- Returns:
- this builder
-
isGammaDrg
public IpsecTunnelDrgAttachmentNetworkDetails.Builder isGammaDrg(Boolean isGammaDrg)
Whether traffic from this network is forwarded to the El Paso Gamma VIPs (or not)- Parameters:
isGammaDrg- the value to set- Returns:
- this builder
-
commonExportRT
public IpsecTunnelDrgAttachmentNetworkDetails.Builder commonExportRT(String commonExportRT)
Common Export route target to use for the DRG Attachment instead of per-attachment route target.This is applicable to DRG attachments that are assigned to a DRG route table which is whitelisted for route unification.
- Parameters:
commonExportRT- the value to set- Returns:
- this builder
-
commonImportRT
public IpsecTunnelDrgAttachmentNetworkDetails.Builder commonImportRT(String commonImportRT)
Common Import route target to use for the DRG attachment instead of per-attachment import route target.This is applicable to DRG attachments that are assigned to a DRG route table which is whitelisted for route unification.
- Parameters:
commonImportRT- the value to set- Returns:
- this builder
-
isRouteUnificationEnabled
public IpsecTunnelDrgAttachmentNetworkDetails.Builder isRouteUnificationEnabled(Boolean isRouteUnificationEnabled)
This indicates whether the DRG route table associated with the DRG attachment is whitelisted for route unification.Example: true
- Parameters:
isRouteUnificationEnabled- the value to set- Returns:
- this builder
-
transportAttachmentId
public IpsecTunnelDrgAttachmentNetworkDetails.Builder transportAttachmentId(String transportAttachmentId)
The OCID of the virtual circuit’s DRG attachment.- Parameters:
transportAttachmentId- the value to set- Returns:
- this builder
-
build
public IpsecTunnelDrgAttachmentNetworkDetails build()
-
copy
public IpsecTunnelDrgAttachmentNetworkDetails.Builder copy(IpsecTunnelDrgAttachmentNetworkDetails model)
-
-