Uses of Class
com.oracle.bmc.opsi.model.EnableExadataInsightDetails
-
Packages that use EnableExadataInsightDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of EnableExadataInsightDetails in com.oracle.bmc.opsi.model
Subclasses of EnableExadataInsightDetails in com.oracle.bmc.opsi.model Modifier and Type Class Description class
EnableEmManagedExternalExadataInsightDetails
The information about the Exadata system to be analyzed.class
EnableMacsManagedCloudExadataInsightDetails
The information about the Exadata system to be analyzed.class
EnablePeComanagedExadataInsightDetails
The information about the Exadata system to be analyzed. -
Uses of EnableExadataInsightDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return EnableExadataInsightDetails Modifier and Type Method Description EnableExadataInsightDetails
EnableExadataInsightRequest. getBody$()
Alternative accessor for the body parameter.EnableExadataInsightDetails
EnableExadataInsightRequest. getEnableExadataInsightDetails()
Details for the Exadata system to be enabled in Operations Insights.Methods in com.oracle.bmc.opsi.requests with parameters of type EnableExadataInsightDetails Modifier and Type Method Description EnableExadataInsightRequest.Builder
EnableExadataInsightRequest.Builder. body$(EnableExadataInsightDetails body)
Alternative setter for the body parameter.EnableExadataInsightRequest.Builder
EnableExadataInsightRequest.Builder. enableExadataInsightDetails(EnableExadataInsightDetails enableExadataInsightDetails)
Details for the Exadata system to be enabled in Operations Insights.
-