ImportConfigurationFailedItemSummary¶
- 
class oci.apm_config.models.ImportConfigurationFailedItemSummary(**kwargs)¶
- Bases: - object- A configuration item that failed to be imported. - Attributes - CONFIG_TYPE_AGENT- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. - CONFIG_TYPE_APDEX- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. - CONFIG_TYPE_MACS_APM_EXTENSION- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. - CONFIG_TYPE_METRIC_GROUP- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. - CONFIG_TYPE_OPTIONS- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. - CONFIG_TYPE_SPAN_FILTER- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. - config_type- Gets the config_type of this ImportConfigurationFailedItemSummary. - display_name- Gets the display_name of this ImportConfigurationFailedItemSummary. - error_message- Gets the error_message of this ImportConfigurationFailedItemSummary. - id- Gets the id of this ImportConfigurationFailedItemSummary. - Methods - __init__(**kwargs)- Initializes a new ImportConfigurationFailedItemSummary object with values from keyword arguments. - 
CONFIG_TYPE_AGENT= 'AGENT'¶
- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. This constant has a value of “AGENT” 
 - 
CONFIG_TYPE_APDEX= 'APDEX'¶
- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. This constant has a value of “APDEX” 
 - 
CONFIG_TYPE_MACS_APM_EXTENSION= 'MACS_APM_EXTENSION'¶
- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. This constant has a value of “MACS_APM_EXTENSION” 
 - 
CONFIG_TYPE_METRIC_GROUP= 'METRIC_GROUP'¶
- A constant which can be used with the config_type property of a ImportConfigurationFailedItemSummary. 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 ImportConfigurationFailedItemSummary. 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 ImportConfigurationFailedItemSummary. This constant has a value of “SPAN_FILTER” 
 - 
__init__(**kwargs)¶
- Initializes a new ImportConfigurationFailedItemSummary 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 ImportConfigurationFailedItemSummary.
- display_name (str) – The value to assign to the display_name property of this ImportConfigurationFailedItemSummary.
- error_message (str) – The value to assign to the error_message property of this ImportConfigurationFailedItemSummary.
- config_type (str) – The value to assign to the config_type property of this ImportConfigurationFailedItemSummary. 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’.
 
 - 
config_type¶
- Gets the config_type of this ImportConfigurationFailedItemSummary. 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 ImportConfigurationFailedItemSummary. - Return type: - str 
 - 
display_name¶
- Gets the display_name of this ImportConfigurationFailedItemSummary. The name by which a configuration entity is displayed to the end user. - Returns: - The display_name of this ImportConfigurationFailedItemSummary. - Return type: - str 
 - 
error_message¶
- Gets the error_message of this ImportConfigurationFailedItemSummary. The configuration item wasn’t imported due to it being a duplicate. - Returns: - The error_message of this ImportConfigurationFailedItemSummary. - Return type: - str 
 
-