Class CopyConfigurationDetails
Array of configuration items with dependencies to copy to a destination domain.
Inherited Members
Namespace: Oci.ApmconfigService.Models
Assembly: OCI.DotNetSDK.Apmconfig.dll
Syntax
public class CopyConfigurationDetails
Properties
ConfigurationMap
Declaration
[Required(ErrorMessage = "ConfigurationMap is required.")]
[JsonProperty(PropertyName = "configurationMap")]
public Dictionary<string, string> ConfigurationMap { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> | Simple key-value pair that has parameters related to the import process (EnableOcidSubstitution, DestinationDomainID, \u2026) and more. Example: {"parameter-key": "parameter-value"}Supported parameters: \u2014 Enable the OCIDs in instructions to be replaced, if set to "true" The Config Service replace any OCIDs it finds in the instructions.\u2014 Destination APM Domain ID where the configuration Item(s) will be fast imported to.\u2014 List of Configuration Type or Groups to be fast imported.\u2014 the compartment Id we will fast import to, if the compartment Id is not provided it will be the default destination domain compartmentId. |
Remarks
Required