ApdexRulesSummary¶
- 
class oci.apm_config.models.ApdexRulesSummary(**kwargs)¶
- Bases: - oci.apm_config.models.config_summary.ConfigSummary- The set of Apdex rules used in Apdex computation. - Attributes - CONFIG_TYPE_AGENT- str(object=’’) -> str - CONFIG_TYPE_APDEX- str(object=’’) -> str - CONFIG_TYPE_MACS_APM_EXTENSION- str(object=’’) -> str - CONFIG_TYPE_METRIC_GROUP- str(object=’’) -> str - CONFIG_TYPE_OPTIONS- str(object=’’) -> str - CONFIG_TYPE_SPAN_FILTER- str(object=’’) -> str - config_type- [Required] Gets the config_type of this ConfigSummary. - created_by- Gets the created_by of this ConfigSummary. - defined_tags- Gets the defined_tags of this ConfigSummary. - display_name- Gets the display_name of this ApdexRulesSummary. - etag- Gets the etag of this ConfigSummary. - freeform_tags- Gets the freeform_tags of this ConfigSummary. - id- Gets the id of this ConfigSummary. - rules- Gets the rules of this ApdexRulesSummary. - system_tags- Gets the system_tags of this ConfigSummary. - time_created- Gets the time_created of this ConfigSummary. - time_updated- Gets the time_updated of this ConfigSummary. - updated_by- Gets the updated_by of this ConfigSummary. - Methods - __init__(**kwargs)- Initializes a new ApdexRulesSummary object with values from keyword arguments. - get_subtype(object_dictionary)- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. - 
CONFIG_TYPE_AGENT= 'AGENT'¶
 - 
CONFIG_TYPE_APDEX= 'APDEX'¶
 - 
CONFIG_TYPE_MACS_APM_EXTENSION= 'MACS_APM_EXTENSION'¶
 - 
CONFIG_TYPE_METRIC_GROUP= 'METRIC_GROUP'¶
 - 
CONFIG_TYPE_OPTIONS= 'OPTIONS'¶
 - 
CONFIG_TYPE_SPAN_FILTER= 'SPAN_FILTER'¶
 - 
__init__(**kwargs)¶
- Initializes a new ApdexRulesSummary object with values from keyword arguments. The default value of the - config_typeattribute of this class is- APDEXand it should not be changed. 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 ApdexRulesSummary.
- config_type (str) – The value to assign to the config_type property of this ApdexRulesSummary. Allowed values for this property are: “SPAN_FILTER”, “METRIC_GROUP”, “APDEX”, “OPTIONS”, “AGENT”, “MACS_APM_EXTENSION”
- time_created (datetime) – The value to assign to the time_created property of this ApdexRulesSummary.
- time_updated (datetime) – The value to assign to the time_updated property of this ApdexRulesSummary.
- created_by (str) – The value to assign to the created_by property of this ApdexRulesSummary.
- updated_by (str) – The value to assign to the updated_by property of this ApdexRulesSummary.
- etag (str) – The value to assign to the etag property of this ApdexRulesSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ApdexRulesSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ApdexRulesSummary.
- system_tags (dict(str, dict(str, object))) – The value to assign to the system_tags property of this ApdexRulesSummary.
- rules (list[oci.apm_config.models.Apdex]) – The value to assign to the rules property of this ApdexRulesSummary.
- display_name (str) – The value to assign to the display_name property of this ApdexRulesSummary.
 
 - 
config_type¶
- [Required] Gets the config_type of this ConfigSummary. The type of configuration item. - Allowed values for this property are: “SPAN_FILTER”, “METRIC_GROUP”, “APDEX”, “OPTIONS”, “AGENT”, “MACS_APM_EXTENSION”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’. - Returns: - The config_type of this ConfigSummary. - Return type: - str 
 - 
created_by¶
- Gets the created_by of this ConfigSummary. The OCID of a user. - Returns: - The created_by of this ConfigSummary. - Return type: - str 
 - Gets the defined_tags of this ConfigSummary. Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {“foo-namespace”: {“bar-key”: “value”}} - Returns: - The defined_tags of this ConfigSummary. - Return type: - dict(str, dict(str, object)) 
 - 
display_name¶
- Gets the display_name of this ApdexRulesSummary. The name by which a configuration entity is displayed to the end user. - Returns: - The display_name of this ApdexRulesSummary. - Return type: - str 
 - 
etag¶
- Gets the etag of this ConfigSummary. For optimistic concurrency control. See if-match. - Returns: - The etag of this ConfigSummary. - Return type: - str 
 - Gets the freeform_tags of this ConfigSummary. Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {“bar-key”: “value”} - Returns: - The freeform_tags of this ConfigSummary. - Return type: - dict(str, str) 
 - 
static get_subtype(object_dictionary)¶
- Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. 
 - 
id¶
- Gets the id of this ConfigSummary. The OCID of the configuration item. An OCID is generated when the item is created. - Returns: - The id of this ConfigSummary. - Return type: - str 
 - 
rules¶
- Gets the rules of this ApdexRulesSummary. - Returns: - The rules of this ApdexRulesSummary. - Return type: - list[oci.apm_config.models.Apdex] 
 - Gets the system_tags of this ConfigSummary. Usage of system tag keys. These predefined keys are scoped to namespaces. Example: {“orcl-cloud”: {“free-tier-retained”: “true”}} - Returns: - The system_tags of this ConfigSummary. - Return type: - dict(str, dict(str, object)) 
 - 
time_created¶
- Gets the time_created of this ConfigSummary. The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z - Returns: - The time_created of this ConfigSummary. - Return type: - datetime 
 
-