Uses of Class
com.oracle.bmc.core.model.VcnDrgAttachmentNetworkUpdateDetails.Builder
-
Packages that use VcnDrgAttachmentNetworkUpdateDetails.Builder Package Description com.oracle.bmc.core.model -
-
Uses of VcnDrgAttachmentNetworkUpdateDetails.Builder in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return VcnDrgAttachmentNetworkUpdateDetails.Builder Modifier and Type Method Description static VcnDrgAttachmentNetworkUpdateDetails.Builder
VcnDrgAttachmentNetworkUpdateDetails. builder()
Create a new builder.VcnDrgAttachmentNetworkUpdateDetails.Builder
VcnDrgAttachmentNetworkUpdateDetails.Builder. copy(VcnDrgAttachmentNetworkUpdateDetails model)
VcnDrgAttachmentNetworkUpdateDetails.Builder
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
VcnDrgAttachmentNetworkUpdateDetails. toBuilder()
VcnDrgAttachmentNetworkUpdateDetails.Builder
VcnDrgAttachmentNetworkUpdateDetails.Builder. vcnRouteType(VcnDrgAttachmentNetworkDetails.VcnRouteType vcnRouteType)
Indicates whether the VCN CIDRs or the individual subnet CIDRs are imported from the attachment.
-