ImportConfigurationFailedItemsCollection¶
-
class
oci.apm_config.models.
ImportConfigurationFailedItemsCollection
(**kwargs)¶ Bases:
object
List of configuration items that failed to be imported.
Methods
__init__
(**kwargs)Initializes a new ImportConfigurationFailedItemsCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ImportConfigurationFailedItemsCollection. -
__init__
(**kwargs)¶ Initializes a new ImportConfigurationFailedItemsCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.apm_config.models.ImportConfigurationFailedItemSummary]) – The value to assign to the items property of this ImportConfigurationFailedItemsCollection.
-
items
¶ [Required] Gets the items of this ImportConfigurationFailedItemsCollection. A list of duplicated configuration items
Returns: The items of this ImportConfigurationFailedItemsCollection. Return type: list[oci.apm_config.models.ImportConfigurationFailedItemSummary]
-