Class RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.vnmonitoring.model.RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Builder
-
- Enclosing class:
- RemotePeeringConnectionDrgAttachmentNetworkCreateDetails
public static class RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RemotePeeringConnectionDrgAttachmentNetworkCreateDetailsbuild()RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.BuildercompartmentId(String compartmentId)The OCID of compartment that contains the remote peering connection.RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Buildercopy(RemotePeeringConnectionDrgAttachmentNetworkCreateDetails model)RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Builderid(String id)RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.BuilderisGlobalFastConnect(Boolean isGlobalFastConnect)Whether the RPC attachment is for a GFC DRG, indicating the mpls label should be allocated from the VC label range.RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.BuilderregionalOciAsn(String regionalOciAsn)The BGP ASN to use for the remote peering connection’s route target.
-
-
-
Method Detail
-
id
public RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Builder id(String id)
-
compartmentId
public RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Builder compartmentId(String compartmentId)
The OCID of compartment that contains the remote peering connection.- Parameters:
compartmentId- the value to set- Returns:
- this builder
-
regionalOciAsn
public RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Builder regionalOciAsn(String regionalOciAsn)
The BGP ASN to use for the remote peering connection’s route target.- Parameters:
regionalOciAsn- the value to set- Returns:
- this builder
-
isGlobalFastConnect
public RemotePeeringConnectionDrgAttachmentNetworkCreateDetails.Builder isGlobalFastConnect(Boolean isGlobalFastConnect)
Whether the RPC attachment is for a GFC DRG, indicating the mpls label should be allocated from the VC label range.Example: true
- Parameters:
isGlobalFastConnect- the value to set- Returns:
- this builder
-
build
public RemotePeeringConnectionDrgAttachmentNetworkCreateDetails build()
-
-