ImportConfigurationDetails

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

Bases: object

Array of configuration items with dependencies to import.

Methods

__init__(**kwargs) Initializes a new ImportConfigurationDetails object with values from keyword arguments.

Attributes

configuration_items [Required] Gets the configuration_items of this ImportConfigurationDetails.
configuration_map [Required] Gets the configuration_map of this ImportConfigurationDetails.
__init__(**kwargs)

Initializes a new ImportConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • configuration_items (list[oci.apm_config.models.ExportImportConfigSummary]) – The value to assign to the configuration_items property of this ImportConfigurationDetails.
  • configuration_map (dict(str, str)) – The value to assign to the configuration_map property of this ImportConfigurationDetails.
configuration_items

[Required] Gets the configuration_items of this ImportConfigurationDetails. A list of Configurations Details .

Returns:The configuration_items of this ImportConfigurationDetails.
Return type:list[oci.apm_config.models.ExportImportConfigSummary]
configuration_map

[Required] Gets the configuration_map of this ImportConfigurationDetails. Simple key-value pair that has parameters related to the import process (EnableOcidSubstitution, Skip, …) and more. Example: {“parameter-key”: “parameter-value”} Supported parameters: — Enable the OCIDs in instructions to be replaced, if set to “true” The Config Service replace any OCIDs it finds in the instructions, if set to true the Config Service will replace. — Compartment Id we want to import the configuration Items, if the compartment Id is not provided it will be the default destination domain compartmentId.

Returns:The configuration_map of this ImportConfigurationDetails.
Return type:dict(str, str)