Uses of Class
com.oracle.bmc.core.model.DrgAttachmentNetworkDetails
-
Packages that use DrgAttachmentNetworkDetails Package Description com.oracle.bmc.core.model -
-
Uses of DrgAttachmentNetworkDetails in com.oracle.bmc.core.model
Subclasses of DrgAttachmentNetworkDetails in com.oracle.bmc.core.model Modifier and Type Class Description class
IpsecTunnelDrgAttachmentNetworkDetails
Specifies the IPSec tunnel attached to the DRG.class
LoopBackDrgAttachmentNetworkDetails
Specifies the loopback attachment on the DRG.class
RemotePeeringConnectionDrgAttachmentNetworkDetails
Specifies the DRG attachment to another DRG.class
VcnDrgAttachmentNetworkDetails
Specifies details within the VCN.class
VirtualCircuitDrgAttachmentNetworkDetails
Specifies the virtual circuit attached to the DRG.Methods in com.oracle.bmc.core.model that return DrgAttachmentNetworkDetails Modifier and Type Method Description DrgAttachmentNetworkDetails
DrgAttachment. getNetworkDetails()
Methods in com.oracle.bmc.core.model with parameters of type DrgAttachmentNetworkDetails Modifier and Type Method Description DrgAttachment.Builder
DrgAttachment.Builder. networkDetails(DrgAttachmentNetworkDetails networkDetails)
Constructors in com.oracle.bmc.core.model with parameters of type DrgAttachmentNetworkDetails Constructor Description DrgAttachment(String compartmentId, String displayName, String drgId, String id, DrgAttachment.LifecycleState lifecycleState, Date timeCreated, String drgRouteTableId, DrgAttachmentNetworkDetails networkDetails, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String routeTableId, String vcnId, String exportDrgRouteDistributionId, Boolean isCrossTenancy)
Deprecated.
-