public static class VcnDrgAttachmentNetworkUpdateDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VcnDrgAttachmentNetworkUpdateDetails |
build() |
VcnDrgAttachmentNetworkUpdateDetails.Builder |
copy(VcnDrgAttachmentNetworkUpdateDetails model) |
VcnDrgAttachmentNetworkUpdateDetails.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.
|
VcnDrgAttachmentNetworkUpdateDetails.Builder |
vcnRouteType(VcnDrgAttachmentNetworkDetails.VcnRouteType vcnRouteType)
Indicates whether the VCN CIDRs or the individual subnet CIDRs are imported from the
attachment.
|
public VcnDrgAttachmentNetworkUpdateDetails.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.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 VcnDrgAttachmentNetworkUpdateDetails.Builder vcnRouteType(VcnDrgAttachmentNetworkDetails.VcnRouteType vcnRouteType)
Indicates whether the VCN CIDRs or the individual subnet CIDRs are imported from the attachment. Routes from the VCN ingress route table are always imported.
vcnRouteType
- the value to setpublic VcnDrgAttachmentNetworkUpdateDetails build()
public VcnDrgAttachmentNetworkUpdateDetails.Builder copy(VcnDrgAttachmentNetworkUpdateDetails model)
Copyright © 2016–2024. All rights reserved.