public static class VcnDrgAttachmentNetworkDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VcnDrgAttachmentNetworkDetails |
build() |
VcnDrgAttachmentNetworkDetails.Builder |
copy(VcnDrgAttachmentNetworkDetails model) |
VcnDrgAttachmentNetworkDetails.Builder |
id(String id) |
VcnDrgAttachmentNetworkDetails.Builder |
routeTableId(String routeTableId)
The OCID of the route table the DRG attachment is using.
|
public VcnDrgAttachmentNetworkDetails.Builder id(String id)
public VcnDrgAttachmentNetworkDetails.Builder routeTableId(String routeTableId)
The OCID of the route table the DRG attachment is using.
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.cloud.oracle.com/iaas/Content/Network/Tasks/transitrouting.htm) * [Transit Routing: Private Access to Oracle Services](https://docs.cloud.oracle.com/iaas/Content/Network/Tasks/transitroutingoracleservices.htm)
routeTableId
- the value to setpublic VcnDrgAttachmentNetworkDetails build()
public VcnDrgAttachmentNetworkDetails.Builder copy(VcnDrgAttachmentNetworkDetails model)
Copyright © 2016–2023. All rights reserved.