Package | Description |
---|---|
com.oracle.bmc.apmconfig.model |
Modifier and Type | Method and Description |
---|---|
static ConfigTypes |
ConfigTypes.create(String key) |
ConfigTypes |
SpanFilterReference.getConfigType()
The type of configuration item.
|
static ConfigTypes |
ConfigTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigTypes[] |
ConfigTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SpanFilterReference.Builder |
SpanFilterReference.Builder.configType(ConfigTypes configType)
The type of configuration item.
|
Constructor and Description |
---|
SpanFilterReference(String id,
ConfigTypes configType,
String optionsGroup,
String displayName)
Deprecated.
|
Copyright © 2016–2025. All rights reserved.