Uses of Class
com.oracle.bmc.multicloud.model.MulticloudAlert.Severity
-
Packages that use MulticloudAlert.Severity Package Description com.oracle.bmc.multicloud.model -
-
Uses of MulticloudAlert.Severity in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return MulticloudAlert.Severity Modifier and Type Method Description static MulticloudAlert.SeverityMulticloudAlert.Severity. create(String key)MulticloudAlert.SeverityMulticloudAlert. getSeverity()Severity of the alert.static MulticloudAlert.SeverityMulticloudAlert.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static MulticloudAlert.Severity[]MulticloudAlert.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.multicloud.model with parameters of type MulticloudAlert.Severity Modifier and Type Method Description MulticloudAlert.BuilderMulticloudAlert.Builder. severity(MulticloudAlert.Severity severity)Severity of the alert.Constructors in com.oracle.bmc.multicloud.model with parameters of type MulticloudAlert.Severity Constructor Description MulticloudAlert(String id, String displayName, String description, String alertType, MulticloudAlert.Severity severity, String subscriptionId, SubscriptionType subscriptionType, MulticloudAlert.AlertStatus alertStatus, Date timeCreated, Date timeUpdated, String resourceId, String resourceType, String compartmentId, String functionType, String source, String alertId, MulticloudAlert.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, String sourceRegion, Map<String,String> additionalParameters)Deprecated.
-