Uses of Class
com.oracle.bmc.opsi.model.CreateHostInsightDetails
-
Packages that use CreateHostInsightDetails Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.requests -
-
Uses of CreateHostInsightDetails in com.oracle.bmc.opsi.model
Subclasses of CreateHostInsightDetails in com.oracle.bmc.opsi.model Modifier and Type Class Description class
CreateEmManagedExternalHostInsightDetails
The information about the EM-managed external host to be analyzed.class
CreateMacsManagedCloudHostInsightDetails
The information about the Compute Instance host to be analyzed.class
CreateMacsManagedExternalHostInsightDetails
The information about the MACS-managed external host to be analyzed. -
Uses of CreateHostInsightDetails in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return CreateHostInsightDetails Modifier and Type Method Description CreateHostInsightDetails
CreateHostInsightRequest. getBody$()
Alternative accessor for the body parameter.CreateHostInsightDetails
CreateHostInsightRequest. getCreateHostInsightDetails()
Details for the host for which a Host Insight resource will be created in Ops Insights.Methods in com.oracle.bmc.opsi.requests with parameters of type CreateHostInsightDetails Modifier and Type Method Description CreateHostInsightRequest.Builder
CreateHostInsightRequest.Builder. body$(CreateHostInsightDetails body)
Alternative setter for the body parameter.CreateHostInsightRequest.Builder
CreateHostInsightRequest.Builder. createHostInsightDetails(CreateHostInsightDetails createHostInsightDetails)
Details for the host for which a Host Insight resource will be created in Ops Insights.
-