Uses of Class
com.oracle.bmc.core.model.ComputeHost.Health
-
Packages that use ComputeHost.Health Package Description com.oracle.bmc.core.model -
-
Uses of ComputeHost.Health in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return ComputeHost.Health Modifier and Type Method Description static ComputeHost.HealthComputeHost.Health. create(String key)ComputeHost.HealthComputeHost. getHealth()The heathy state of the hostComputeHost.HealthComputeHostSummary. getHealth()The heathy state of the hoststatic ComputeHost.HealthComputeHost.Health. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputeHost.Health[]ComputeHost.Health. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.model with parameters of type ComputeHost.Health Modifier and Type Method Description ComputeHost.BuilderComputeHost.Builder. health(ComputeHost.Health health)The heathy state of the hostComputeHostSummary.BuilderComputeHostSummary.Builder. health(ComputeHost.Health health)The heathy state of the hostConstructors in com.oracle.bmc.core.model with parameters of type ComputeHost.Health Constructor Description ComputeHost(String availabilityDomain, String compartmentId, String id, String faultDomain, String hpcIslandId, String computeHostGroupId, ConfigurationState configurationState, Date timeConfigurationCheck, ComputeHostConfigurationData configurationData, RecycleDetails recycleDetails, String networkBlockId, String localBlockId, String gpuMemoryFabricId, String instanceId, String shape, ComputeHost.Health health, Map<String,Object> additionalData, ComputeHost.LifecycleState lifecycleState, Map<String,Object> lifecycleDetails, String capacityReservationId, Map<String,Object> impactedComponentDetails, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags)Deprecated.ComputeHostSummary(String availabilityDomain, String compartmentId, String id, String faultDomain, String hpcIslandId, String computeHostGroupId, RecycleDetails recycleDetails, String networkBlockId, String localBlockId, String gpuMemoryFabricId, String instanceId, String shape, ComputeHost.Health health, ComputeHost.LifecycleState lifecycleState, String capacityReservationId, Boolean hasImpactedComponents, Date timeCreated, Date timeUpdated, Map<String,Map<String,Object>> definedTags, String displayName, Map<String,String> freeformTags)Deprecated.
-