Uses of Class
com.oracle.bmc.dblm.model.HostInfo
-
Packages that use HostInfo Package Description com.oracle.bmc.dblm.model -
-
Uses of HostInfo in com.oracle.bmc.dblm.model
Methods in com.oracle.bmc.dblm.model that return HostInfo Modifier and Type Method Description HostInfo
HostInfo.Builder. build()
Methods in com.oracle.bmc.dblm.model that return types with arguments of type HostInfo Modifier and Type Method Description List<HostInfo>
ResourceInfo. getHostInfo()
host info objectsMethods in com.oracle.bmc.dblm.model with parameters of type HostInfo Modifier and Type Method Description HostInfo.Builder
HostInfo.Builder. copy(HostInfo model)
Method parameters in com.oracle.bmc.dblm.model with type arguments of type HostInfo Modifier and Type Method Description ResourceInfo.Builder
ResourceInfo.Builder. hostInfo(List<HostInfo> hostInfo)
host info objectsConstructor parameters in com.oracle.bmc.dblm.model with type arguments of type HostInfo Constructor Description ResourceInfo(String resourceCompartmentId, String resourceName, String resourceId, String resourceType, String deploymentType, String connectorId, Boolean isClusterDb, List<HostInfo> hostInfo, String dbVersion, String dbPlatformType, String licenseType)
Deprecated.
-