Uses of Class
com.oracle.bmc.opsi.model.HostInsight
-
Packages that use HostInsight Package Description com.oracle.bmc.opsi.model com.oracle.bmc.opsi.responses -
-
Uses of HostInsight in com.oracle.bmc.opsi.model
Subclasses of HostInsight in com.oracle.bmc.opsi.model Modifier and Type Class Description class
EmManagedExternalHostInsight
EM-managed external host insight resource.class
MacsManagedCloudDatabaseHostInsight
Cloud MACS-managed database host insight resource.class
MacsManagedCloudHostInsight
MACS-managed OCI Compute host insight resource.class
MacsManagedExternalHostInsight
MACS-managed external host insight resource.class
PeComanagedHostInsight
Private Endpoint host insight resource. -
Uses of HostInsight in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return HostInsight Modifier and Type Method Description HostInsight
CreateHostInsightResponse. getHostInsight()
The returned HostInsight instance.HostInsight
GetHostInsightResponse. getHostInsight()
The returned HostInsight instance.Methods in com.oracle.bmc.opsi.responses with parameters of type HostInsight Modifier and Type Method Description CreateHostInsightResponse.Builder
CreateHostInsightResponse.Builder. hostInsight(HostInsight hostInsight)
The returned HostInsight instance.GetHostInsightResponse.Builder
GetHostInsightResponse.Builder. hostInsight(HostInsight hostInsight)
The returned HostInsight instance.
-