Class VirtualCircuitDrgAttachmentNetworkDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.VirtualCircuitDrgAttachmentNetworkDetails.Builder
-
- Enclosing class:
- VirtualCircuitDrgAttachmentNetworkDetails
public static class VirtualCircuitDrgAttachmentNetworkDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VirtualCircuitDrgAttachmentNetworkDetailsbuild()VirtualCircuitDrgAttachmentNetworkDetails.BuildercommonExportRT(String commonExportRT)Common Export route target to use for the DRG Attachment instead of per-attachment route target.VirtualCircuitDrgAttachmentNetworkDetails.BuildercommonImportRT(String commonImportRT)Common Import route target to use for the DRG attachment instead of per-attachment import route target.VirtualCircuitDrgAttachmentNetworkDetails.Buildercopy(VirtualCircuitDrgAttachmentNetworkDetails model)VirtualCircuitDrgAttachmentNetworkDetails.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.VirtualCircuitDrgAttachmentNetworkDetails.Builderid(String id)VirtualCircuitDrgAttachmentNetworkDetails.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.VirtualCircuitDrgAttachmentNetworkDetails.BuilderisEdgePop(Boolean isEdgePop)This indicates whether FastConnect extends through an edge POP region.VirtualCircuitDrgAttachmentNetworkDetails.BuilderisFFAB(Boolean isFFAB)Whether the Fast Connect is an FFAB VirtualCircuit.VirtualCircuitDrgAttachmentNetworkDetails.BuilderisIngressDisintermediationEnabled(Boolean isIngressDisintermediationEnabled)This indicates whether the DRG route table associated with the DRG attachment is whitelisted for High Throughput mode.VirtualCircuitDrgAttachmentNetworkDetails.BuilderisRouteUnificationEnabled(Boolean isRouteUnificationEnabled)This indicates whether the DRG route table associated with the DRG attachment is whitelisted for route unification.VirtualCircuitDrgAttachmentNetworkDetails.BuildermplsLabel(Integer mplsLabel)The MPLS label of the DRG attachment.VirtualCircuitDrgAttachmentNetworkDetails.BuilderregionalOciAsn(String regionalOciAsn)The BGP ASN to use for the IPSec connection’s route target.VirtualCircuitDrgAttachmentNetworkDetails.BuilderregionName(String regionName)The Oracle Cloud Infrastructure region name.VirtualCircuitDrgAttachmentNetworkDetails.BuildertransportOnlyMode(Boolean transportOnlyMode)Boolean flag that determines wether all traffic over the virtual circuits is encrypted.
-
-
-
Method Detail
-
id
public VirtualCircuitDrgAttachmentNetworkDetails.Builder id(String id)
-
isFFAB
public VirtualCircuitDrgAttachmentNetworkDetails.Builder isFFAB(Boolean isFFAB)
Whether the Fast Connect is an FFAB VirtualCircuit.Example: true
- Parameters:
isFFAB- the value to set- Returns:
- this builder
-
isEdgePop
public VirtualCircuitDrgAttachmentNetworkDetails.Builder isEdgePop(Boolean isEdgePop)
This indicates whether FastConnect extends through an edge POP region.Example: true
- Parameters:
isEdgePop- the value to set- Returns:
- this builder
-
importRouteTarget
public VirtualCircuitDrgAttachmentNetworkDetails.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 VirtualCircuitDrgAttachmentNetworkDetails.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 VirtualCircuitDrgAttachmentNetworkDetails.Builder mplsLabel(Integer mplsLabel)
The MPLS label of the DRG attachment.- Parameters:
mplsLabel- the value to set- Returns:
- this builder
-
regionalOciAsn
public VirtualCircuitDrgAttachmentNetworkDetails.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
-
regionName
public VirtualCircuitDrgAttachmentNetworkDetails.Builder regionName(String regionName)
The Oracle Cloud Infrastructure region name.- Parameters:
regionName- the value to set- Returns:
- this builder
-
commonExportRT
public VirtualCircuitDrgAttachmentNetworkDetails.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 high throughput mode.
- Parameters:
commonExportRT- the value to set- Returns:
- this builder
-
commonImportRT
public VirtualCircuitDrgAttachmentNetworkDetails.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 high throughput mode.
- Parameters:
commonImportRT- the value to set- Returns:
- this builder
-
isIngressDisintermediationEnabled
public VirtualCircuitDrgAttachmentNetworkDetails.Builder isIngressDisintermediationEnabled(Boolean isIngressDisintermediationEnabled)
This indicates whether the DRG route table associated with the DRG attachment is whitelisted for High Throughput mode.Example: true
- Parameters:
isIngressDisintermediationEnabled- the value to set- Returns:
- this builder
-
isRouteUnificationEnabled
public VirtualCircuitDrgAttachmentNetworkDetails.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
-
transportOnlyMode
public VirtualCircuitDrgAttachmentNetworkDetails.Builder transportOnlyMode(Boolean transportOnlyMode)
Boolean flag that determines wether all traffic over the virtual circuits is encrypted.Example: true
- Parameters:
transportOnlyMode- the value to set- Returns:
- this builder
-
build
public VirtualCircuitDrgAttachmentNetworkDetails build()
-
copy
public VirtualCircuitDrgAttachmentNetworkDetails.Builder copy(VirtualCircuitDrgAttachmentNetworkDetails model)
-
-