Uses of Class
com.oracle.bmc.optimizer.model.TagValueType
-
Packages that use TagValueType Package Description com.oracle.bmc.optimizer.model -
-
Uses of TagValueType in com.oracle.bmc.optimizer.model
Methods in com.oracle.bmc.optimizer.model that return TagValueType Modifier and Type Method Description static TagValueTypeTagValueType. create(String key)TagValueTypeTargetTag. getTagValueType()Specifies which tag value types in the tagValues field result in overrides of the recommendation criteria.static TagValueTypeTagValueType. 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.Methods in com.oracle.bmc.optimizer.model with parameters of type TagValueType Modifier and Type Method Description TargetTag.BuilderTargetTag.Builder. tagValueType(TagValueType tagValueType)Specifies which tag value types in the tagValues field result in overrides of the recommendation criteria.Constructors in com.oracle.bmc.optimizer.model with parameters of type TagValueType Constructor Description TargetTag(String tagNamespaceName, String tagDefinitionName, TagValueType tagValueType, List<String> tagValues)Deprecated.
-