public static enum ResourceFilter.Attribute extends Enum<ResourceFilter.Attribute> implements BmcEnum
This is the resource attribute on which the threshold is defined.
Enum Constant and Description |
---|
CompartmentId |
DefinedTags |
LifecycleState |
ResourceType |
TimeCreated |
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 ResourceFilter.Attribute |
create(String key) |
String |
getValue() |
static ResourceFilter.Attribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceFilter.Attribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceFilter.Attribute CompartmentId
public static final ResourceFilter.Attribute ResourceType
public static final ResourceFilter.Attribute DefinedTags
public static final ResourceFilter.Attribute TimeCreated
public static final ResourceFilter.Attribute LifecycleState
public static final ResourceFilter.Attribute UnknownEnumValue
public static ResourceFilter.Attribute[] values()
for (ResourceFilter.Attribute c : ResourceFilter.Attribute.values()) System.out.println(c);
public static ResourceFilter.Attribute 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 ResourceFilter.Attribute create(String key)
Copyright © 2016–2025. All rights reserved.