DefinedTagFilterValue¶
-
class
oci.resource_scheduler.models.DefinedTagFilterValue(**kwargs)¶ Bases:
objectThis is a defined tag filter value.
Methods
__init__(**kwargs)Initializes a new DefinedTagFilterValue object with values from keyword arguments. Attributes
namespaceGets the namespace of this DefinedTagFilterValue. tag_keyGets the tag_key of this DefinedTagFilterValue. valueGets the value of this DefinedTagFilterValue. -
__init__(**kwargs)¶ Initializes a new DefinedTagFilterValue object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - namespace (str) – The value to assign to the namespace property of this DefinedTagFilterValue.
- tag_key (str) – The value to assign to the tag_key property of this DefinedTagFilterValue.
- value (str) – The value to assign to the value property of this DefinedTagFilterValue.
-
namespace¶ Gets the namespace of this DefinedTagFilterValue. This is the namespace of the defined tag.
Returns: The namespace of this DefinedTagFilterValue. Return type: str
-
tag_key¶ Gets the tag_key of this DefinedTagFilterValue. This is the key of the defined tag.
Returns: The tag_key of this DefinedTagFilterValue. Return type: str
-
value¶ Gets the value of this DefinedTagFilterValue. This is the value of the defined tag.
Returns: The value of this DefinedTagFilterValue. Return type: str
-