Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgAttachmentNetworkDetails
-
Packages that use DrgAttachmentNetworkDetails Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgAttachmentNetworkDetails in com.oracle.bmc.vnmonitoring.model
Subclasses of DrgAttachmentNetworkDetails in com.oracle.bmc.vnmonitoring.model Modifier and Type Class Description classFlexTunnelDrgAttachmentNetworkDetailsSpecifies the flex tunnel attached to the DRG.classInternetDrgAttachmentNetworkDetailsDetails for an “Internet” attachment for a DRG
Note: Objects should always be created or deserialized using theInternetDrgAttachmentNetworkDetails.Builder.classIpsecTunnelDrgAttachmentNetworkDetailsSpecifies the IPSec tunnel attached to the DRG.classLoopBackDrgAttachmentNetworkDetailsSpecifies the loopback attachment on the DRG.classRemotePeeringConnectionDrgAttachmentNetworkDetailsSpecifies the DRG attachment to another DRG.classVcnDrgAttachmentNetworkDetailsSpecifies details within the VCN.classVirtualCircuitDrgAttachmentNetworkDetailsSpecifies the virtual circuit attached to the DRG.Methods in com.oracle.bmc.vnmonitoring.model that return DrgAttachmentNetworkDetails Modifier and Type Method Description DrgAttachmentNetworkDetailsDrgAttachment. getNetworkDetails()Methods in com.oracle.bmc.vnmonitoring.model with parameters of type DrgAttachmentNetworkDetails Modifier and Type Method Description DrgAttachment.BuilderDrgAttachment.Builder. networkDetails(DrgAttachmentNetworkDetails networkDetails)Constructors in com.oracle.bmc.vnmonitoring.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 vcnId, String exportDrgRouteDistributionId, Boolean isCrossTenancy)Deprecated.
-