CopyConfigurationDetails

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

Bases: object

Array of configuration items with dependencies to copy to a destination domain.

Methods

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

Attributes

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

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

Parameters:configuration_map (dict(str, str)) – The value to assign to the configuration_map property of this CopyConfigurationDetails.
configuration_map

[Required] Gets the configuration_map of this CopyConfigurationDetails. Simple key-value pair that has parameters related to the import process (EnableOcidSubstitution, DestinationDomainID, …) 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. — Destination APM Domain ID where the configuration Item(s) will be fast imported to. — List of Configuration Type or Groups to be fast imported. — the compartment Id we will fast import to, if the compartment Id is not provided it will be the default destination domain compartmentId.

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