Uses of Class
com.oracle.bmc.vnmonitoring.model.DrgAttachmentNetworkUpdateDetails
-
Packages that use DrgAttachmentNetworkUpdateDetails Package Description com.oracle.bmc.vnmonitoring.model -
-
Uses of DrgAttachmentNetworkUpdateDetails in com.oracle.bmc.vnmonitoring.model
Subclasses of DrgAttachmentNetworkUpdateDetails in com.oracle.bmc.vnmonitoring.model Modifier and Type Class Description class
VcnDrgAttachmentNetworkUpdateDetails
Specifies the update details for the VCN attachment.Methods in com.oracle.bmc.vnmonitoring.model that return DrgAttachmentNetworkUpdateDetails Modifier and Type Method Description DrgAttachmentNetworkUpdateDetails
UpdateDrgAttachmentDetails. getNetworkDetails()
Methods in com.oracle.bmc.vnmonitoring.model with parameters of type DrgAttachmentNetworkUpdateDetails Modifier and Type Method Description UpdateDrgAttachmentDetails.Builder
UpdateDrgAttachmentDetails.Builder. networkDetails(DrgAttachmentNetworkUpdateDetails networkDetails)
Constructors in com.oracle.bmc.vnmonitoring.model with parameters of type DrgAttachmentNetworkUpdateDetails Constructor Description UpdateDrgAttachmentDetails(String displayName, String drgRouteTableId, DrgAttachmentNetworkUpdateDetails networkDetails, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String exportDrgRouteDistributionId, String routeTableId)
Deprecated.
-