ExportImportOptionsSummary

class oci.apm_config.models.ExportImportOptionsSummary(**kwargs)

Bases: oci.apm_config.models.export_import_config_summary.ExportImportConfigSummary

An Options object represents configuration options to be exported.

Attributes

CONFIG_TYPE_APDEX 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 ExportImportConfigSummary.
defined_tags Gets the defined_tags of this ExportImportConfigSummary.
description Gets the description of this ExportImportOptionsSummary.
display_name Gets the display_name of this ExportImportOptionsSummary.
freeform_tags Gets the freeform_tags of this ExportImportConfigSummary.
group Gets the group of this ExportImportOptionsSummary.
id Gets the id of this ExportImportConfigSummary.
options Gets the options of this ExportImportOptionsSummary.

Methods

__init__(**kwargs) Initializes a new ExportImportOptionsSummary 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'
CONFIG_TYPE_METRIC_GROUP = 'METRIC_GROUP'
CONFIG_TYPE_OPTIONS = 'OPTIONS'
CONFIG_TYPE_SPAN_FILTER = 'SPAN_FILTER'
__init__(**kwargs)

Initializes a new ExportImportOptionsSummary object with values from keyword arguments. The default value of the config_type attribute of this class is OPTIONS and 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 ExportImportOptionsSummary.
  • config_type (str) – The value to assign to the config_type property of this ExportImportOptionsSummary. Allowed values for this property are: “SPAN_FILTER”, “METRIC_GROUP”, “APDEX”, “OPTIONS”
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this ExportImportOptionsSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this ExportImportOptionsSummary.
  • display_name (str) – The value to assign to the display_name property of this ExportImportOptionsSummary.
  • options (object) – The value to assign to the options property of this ExportImportOptionsSummary.
  • group (str) – The value to assign to the group property of this ExportImportOptionsSummary.
  • description (str) – The value to assign to the description property of this ExportImportOptionsSummary.
config_type

[Required] Gets the config_type of this ExportImportConfigSummary. 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 ExportImportConfigSummary.
Return type:str
defined_tags

Gets the defined_tags of this ExportImportConfigSummary. 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 ExportImportConfigSummary.
Return type:dict(str, dict(str, object))
description

Gets the description of this ExportImportOptionsSummary. An optional string that describes what the options are intended or used for.

Returns:The description of this ExportImportOptionsSummary.
Return type:str
display_name

Gets the display_name of this ExportImportOptionsSummary. The name by which a configuration entity is displayed to the end user.

Returns:The display_name of this ExportImportOptionsSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this ExportImportConfigSummary. 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 ExportImportConfigSummary.
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.

group

Gets the group of this ExportImportOptionsSummary. A string that specifies the group that an OPTIONS item belongs to.

Returns:The group of this ExportImportOptionsSummary.
Return type:str
id

Gets the id of this ExportImportConfigSummary. The OCID of the configuration item. An OCID is generated when the item is created.

Returns:The id of this ExportImportConfigSummary.
Return type:str
options

Gets the options of this ExportImportOptionsSummary. The options are stored here as JSON.

Returns:The options of this ExportImportOptionsSummary.
Return type:object