Config¶
-
class
oci.apm_config.models.
Config
(**kwargs)¶ Bases:
object
A configuration item, which has a number of mutually exclusive properties that can be used to set specific portions of the configuration.
Attributes
CONFIG_TYPE_APDEX
A constant which can be used with the config_type property of a Config. CONFIG_TYPE_METRIC_GROUP
A constant which can be used with the config_type property of a Config. CONFIG_TYPE_OPTIONS
A constant which can be used with the config_type property of a Config. CONFIG_TYPE_SPAN_FILTER
A constant which can be used with the config_type property of a Config. config_type
[Required] Gets the config_type of this Config. created_by
Gets the created_by of this Config. defined_tags
Gets the defined_tags of this Config. etag
Gets the etag of this Config. freeform_tags
Gets the freeform_tags of this Config. id
Gets the id of this Config. time_created
Gets the time_created of this Config. time_updated
Gets the time_updated of this Config. updated_by
Gets the updated_by of this Config. Methods
__init__
(**kwargs)Initializes a new Config 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_APDEX
= 'APDEX'¶ A constant which can be used with the config_type property of a Config. 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 Config. 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 Config. 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 Config. This constant has a value of “SPAN_FILTER”
-
__init__
(**kwargs)¶ Initializes a new Config object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
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 Config.
- config_type (str) – The value to assign to the config_type property of this Config. 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’.
- time_created (datetime) – The value to assign to the time_created property of this Config.
- time_updated (datetime) – The value to assign to the time_updated property of this Config.
- created_by (str) – The value to assign to the created_by property of this Config.
- updated_by (str) – The value to assign to the updated_by property of this Config.
- etag (str) – The value to assign to the etag property of this Config.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this Config.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this Config.
-
config_type
¶ [Required] Gets the config_type of this Config. 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 Config. Return type: str
-
created_by
¶ Gets the created_by of this Config. The OCID of a user.
Returns: The created_by of this Config. Return type: str
Gets the defined_tags of this Config. 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 Config. Return type: dict(str, dict(str, object))
-
etag
¶ Gets the etag of this Config. For optimistic concurrency control. See if-match.
Returns: The etag of this Config. Return type: str
Gets the freeform_tags of this Config. 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 Config. 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 Config. The OCID of the configuration item. An OCID is generated when the item is created.
Returns: The id of this Config. Return type: str
-
time_created
¶ Gets the time_created of this Config. 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 Config. Return type: datetime
-