Class UpdateDrgAttachmentDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.vnmonitoring.model.UpdateDrgAttachmentDetails.Builder
 
- 
- Enclosing class:
- UpdateDrgAttachmentDetails
 
 public static class UpdateDrgAttachmentDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDrgAttachmentDetailsbuild()UpdateDrgAttachmentDetails.Buildercopy(UpdateDrgAttachmentDetails model)UpdateDrgAttachmentDetails.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)Defined tags for this resource.UpdateDrgAttachmentDetails.BuilderdisplayName(String displayName)A user-friendly name.UpdateDrgAttachmentDetails.BuilderdrgRouteTableId(String drgRouteTableId)The OCID of the DRG route table that is assigned to this attachment.UpdateDrgAttachmentDetails.BuilderexportDrgRouteDistributionId(String exportDrgRouteDistributionId)The OCID of the export route distribution used to specify how routes in the assigned DRG route table are advertised out through the attachment.UpdateDrgAttachmentDetails.BuilderfreeformTags(Map<String,String> freeformTags)Simple key-value pair that is applied without any predefined name, type or scope.UpdateDrgAttachmentDetails.BuildernetworkDetails(DrgAttachmentNetworkUpdateDetails networkDetails)UpdateDrgAttachmentDetails.BuilderrouteTableId(String routeTableId)This is the OCID of the route table that is used to route the traffic as it enters a VCN through this attachment.
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateDrgAttachmentDetails.Builder displayName(String displayName) A user-friendly name.Does not have to be unique, and it’s changeable. Avoid entering confidential information. - Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
drgRouteTableIdpublic UpdateDrgAttachmentDetails.Builder drgRouteTableId(String drgRouteTableId) The OCID of the DRG route table that is assigned to this attachment.The DRG route table manages traffic inside the DRG. You can't remove a DRG route table from a DRG attachment, but you can reassign which DRG route table it uses. - Parameters:
- drgRouteTableId- the value to set
- Returns:
- this builder
 
 - 
networkDetailspublic UpdateDrgAttachmentDetails.Builder networkDetails(DrgAttachmentNetworkUpdateDetails networkDetails) 
 - 
definedTagspublic UpdateDrgAttachmentDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) Defined tags for this resource.Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Parameters:
- definedTags- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic UpdateDrgAttachmentDetails.Builder freeformTags(Map<String,String> freeformTags) Simple key-value pair that is applied without any predefined name, type or scope.Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Parameters:
- freeformTags- the value to set
- Returns:
- this builder
 
 - 
exportDrgRouteDistributionIdpublic UpdateDrgAttachmentDetails.Builder exportDrgRouteDistributionId(String exportDrgRouteDistributionId) The OCID of the export route distribution used to specify how routes in the assigned DRG route table are advertised out through the attachment.If this value is null, no routes are advertised through this attachment. - Parameters:
- exportDrgRouteDistributionId- the value to set
- Returns:
- this builder
 
 - 
routeTableIdpublic UpdateDrgAttachmentDetails.Builder routeTableId(String routeTableId) This is the OCID of the route table that is used to route the traffic as it enters a VCN through this attachment.For information about why you would associate a route table with a DRG attachment, see: [Transit Routing: Access to Multiple VCNs in Same Region](https://docs.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm) * [Transit Routing: Private Access to Oracle Services](https://docs.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm) - Parameters:
- routeTableId- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateDrgAttachmentDetails build() 
 - 
copypublic UpdateDrgAttachmentDetails.Builder copy(UpdateDrgAttachmentDetails model) 
 
- 
 
-