@Generated(value="OracleSDKGenerator", comments="API Version: 20210330") public enum MonitoringTemplateLifeCycleDetails extends Enum<MonitoringTemplateLifeCycleDetails> implements BmcEnum
The current status of the monitoring template i.e. whether it is Applied, Not Applied or Partial Applied
Enum Constant and Description |
---|
Applied |
NotApplied |
PartialApplied |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this
version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static MonitoringTemplateLifeCycleDetails |
create(String key) |
String |
getValue() |
static MonitoringTemplateLifeCycleDetails |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MonitoringTemplateLifeCycleDetails[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MonitoringTemplateLifeCycleDetails NotApplied
public static final MonitoringTemplateLifeCycleDetails Applied
public static final MonitoringTemplateLifeCycleDetails PartialApplied
public static final MonitoringTemplateLifeCycleDetails UnknownEnumValue
public static MonitoringTemplateLifeCycleDetails[] values()
for (MonitoringTemplateLifeCycleDetails c : MonitoringTemplateLifeCycleDetails.values()) System.out.println(c);
public static MonitoringTemplateLifeCycleDetails valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MonitoringTemplateLifeCycleDetails create(String key)
Copyright © 2016–2025. All rights reserved.