Uses of Class
com.oracle.bmc.demandsignal.model.OccMetricAlarm.ThresholdType
-
Packages that use OccMetricAlarm.ThresholdType Package Description com.oracle.bmc.demandsignal.model -
-
Uses of OccMetricAlarm.ThresholdType in com.oracle.bmc.demandsignal.model
Methods in com.oracle.bmc.demandsignal.model that return OccMetricAlarm.ThresholdType Modifier and Type Method Description static OccMetricAlarm.ThresholdTypeOccMetricAlarm.ThresholdType. create(String key)OccMetricAlarm.ThresholdTypeOccMetricAlarm. getThresholdType()Units in which threshold is being stored.static OccMetricAlarm.ThresholdTypeOccMetricAlarm.ThresholdType. valueOf(String name)Returns the enum constant of this type with the specified name.static OccMetricAlarm.ThresholdType[]OccMetricAlarm.ThresholdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.demandsignal.model with parameters of type OccMetricAlarm.ThresholdType Modifier and Type Method Description OccMetricAlarm.BuilderOccMetricAlarm.Builder. thresholdType(OccMetricAlarm.ThresholdType thresholdType)Units in which threshold is being stored.Constructors in com.oracle.bmc.demandsignal.model with parameters of type OccMetricAlarm.ThresholdType Constructor Description OccMetricAlarm(String id, String displayName, String description, Date timeCreated, Date timeUpdated, OccMetricAlarm.LifecycleState lifecycleState, String compartmentId, Boolean isActive, List<String> subscribers, OccMetricAlarm.Frequency frequency, Integer threshold, OccMetricAlarm.ThresholdType thresholdType, BaseResourceConfiguration resourceConfiguration, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-