Uses of Class
com.oracle.bmc.opsi.model.CreateExadataInsightDetails
-
Packages that use CreateExadataInsightDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of CreateExadataInsightDetails in com.oracle.bmc.opsi.model
Subclasses of CreateExadataInsightDetails in com.oracle.bmc.opsi.model Modifier and Type Class Description class
CreateEmManagedExternalExadataInsightDetails
The information about the Exadata system to be analyzed.class
CreateMacsManagedCloudExadataInsightDetails
The information about the Exadata system to be analyzed.class
CreatePeComanagedExadataInsightDetails
The information about the Exadata system to be analyzed. -
Uses of CreateExadataInsightDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return CreateExadataInsightDetails Modifier and Type Method Description CreateExadataInsightDetails
CreateExadataInsightRequest. getBody$()
Alternative accessor for the body parameter.CreateExadataInsightDetails
CreateExadataInsightRequest. getCreateExadataInsightDetails()
Details for the Exadata system for which an Exadata insight resource will be created in Operations Insights.Methods in com.oracle.bmc.opsi.requests with parameters of type CreateExadataInsightDetails Modifier and Type Method Description CreateExadataInsightRequest.Builder
CreateExadataInsightRequest.Builder. body$(CreateExadataInsightDetails body)
Alternative setter for the body parameter.CreateExadataInsightRequest.Builder
CreateExadataInsightRequest.Builder. createExadataInsightDetails(CreateExadataInsightDetails createExadataInsightDetails)
Details for the Exadata system for which an Exadata insight resource will be created in Operations Insights.
-