Class LoopBackDrgAttachmentNetworkDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.LoopBackDrgAttachmentNetworkDetails.Builder
-
- Enclosing class:
- LoopBackDrgAttachmentNetworkDetails
public static class LoopBackDrgAttachmentNetworkDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LoopBackDrgAttachmentNetworkDetailsbuild()LoopBackDrgAttachmentNetworkDetails.Buildercopy(LoopBackDrgAttachmentNetworkDetails model)LoopBackDrgAttachmentNetworkDetails.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.LoopBackDrgAttachmentNetworkDetails.Builderid(String id)LoopBackDrgAttachmentNetworkDetails.Builderids(List<String> ids)The OCID of the target IPSec tunnel attachment.LoopBackDrgAttachmentNetworkDetails.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.LoopBackDrgAttachmentNetworkDetails.BuildermplsLabel(Integer mplsLabel)The MPLS label of the DRG attachment.
-
-
-
Method Detail
-
id
public LoopBackDrgAttachmentNetworkDetails.Builder id(String id)
-
ids
public LoopBackDrgAttachmentNetworkDetails.Builder ids(List<String> ids)
The OCID of the target IPSec tunnel attachment.- Parameters:
ids- the value to set- Returns:
- this builder
-
mplsLabel
public LoopBackDrgAttachmentNetworkDetails.Builder mplsLabel(Integer mplsLabel)
The MPLS label of the DRG attachment.- Parameters:
mplsLabel- the value to set- Returns:
- this builder
-
importRouteTarget
public LoopBackDrgAttachmentNetworkDetails.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 LoopBackDrgAttachmentNetworkDetails.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
-
build
public LoopBackDrgAttachmentNetworkDetails build()
-
copy
public LoopBackDrgAttachmentNetworkDetails.Builder copy(LoopBackDrgAttachmentNetworkDetails model)
-
-