Package | Description |
---|---|
com.oracle.bmc.optimizer.model |
Modifier and Type | Method and Description |
---|---|
static TagValueType |
TagValueType.create(String key) |
TagValueType |
TargetTag.getTagValueType()
Specifies which tag value types in the
tagValues field result in overrides of the
recommendation criteria. |
static TagValueType |
TagValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagValueType[] |
TagValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TargetTag.Builder |
TargetTag.Builder.tagValueType(TagValueType tagValueType)
Specifies which tag value types in the
tagValues field result in overrides of the
recommendation criteria. |
Constructor and Description |
---|
TargetTag(String tagNamespaceName,
String tagDefinitionName,
TagValueType tagValueType,
List<String> tagValues)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.