ExportConfigurationResponseDetails¶
-
class
oci.apm_config.models.
ExportConfigurationResponseDetails
(**kwargs)¶ Bases:
object
Array of configuration items with its dependencies to export.
Methods
__init__
(**kwargs)Initializes a new ExportConfigurationResponseDetails object with values from keyword arguments. Attributes
configuration_items
[Required] Gets the configuration_items of this ExportConfigurationResponseDetails. -
__init__
(**kwargs)¶ Initializes a new ExportConfigurationResponseDetails 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 ExportConfigurationResponseDetails.
-
configuration_items
¶ [Required] Gets the configuration_items of this ExportConfigurationResponseDetails. A list of Configurations Details .
Returns: The configuration_items of this ExportConfigurationResponseDetails. Return type: list[oci.apm_config.models.ExportImportConfigSummary]
-