Uses of Class
com.oracle.bmc.multicloud.model.MulticloudAlert.LifecycleState
-
Packages that use MulticloudAlert.LifecycleState Package Description com.oracle.bmc.multicloud.model -
-
Uses of MulticloudAlert.LifecycleState in com.oracle.bmc.multicloud.model
Methods in com.oracle.bmc.multicloud.model that return MulticloudAlert.LifecycleState Modifier and Type Method Description static MulticloudAlert.LifecycleStateMulticloudAlert.LifecycleState. create(String key)MulticloudAlert.LifecycleStateMulticloudAlert. getLifecycleState()The current state of the Multicloud Network Alert.MulticloudAlert.LifecycleStateMulticloudAlertSummary. getLifecycleState()The current state of the Multicloud Network Alert.static MulticloudAlert.LifecycleStateMulticloudAlert.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static MulticloudAlert.LifecycleState[]MulticloudAlert.LifecycleState. 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.LifecycleState Modifier and Type Method Description MulticloudAlert.BuilderMulticloudAlert.Builder. lifecycleState(MulticloudAlert.LifecycleState lifecycleState)The current state of the Multicloud Network Alert.MulticloudAlertSummary.BuilderMulticloudAlertSummary.Builder. lifecycleState(MulticloudAlert.LifecycleState lifecycleState)The current state of the Multicloud Network Alert.Constructors in com.oracle.bmc.multicloud.model with parameters of type MulticloudAlert.LifecycleState 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.MulticloudAlertSummary(Integer count, List<MulticloudAlert> multicloudAlerts, MulticloudAlert.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)Deprecated.
-