Uses of Class
com.oracle.bmc.clusterhealth.model.DiagnosisSummary.Health
-
Packages that use DiagnosisSummary.Health Package Description com.oracle.bmc.clusterhealth.model -
-
Uses of DiagnosisSummary.Health in com.oracle.bmc.clusterhealth.model
Methods in com.oracle.bmc.clusterhealth.model that return DiagnosisSummary.Health Modifier and Type Method Description static DiagnosisSummary.HealthDiagnosisSummary.Health. create(String key)DiagnosisSummary.HealthDiagnosisSummary. getHealth()if the host is healthystatic DiagnosisSummary.HealthDiagnosisSummary.Health. valueOf(String name)Returns the enum constant of this type with the specified name.static DiagnosisSummary.Health[]DiagnosisSummary.Health. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.clusterhealth.model with parameters of type DiagnosisSummary.Health Modifier and Type Method Description DiagnosisSummary.BuilderDiagnosisSummary.Builder. health(DiagnosisSummary.Health health)if the host is healthyConstructors in com.oracle.bmc.clusterhealth.model with parameters of type DiagnosisSummary.Health Constructor Description DiagnosisSummary(String hostId, String instanceId, String healthCheckKey, Date timeTestRan, Date timeGenerated, List<FailedTest> failedTests, DiagnosisSummary.Health health, DiagnosisSummary.TestType testType)Deprecated.
-