Enum StackResourceDriftSummary.ResourceDriftStatus
- java.lang.Object
-
- java.lang.Enum<StackResourceDriftSummary.ResourceDriftStatus>
-
- com.oracle.bmc.resourcemanager.model.StackResourceDriftSummary.ResourceDriftStatus
-
- All Implemented Interfaces:
BmcEnum
,Serializable
,Comparable<StackResourceDriftSummary.ResourceDriftStatus>
- Enclosing class:
- StackResourceDriftSummary
public static enum StackResourceDriftSummary.ResourceDriftStatus extends Enum<StackResourceDriftSummary.ResourceDriftStatus> implements BmcEnum
The drift status of the resource.A drift status value indicates whether or not the actual state of the resource differs from the expected (defined) state for that resource.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description Deleted
InSync
Modified
NotChecked
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StackResourceDriftSummary.ResourceDriftStatus
create(String key)
String
getValue()
static StackResourceDriftSummary.ResourceDriftStatus
valueOf(String name)
Returns the enum constant of this type with the specified name.static StackResourceDriftSummary.ResourceDriftStatus[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
NotChecked
public static final StackResourceDriftSummary.ResourceDriftStatus NotChecked
-
InSync
public static final StackResourceDriftSummary.ResourceDriftStatus InSync
-
Modified
public static final StackResourceDriftSummary.ResourceDriftStatus Modified
-
Deleted
public static final StackResourceDriftSummary.ResourceDriftStatus Deleted
-
UnknownEnumValue
public static final StackResourceDriftSummary.ResourceDriftStatus UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by this version of the SDK.
-
-
Method Detail
-
values
public static StackResourceDriftSummary.ResourceDriftStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (StackResourceDriftSummary.ResourceDriftStatus c : StackResourceDriftSummary.ResourceDriftStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static StackResourceDriftSummary.ResourceDriftStatus valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
create
public static StackResourceDriftSummary.ResourceDriftStatus create(String key)
-
-