SpanFilterReference¶
-
class
oci.apm_config.models.
SpanFilterReference
(**kwargs)¶ Bases:
object
Describes an item that references the span filter.
Attributes
CONFIG_TYPE_APDEX
A constant which can be used with the config_type property of a SpanFilterReference. CONFIG_TYPE_METRIC_GROUP
A constant which can be used with the config_type property of a SpanFilterReference. CONFIG_TYPE_OPTIONS
A constant which can be used with the config_type property of a SpanFilterReference. CONFIG_TYPE_SPAN_FILTER
A constant which can be used with the config_type property of a SpanFilterReference. config_type
Gets the config_type of this SpanFilterReference. display_name
Gets the display_name of this SpanFilterReference. id
Gets the id of this SpanFilterReference. options_group
Gets the options_group of this SpanFilterReference. Methods
__init__
(**kwargs)Initializes a new SpanFilterReference object with values from keyword arguments. -
CONFIG_TYPE_APDEX
= 'APDEX'¶ A constant which can be used with the config_type property of a SpanFilterReference. This constant has a value of “APDEX”
-
CONFIG_TYPE_METRIC_GROUP
= 'METRIC_GROUP'¶ A constant which can be used with the config_type property of a SpanFilterReference. This constant has a value of “METRIC_GROUP”
-
CONFIG_TYPE_OPTIONS
= 'OPTIONS'¶ A constant which can be used with the config_type property of a SpanFilterReference. This constant has a value of “OPTIONS”
-
CONFIG_TYPE_SPAN_FILTER
= 'SPAN_FILTER'¶ A constant which can be used with the config_type property of a SpanFilterReference. This constant has a value of “SPAN_FILTER”
-
__init__
(**kwargs)¶ Initializes a new SpanFilterReference object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this SpanFilterReference.
- config_type (str) – The value to assign to the config_type property of this SpanFilterReference. Allowed values for this property are: “SPAN_FILTER”, “METRIC_GROUP”, “APDEX”, “OPTIONS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- options_group (str) – The value to assign to the options_group property of this SpanFilterReference.
- display_name (str) – The value to assign to the display_name property of this SpanFilterReference.
-
config_type
¶ Gets the config_type of this SpanFilterReference. The type of configuration item.
Allowed values for this property are: “SPAN_FILTER”, “METRIC_GROUP”, “APDEX”, “OPTIONS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The config_type of this SpanFilterReference. Return type: str
-
display_name
¶ Gets the display_name of this SpanFilterReference. The name by which a configuration entity is displayed to the end user.
Returns: The display_name of this SpanFilterReference. Return type: str
-
id
¶ Gets the id of this SpanFilterReference. The OCID of the configuration item. An OCID is generated when the item is created.
Returns: The id of this SpanFilterReference. Return type: str
-
options_group
¶ Gets the options_group of this SpanFilterReference. A string that specifies the group that an OPTIONS item belongs to.
Returns: The options_group of this SpanFilterReference. Return type: str
-