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 and 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.
|
Modifier and Type | Method and 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.
|
public static final StackResourceDriftSummary.ResourceDriftStatus NotChecked
public static final StackResourceDriftSummary.ResourceDriftStatus InSync
public static final StackResourceDriftSummary.ResourceDriftStatus Modified
public static final StackResourceDriftSummary.ResourceDriftStatus Deleted
public static final StackResourceDriftSummary.ResourceDriftStatus UnknownEnumValue
public static StackResourceDriftSummary.ResourceDriftStatus[] values()
for (StackResourceDriftSummary.ResourceDriftStatus c : StackResourceDriftSummary.ResourceDriftStatus.values()) System.out.println(c);
public static StackResourceDriftSummary.ResourceDriftStatus 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 StackResourceDriftSummary.ResourceDriftStatus create(String key)
Copyright © 2016–2024. All rights reserved.